// Free — instant · no account needed
Verify all favicon formats — favicon.ico, PNG icons, Apple touch icon, and web manifest. See which icons are live and which are missing or broken.
Verify the /favicon.ico fallback used by legacy browsers and email clients.
Check the 180×180 PNG icon used when iOS users add your site to their home screen.
Verify the manifest.json link for Android home screen icons and PWA support.
See actual favicon images rendered directly in the results — not just file paths.
HEAD requests confirm each icon URL is live and returns a 200 status.
Check whether icon sizes are declared to help browsers pick the right resolution.
Good results! Here's how to go deeper:
The Favicon Checker fetches your page and extracts all icon-related link tags including<link rel="icon">,<link rel="shortcut icon">,<link rel="apple-touch-icon">, and <link rel="manifest">. It then performs a HEAD request on each favicon URL to verify the file actually exists and returns a 200 status. It also checks for the /favicon.ico fallback even if it is not declared in HTML. Found favicons are previewed directly in the results.
A well-configured favicon setup covers all major browser and platform scenarios. Always provide a /favicon.ico at the root as a universal fallback — some email clients, feed readers, and older browsers request this path directly without reading HTML. Declare a 32×32 PNG icon for modern browsers and a 180×180 PNG apple-touch-icon for iOS. Use the sizesattribute on link elements to help browsers select the appropriate resolution without downloading all variants. A web app manifest with icon declarations supports Android home screen installation and Chrome's installable PWA prompt.
Since 2019, Google displays a favicon next to every search result in mobile SERP and increasingly in desktop results. Google fetches the favicon from your page's <link rel="icon"> tag and resizes it to 16×16 for display. If no icon tag is found, Google falls back to requesting /favicon.ico. A missing or broken favicon results in a generic grey globe icon appearing next to your listing — a small but visible branding gap compared to competitors who have proper favicons configured.