Help Centre
Getting started, frequently asked questions, and known limitations of Iconprobe — the free tool that checks which site icons actually exist.
Getting started
Using Iconprobe takes about 10 seconds. Here is how it works:
Go to the App page
Open iconprobe.agen2ic.ai/app in any modern browser. No signup, no login, no account needed.
Paste a public URL
Enter the full URL of any public web page — e.g. https://example.com/page. If you omit the scheme, https:// is added automatically.
Read the results
Iconprobe fetches the page, discovers every declared icon, requests each file, and lists them in a table with status, format, dimensions, and a client-impact summary (browser tab, search result, iOS home screen).
Frequently asked questions
Real questions real users of a site-icon checker tend to ask.
Yes — Iconprobe is completely free and requires no signup, no account, and no payment. There is no rate limit on scans. The Free plan includes everything the tool currently does.
A Pro plan ($9/month) is listed on the Pricing page with planned features (batch scanning, saved history, API access, scheduled scans). None of those features are built yet. The Pro plan is a placeholder for what may come. The Free plan will always remain free.
No. Each scan is completely stateless. The tool fetches the URL you provide, reads the page, checks the icons, and returns the result — nothing is stored, logged, or retained. No user data, no scan history, no analytics tracking.
See the Privacy page for full details.
Iconprobe identifies the following formats using magic bytes (the first few bytes of the file):
- ICO — Windows icon format (the classic favicon)
- PNG — Portable Network Graphics
- JPEG — Joint Photographic Experts Group
- GIF — Graphics Interchange Format
- WebP — Google's modern image format
- SVG — Scalable Vector Graphics
If the file bytes do not match any known format, the tool reports "unknown". Format detection reads the actual file content, not just the MIME type declared in the <link> element, so it catches mismatches between what a page claims and what is actually served.
The most common cause is the target site being behind a platform that blocks requests from Iconprobe's server. Specifically:
- Cloudflare: Many sites behind Cloudflare will appear unreachable because the hosting platform cannot open a socket back into its own network. This is a documented platform limitation, not a problem with the target site.
- WAF / bot protection: If the target site uses a Web Application Firewall or bot-detection service, our automated request may be blocked.
- Internal / non-routable addresses: Iconprobe will not attempt to scan private IP ranges (127.x.x.x, 10.x.x.x, 192.168.x.x, etc.).
If your site is public and not behind any of these protections but still shows as unreachable, please report it — see the Contact section below.
Browsers, search engines, and iOS all request icons at well-known locations even when the page does not explicitly declare them:
/favicon.ico— the legacy fallback. Browsers request this at the site root automatically when no<link rel="icon">is present — or sometimes in addition to a declared icon./apple-touch-icon.png— iOS requests this at the root when adding a page to the home screen, even if a different apple-touch-icon is declared.
Iconprobe checks both locations automatically. A page can declare everything correctly and still show a blank browser tab because the root fallback 404s. The tool surfaces exactly this gap.
No. The tool only checks publicly accessible URLs. Requests to private IP ranges (127.0.0.1, 10.x.x.x, 172.16–31.x.x, 192.168.x.x) and internal hostnames (localhost, .local, .internal) are rejected. This is a deliberate safety measure — Iconprobe is a public diagnostic tool, not a network-internal utility.
Known limitations
Iconprobe is an honest, single-purpose tool. These limitations are documented openly so you know exactly what it can and cannot do.
viewBox, width, or height attribute on the root <svg> element. SVGs without these attributes (or with CSS-only sizing) will show dimensions as "—".Contact us
We want to hear about bugs, unexpected behaviour, and feature requests — but email-based support is not yet set up.
How to report an issue
There is currently no email address, contact form, or ticketing system for Iconprobe. The owner has not yet set up a support channel. This is a known gap.
What you can do in the meantime
- Check this Help Centre for answers — the FAQ above covers the most common questions.
- Refer to the Terms of Service and Privacy notice for legal and data-handling information.
- If you encounter a clear bug (wrong results, page not rendering, broken layout), note the URL you scanned and what you expected, and keep an eye on this page for when a contact channel is added.
This page will be updated when a support channel becomes available.