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.
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">
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.
/logo/spotify/96.pngby name
/logo/spotify/96.png?radius=50rounded
/logo/notion/96.pngany appAppend 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
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.