图标数据服务

version : 1.0.0

get_all_icon_sets

Browse all available icon collections from Iconify (200+ icon sets with 200,000+ icons). Returns a list of all icon sets with their metadata including name, total icons, author, license, and sample icons.

结果(Result)

get_icon_set

Retrieve detailed information about a specific icon set including all available icons in that set. Provide the icon set prefix (e.g., 'mdi', 'fa', 'bi').

*prefix(string)

结果(Result)

search_icons

Search through Iconify's icon collection with flexible query parameters. Returns matching icons from all icon sets or a specific set.

*query(string)

prefix(string)

limit(number)

结果(Result)

get_icon_data

Retrieve specific icon data with usage examples for popular frameworks (React, Vue, Svelte, etc.). Provide the full icon name in format 'prefix:icon-name' (e.g., 'mdi:home', 'fa:user').

*icon(string)

结果(Result)