Go back
Logo API

Every logo, free to fetch.

Spotify Notion YouTube Figma WhatsApp Telegram Airbnb

Every product needs logos — next to a name in a dashboard, a directory, a CRM, an integrations page. It’s the most ordinary thing software asks for, and somehow it became a paid product: a handful of APIs that serve brand logos and charge up to $99 a month to do it.

But the logos were never the expensive part, and they were never anyone’s to sell. Showing a logo to identify its own brand is referential use — the same thing every “works with” page already does for free. So this one is free. Every App Store logo, at any size, from one URL.


Quick start

Point an <img> at the logo you want. Nothing to install, nothing to sign up for.

<img src="https://iconsclub.xyz/logo/spotify/64.png" width="64" height="64">

URL format

One shape, three parts.

https://iconsclub.xyz/logo/{name}/{size}.{format}
nameThe app name. spotify, google-maps, notion — returns the most popular match.
size16–2048 px. Optional — defaults to 128.
formatpng (default) or svg. SVG stays crisp at any scale.

Examples

/logo/spotify/96.pngby name
/logo/figma/96.svgsvg
/logo/spotify/96.png?radius=50rounded
/logo/notion/96.pngany app

Options

Append as query params to any URL.

radiusCorner rounding, 0 (square) to 50 (circle).
sizeAlternative to the path size — /logo/spotify?size=64.
gray · invertSet to 1 for grayscale or inverted.
/api/logo?q=spotify&size=64           # same as /logo/spotify/64.png

It won’t break your page

No key, so there’s nothing to leak or rotate. No rate limits — everything is cached hard at the edge, so a viral embed is on us. And an unknown logo returns a clean monogram, never a broken image, so your layout always holds.


Made by
Shashi
@shashpicious_