Your favicon is missing
in one place and fine in another.
This tells you which file is absent.
Icontest fetches every icon your page declares and every root-fallback icon the browser requests by convention. It reports each file's HTTP status, content-type, and pixel dimensions — and flags mismatches between what is declared and what is served.
$0.50
per scan — no subscription, no account, no recurring charge. Payment system coming soon — the tool is currently free to try.
How it works
- 1 Paste a URL. Any public page — a landing site, a web app, a documentation domain.
-
2
Icontest fetches the page and finds every
<link rel="icon">,<link rel="apple-touch-icon">, and<link rel="shortcut icon">in the document head. - 3 Every icon is checked. Each URL is requested. The tool reads HTTP status, Content-Type, and image dimensions — PNG, JPEG, GIF, SVG, ICO, BMP, WebP.
-
4
Root fallbacks are checked too.
/favicon.icoand/apple-touch-icon.pngat the host root — the paths browsers request by convention even when undeclared. - 5 You get a table. Each icon's status, format, and real pixel dimensions — plus summaries for browser tab, iOS home screen, and search results.
Sample output
# 4 icons checked — 3 present, 1 missing
✓ /favicon.ico ICO 32×32 (HTTP 200)
✓ /icon-192.png PNG 192×192 (HTTP 200)
✗ /apple-touch-icon.png HTTP 404
✓ /images/icon.svg SVG 64×64 (HTTP 200)
Browser tab: /favicon.ico ✓ | iOS: /apple-touch-icon.png ✗
Search: /favicon.ico ✓
✓ /favicon.ico ICO 32×32 (HTTP 200)
✓ /icon-192.png PNG 192×192 (HTTP 200)
✗ /apple-touch-icon.png HTTP 404
✓ /images/icon.svg SVG 64×64 (HTTP 200)
Browser tab: /favicon.ico ✓ | iOS: /apple-touch-icon.png ✗
Search: /favicon.ico ✓
What this tool does not do
- — No image generation or design opinions. Icontest reports what is served right now for one URL — no monitoring over time, no recommendations about what icon to create.
- — No account, no history, no gamification. Each scan is independent. There is nothing to log in to and nothing to save.
- — No fake "we'll email you" — results appear on this page or not at all. If you need a record, copy the table.
- — Hosts behind Cloudflare may report as unreachable. This is a platform limitation of the scanning infrastructure, not a reflection of the target server's state.