search_icons
Search The Noun Project for icons matching a query, returning IDs, styles, licenses, thumbnails, tags, and attribution. Use this to locate icons before downloading.
Instructions
Search The Noun Project for icons. Returns IDs, style, license, thumbnails, tags, and attribution. This is a cheap service call — do NOT follow up with get_icon for every result. Use download_icon only when the user wants a file. Prefer a specific query over pagination (FREE trial: 2,000 service calls/month, 1,000/day).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results | |
| query | Yes | Search term (e.g., "dog", "house", "bicycle") | |
| styles | No | Icon style: solid, line, or both | |
| next_page | No | Token for next page | |
| prev_page | No | Token for previous page | |
| include_svg | No | Include SVG URLs in response (1=yes, 0=no) | |
| line_weight | No | Line weight for line icons (1-60) or range (e.g., "18-20") | |
| thumbnail_size | No | Thumbnail size in pixels | |
| limit_to_public_domain | No | Show only public domain icons (1=yes, 0=no) |