Get SVG for several icons
get_icon_svg_bulkFetch ready-to-embed SVG markup for up to 20 Infyicon icons in a single call, ideal for building UI icon sets or design systems.
Instructions
Return ready-to-embed SVG markup for 1-20 Infyicon icons in one call (pass an array of ids from search_icons). Use when building a UI, icon set or design system so you fetch several icons at once instead of calling get_icon_svg repeatedly; use get_icon_svg for a single icon. Read-only, no auth; ids beyond the first 20 are silently dropped; each bad or unknown id gets a per-item error while the rest still succeed; oversized SVGs (>200 KB) return svg_url instead of markup. Free with attribution to infyicon.com.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of 1-20 icon ids, e.g. ["home-2_101", "gear-1_202"] |