Find or verify lucide icons
find_iconsSearch or verify lucide-react icon names by query, exact name, or category. Resolves legacy aliases and returns canonical import identifiers.
Instructions
Verified lucide-react icon names — never guess an icon import. Two modes (at least one of query/names/category is required): query searches names, curated tags, and categories by what the icon should depict ("shopping cart", "danger warning"); names verifies exact spellings and resolves legacy aliases (Home → House, with the deprecation flagged). category filters or browses. Hits carry the canonical name, the import identifier, and tag/category context; the registry itself ships no icon components — lucide-react 0.511.0 is the icon layer, auto-installed with any icon-using item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many results to return. | |
| names | No | Exact names to VERIFY — kebab (house), PascalCase (House), an Icon suffix (HouseIcon), or a legacy alias (Home). Wins over query/category. | |
| query | No | What the icon should depict, e.g. "shopping cart" or "warning about danger". | |
| category | No | Restrict to one lucide category (e.g. navigation). Alone = browse it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| icons | Yes | ||
| usage | Yes | ||
| install | Yes | ||
| unknown | Yes | ||
| lucideVersion | Yes |