Everything You Need
Out of the Box
Powerful API with zero configuration. Just call the endpoint and go.
CDN-Style URLs
Just use /icon/github.com as an image source. Returns raw PNG directly — no parsing JSON, no base64 decoding. The simplest favicon API that exists.
Smart Detection
Finds favicons from link tags, Apple touch icons, manifest.json, and /favicon.ico. Generates a beautiful fallback icon when none exists.
Any Size & Format
Get favicons from 16x16 to 512x512 in PNG, WebP, or ICO. Automatically resizes with sharp for pixel-perfect quality at any dimension.
Batch & JSON API
Need structured data? The JSON endpoint returns base64 data URIs. Batch endpoint processes up to 10 URLs in a single request.
Up and Running in 3 Steps
No signup. No API keys. No setup. Just a simple API call.
1. Use the URL
Drop /icon/github.com into an <img> tag. That's it. Or use the JSON API for structured data.
2. FaviSnap Extracts
We fetch the page, detect the best favicon from link tags, Apple touch icons, manifest.json, and /favicon.ico. Results are cached for 7 days.
3. Get the Image
Receive a raw PNG/WebP image (CDN mode) or JSON with base64 data URI (API mode). Your choice.
Try the API
Enter your input below and see the API response in real time.
// Click "Extract Favicon" to see real API output // Try: https://github.com or https://stackoverflow.com { "status": "success", "data": { "url": "https://github.com", "favicon": "data:image/png;base64,...", "size": 1234, "format": "png", "dimensions": { "width": 32, "height": 32 } } }
Start in Seconds
Copy, paste, and go. Works with any language.