# IconServe — icons for agentic development > The icon library for agentic development: 10,137 open-source icons (heroicons, lucide, simple-icons, tabler) your AI agents can search and embed as SVG or PNG. > Every icon is reachable at a predictable URL. Recolor, resize, and re-stroke via query params. > No API key. CORS is open. Responses are cacheable and immutable. ## Fastest path (embed an icon directly) Put this URL in an , markdown image, or fetch it: https://icons-for-agents.site/i/{name}.svg Examples: https://icons-for-agents.site/i/home.svg https://icons-for-agents.site/i/shopping-cart.svg?color=%23e11d48&size=48 https://icons-for-agents.site/i/github.svg?color=white (brand icon) https://icons-for-agents.site/i/heart.svg?stroke=1.5&color=crimson If you are not sure of the exact icon name, SEARCH FIRST (see below) — do not guess. ## Naming - Names are lowercase, hyphenated: "shopping-cart", "arrow-right", "chevron-down". - /i/{name} returns the best match across all sets (priority: lucide,heroicons,tabler,simple-icons). - To pin a specific set: /icons/{set}/{name}.svg e.g. https://icons-for-agents.site/icons/lucide/house.svg - Sets: heroicons, lucide, simple-icons, tabler. Brand/logo icons (companies, tools) are in "simple-icons". ## Query parameters (work on any icon URL) - color= e.g. color=%23ff0000, color=red, color=currentColor - size=<1..2048> pixel width/height, e.g. size=64 - stroke=<0..20> stroke width, line icons only, e.g. stroke=1.5 - style=