Fetch, cache, and serve favicons and SVG logos for any domain. Always HTTPS. Always works.
geticon.dev/api/icon?domain=github.comUsed by
No sign up. No API key. Drop it in and go.
<img
src="https://geticon.dev/api/icon?domain=github.com"
width="32" height="32" alt="GitHub"
/>/api/icon?domain=:domainReturns image — CDN redirect for SVG, proxied for others
/api/icon?domain=:domain&format=jsonReturns JSON with icon URL, type, and metadata
The API is simple enough that any AI assistant can use it without a plugin. Just describe what you need and paste in your domain list.
The &format=json endpoint returns structured metadata — perfect for AI workflows that need to check SVG availability or build icon maps in bulk.
Here's a list of domains. Use the
geticon.dev API to fetch each icon URL
and return a JSON object mapping domain
to icon URL.
GET https://geticon.dev/api/icon
?domain=<domain>&format=json
Domains:
github.com, stripe.com, vercel.com,
notion.com, linear.appEmbed client.js once and every domain your users see gets silently reported back via sendBeacon.
Zero slowdown. Zero extra requests. Just a tiny background ping that grows our shared database of SVG brand logos.
You get free icons forever. We get a better database. Everyone wins. ;)
All we ask: a small "Site Icons by geticon.dev" link on your site.
<script src="https://geticon.dev/client.js"></script>