Skip to main content
Free Tool

Favicon & Touch-Icon Coverage Checker

Paste your <head> HTML and audit which favicon, apple-touch-icon, web-manifest, and Safari pinned-tab tags are present. Catches the missing ones that make your brand look broken on iOS or Android.

favicon.ico + PNGapple-touch-iconWeb manifestmask-icontheme-colorSVG faviconIn-browser only

Your <head> HTML

1

Paste your icon-related HTML

The <link rel="icon"> and related tags from your <head>. Copy from View Page Source or just the icon block.

Coverage audit

Status38% coverage
Critical
1/2
Strong
2/2
Recommended
0/4
Total coverage
38%
favicon.ico (root)critical

Legacy browsers and RSS readers hit /favicon.ico directly. Always include.

<link rel="icon" href="/favicon.ico" sizes="any">
PNG 32×32 (browser tab)critical

Primary favicon for modern browser tabs. Sharper than the legacy ICO at this size.

<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
Found: /favicon-32x32.png
PNG 16×16 (tab fallback)recommended

Smallest fallback for browser chrome at low DPI.

<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
apple-touch-icon 180×180 (iOS home)strong

Used when users add your site to iOS home screen. Without it, iOS generates a blurry screenshot instead.

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
Found: /apple-touch-icon.png
Web manifest (Android + PWA)strong

Android install prompt, PWA home screen, theme color. References icons in JSON.

<link rel="manifest" href="/site.webmanifest">
Found: /site.webmanifest
mask-icon (Safari pinned tab)recommended

macOS Safari pinned tabs. Monochrome SVG with a brand color. Nice-to-have.

<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#1C1C63">
theme-color metarecommended

Android Chrome address bar color, Windows tiles. Small but visible brand touch.

<meta name="theme-color" content="#1C1C63">
SVG favicon (scalable)recommended

Chrome, Edge, Firefox support SVG favicons. Scales crisply at any size.

<link rel="icon" type="image/svg+xml" href="/favicon.svg">
Summary
  • error1 critical icon missing — users will see broken/default icons in browser tabs or iOS.
  • info4 nice-to-have icons missing — mainly polish for Safari pinned tabs and Android theme colour.

The 2026 Favicon / Touch-Icon Set

The minimum your site needs to look professional across every browser and device.

1

favicon.ico — the legacy request

Always present at the root. Old browsers, RSS readers, and some CDN default pages request /favicon.ico directly — even if you only declare PNG icons in link tags.

2

PNG 16×16 + 32×32 — browser tabs

Every modern browser picks the 32×32 PNG for tabs on high-DPI screens. Ship 16×16 too as a fallback for low-DPI chrome.

3

apple-touch-icon 180×180 — iOS home screen

Without it, iOS generates a blurry screenshot of your homepage. With it, users get a branded icon when they "Add to Home Screen".

4

Web manifest — Android + PWA

Required for Android's install prompt and PWA home-screen icons. References 192×192 and 512×512 icons inside the JSON. Also declares theme-color and short-name.

Favicon / Touch-Icon FAQ

What's the minimum favicon set for 2026?

At a bare minimum: favicon.ico at the root, a 32×32 PNG for browser tabs, a 180×180 apple-touch-icon for iOS, and a web manifest with 192×192 and 512×512 icons for Android. Anything less and you get broken icons somewhere — iOS home screen, Android install prompt, or browser tabs.

Do I still need favicon.ico?

Yes. Some edge-case browsers and RSS readers request /favicon.ico at the domain root directly, bypassing link tags entirely. Keep it even with modern PNG icons declared in link tags.

What about Safari pinned tabs?

<link rel="mask-icon"> is iOS/macOS Safari-specific. Required if you want a branded icon in Safari pinned tabs. Optional but nice-to-have for brand polish.

Is my HTML sent anywhere?

No. Parsing runs in your browser. Nothing is uploaded or stored.

Want a Complete Brand-Asset Audit Across Your Site?

Our Australian team audits favicon, touch-icon, OG image, Twitter card and Schema brand assets — then generates everything you\'re missing, ready to deploy.

  • Cross-device icon audit
  • Asset generation pipeline
  • No lock-in commitment
Book a Free Consultation First
🔒 Secure checkout|Delivered within 48 hours|100% money-back guarantee

No long-term commitment. Cancel anytime. 100% satisfaction guaranteed.