Access to 200k+ SVG Icons

Rest API to search and list wide variety of icons in Public Domain & CC (no-attibution) license.

Build awesome stuff with free and maker-friendly pricing points.

Test Things Out

Change the `term` parameter in GET request below to see some sample output and type of returned vector icons. For more details, see the documentation page.

GET /v1/search?term=

Your Questions

Is svgapi for you? Let's talk about your commonly asked questions, and you can always get in contact with us to ask your questions or learn more about our product.

How am I going to be charged?

Depending on the pricing you choose, our payment processor will charge your card (or paypal) monthly. If the recurring charge is not successful, we will keep your services for 7 more days, and try charging during this time period. If not, your domain license will stop. You can ask for a manual charge on the panel after this period to keep the service going.

Can I use for Commercial Projects?

Yes, the icons you are being served is Public domain & Creative Commons (no-attibution) you can also toggle `?nc=true` in order to get icons for personal use or icons that need to be given attribute to author. Also company brand icons like Google or Apple's icon are not served for transformative use, these icons should be used respective to the companies terms.

Is the API reliable, will it be randomly down?

We serve from AWS. It is pretty reliable, (99.9% uptime) and use Cloudflare as CDN. Unless there is a technical problem on our end, API should work fast and properly for every user worldwide. If there will be an outage for longer than 24 hours, we won't be charging our users that month.

Can I use your CDN to serve my users indefinitely?

We don't recommend it, as some vectors might be deleted in our end, because of quality or duplicate reasons. We encourage you to store the vectors you will be serving for long time in your own server/cdn.

Can you help me intergrate the API?

We won't be given support for integrating in your system. It is a generic REST Api, and you can find someone to commision for integrating our API, we would also love to recommend developers for you if you contact us.

Can I cache/store/crawl the API via backend?

Yes, by enabling development mode, you can make curl requests to your endpoint from any scripting language. Make sure to keep your domain_key if you keep your development mode enabled.

Get Started