Which site icons exist, and which are missing?
Paste a URL. Iconfind reads the page's icon declarations, requests each one, and reports what came back — present with real dimensions, present in the wrong format, or missing entirely.
What it checks
- Every
<link rel="icon">the page declares, with declared sizes and type - Apple touch icon declarations —
apple-touch-icon,apple-touch-icon-precomposed - Convention fallbacks that browsers request without being declared:
/favicon.icoand/apple-touch-icon.pngat the site root
How to read the results
Each icon gets a row in the results table. Columns show the declared path, HTTP status, detected format, actual pixel dimensions, and a per-client verdict — what a browser tab, a Google search result, and an iOS home-screen bookmark would each see.
What it does not do
- Does not generate or design icons — it reports what the server serves
- Does not monitor over time — each check is a single snapshot
- Does not edit your site — it reads one URL and reports the results
Known limitation
If the target URL is behind Cloudflare, the Worker platform cannot open a connection back into its own network. Those hosts will report as unreachable. This is a platform limitation, not a problem with your site.