Search Icons
search_iconsSearch for icons by keyword across all collections. Returns icon names in prefix:name format (e.g., "mdi:home"). Use get_icons to fetch SVG data for results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (1-999, default 32) | |
| query | Yes | Search keyword (e.g., "home", "arrow", "user") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icons | Yes | Icon names in prefix:name format (e.g., mdi:home) | |
| total | Yes | Total number of matching icons across all collections |