FREE & OPEN SOURCE

The Icons API
for Modern Apps

18,000+ icons. One endpoint. Any color, size, or format.

terminal
$ curl "hylab.vercel.app/api/icons/home?color=7c9a82&size=24"
18,039
Icons
14
Categories
3
Formats

Browse Icons

Click any icon to copy its URL

Click any icon to copy its API URL

Simple Integration

Works with any stack

HTML
<img
  src="https://hylab.vercel.app/api/icons/home
    ?color=7c9a82&size=24"
  alt="Home"
/>
REACT
const Icon = ({ name }) => (
  <img
    src={`https://hylab.vercel.app/api/icons/${name}`}
    alt={name}
  />
);

Start building today

No signup. No API key. Just use it.

Read the Docs