Introducing the official API from Flaticon.
Let our icons help your business.
$.ajax({
url: 'https://api.flaticon.com/v2/search/icons',
method: 'get',
data: ,
headers: headers,
success: function(data) {
console.log(JSON.stringify(data));
}
})
Flaticon API allows you to download icons in: SVG, EPS, PSD & PNG. You can search the icons by various parameters, easily change the color of monochrome icons, and refine the search by most popular or new uploads.
Search keywords
Exclusive icons
Different styles
$.ajax({
url: 'https://api.flaticon.com/v2/items/icons',
method: 'get',
headers: headers,
success: function(data) {
console.log(JSON.stringify(data));
}
})
$.ajax({
url: 'https://api.flaticon.com/v2/items/packs/',
method: 'get',
headers: headers,
success: function(data) {
console.log(JSON.stringify(data));
}
})
$.ajax({
url: 'https://api.flaticon.com/v2/item/icon/{id}',
method: 'get',
headers: headers,
success: function(data) {
console.log(JSON.stringify(data));
}
})
Choose a plan that works best for you and your business.
We have a plan for every type of need.
Access to 12.6M+ icons in PNG & SVG
Tailored plans for your specific needs - credits renewed monthly
Your message was sent successfully!
While we are reviewing your request for a Premium plan, try Flaticon API for free.
Try for freeGet your API key here. An API key will identify you in Flaticon API. This is a private key for personal use. We recommend that you save it in a secure place.
If you generate a key, we consider that you agree to the terms for its use.
You can read the Terms and conditions here.