Search Icons API

Search through millions of icons to match any topic you want.

GET
https://api.apileague.com/search-icons
Example Request and Response
GET
https://api.apileague.com/{{ examples.getSearchIcons }}
{
    "icons": [
        {
            "id": "4435839",
            "url": "https://static.thenounproject.com/png/4435839-200.png",
            "thumbnail": "https://static.thenounproject.com/png/4435839-200.png",
            "width": 200,
            "height": 200,
            "license": {
                "name": "PUBLIC_DOMAIN",
                "link": "public-domain"
            }
        },
        {
            "id": "4256398",
            "url": "https://static.thenounproject.com/png/4256398-200.png",
            "thumbnail": "https://static.thenounproject.com/png/4256398-200.png",
            "width": 200,
            "height": 200,
            "license": {
                "name": "PUBLIC_DOMAIN",
                "link": "public-domain"
            }
        },
        {
            "id": "3675912",
            "url": "https://static.thenounproject.com/png/3675912-200.png",
            "thumbnail": "https://static.thenounproject.com/png/3675912-200.png",
            "width": 200,
            "height": 200,
            "license": {
                "name": "PUBLIC_DOMAIN",
                "link": "public-domain"
            }
        }
    ]
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}

Frequently Asked Questions

Are the icons free to use?

Many icons are in the public domain or have open licenses, but the API provides license information for each icon so you can verify usage rights.

What format are the icons in?

The icons are typically returned as PNG images, often with transparent backgrounds, suitable for web and app design.

Can I search by color?

The search is primarily keyword-based, but the results often include icons in various styles (flat, outline, color) which you can visually select.

How is the Search Icons API different from the Search Images API?

The Search Icons API is designed to find vector-based or small raster icons for UI design, whereas the Search Images API finds high-quality stock photos.

Questions? Need Help? Ask Away