Search Icons

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 }}