Why would I download someone else's favicons?
Paste a URL, click "Fetch". We load the page on our server, parse every favicon tag in the HTML (`<link rel="icon">`, `<link rel="apple-touch-icon">`), open the PWA manifest file if the site has one, and return the complete list of icons with live thumbnails.
You get a visual preview of every icon, a "Copy URL" button, a "Download" button per file, and "Download all as ZIP" for the whole pack at once.
Great for audits, visual inspiration, competitor research, or when you need to recover your own favicon after a backup goes missing.
How to use it
- Type a URL (e.g. `github.com` or `https://vercel.com`). You can skip `https://` - we add it for you.
- Click "Fetch favicons" or press Enter. The server has 8 seconds to load the page, usually it takes 1-3.
- You will see a grid of thumbnails. Each tile shows the icon preview, its type (`icon`, `apple-touch-icon`, `manifest-icon`), declared sizes, and file weight.
- Click "Copy URL" to copy the address of a single icon, or "Download" to save it to disk.
- Need everything at once? Click "Download all as ZIP" to pack the whole set into a single archive with a `manifest.txt` mapping filenames back to their source URLs.
When this is useful
Six typical situations where this fetcher saves you half an hour:
- Competitor favicon audit. Drop in a competitor's URL, hit fetch, and you instantly see their full icon set (do they ship an `apple-touch-icon`, is their PWA manifest wired up, do they have a dark-mode variant).
- Visual inspiration. Pull favicons from 20 sites in your niche, drop them into a Figma grid, and you have an instant moodboard before you start designing your own.
- Recover your own favicon. You shipped a site two years ago, lost the source files, but the site is still live. Pull the favicon, regenerate the full pack in the Favicon Generator, and you have a complete set again.
- Verify the apple-touch-icon is in place. A client complains their site icon looks odd on iPhone - in 5 seconds you see the page has no `apple-touch-icon.png` at all, so iOS is autogenerating one from a screenshot.
- Domain migration check. After moving from `old-domain.com` to `new-domain.com` you want to confirm every favicon survived. Pull both packs, compare side by side.
- Client SEO audit. You write a report, drop in a screenshot of the icon list, highlight the gaps (no SVG, no manifest, no 512x512 for the PWA manifest splash screen).
Related tools: Favicon Generator (build a fresh pack from one source image), ICO Converter (PNG to .ico), ICNS Converter (macOS icon set), OpenGraph Preview (see how your link looks on social media).