Vector Search API

Search through over 700,000 free to use vector icons. The license is either "PUBLIC_DOMAIN" or "ATTRIBUTION". If it is "ATTRIBUTION" just attribute the author somewhere in your project.

Here are some airplanes for you:  airplane vector icon airplane vector icon airplane vector icon airplane vector icon

Or what about some animals?  airplane vector icon airplane vector icon airplane vector icon airplane vector icon

GET
https://api.apileague.com/search-vectors
Example Request and Response
GET
https://api.apileague.com/{{ examples.getSearchVectors }}
{
    "vectors": [
        {
            "title": "Airplanes",
            "license": "ATTRIBUTION",
            "author": "Candy Design",
            "image_url": "https://img.apileague.com/icons/10507904.svg"
        },
        {
            "title": "Model Airplanes",
            "license": "ATTRIBUTION",
            "author": "Juicy Fish",
            "image_url": "https://img.apileague.com/icons/10427558.svg"
        },
        {
            "title": "Paper Airplanes",
            "license": "ATTRIBUTION",
            "author": "HideMaru",
            "image_url": "https://img.apileague.com/icons/9051410.svg"
        }
    ]
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}