Favicon ToolsVerifyBuild
QA
Basics

How to Test & Check Your Favicon (Free Checker)

· 6 min read

Across Chrome, Safari, Firefox, iOS, and Android, automated and by hand.

The fast way: automated scan

Paste your URL into a favicon checker and it fetches the live page, parses the <head>, lists every icon tag, and flags what's missing or broken across desktop, Apple, Android, and manifest surfaces. It's the one check that covers everything at once.

The order to check in

  1. 1

    Run an automated scan

    Scan your live URL to list every favicon tag and flag missing or broken icons.

  2. 2

    Check the browser tab

    Hard-refresh and confirm the icon renders crisply in the tab on desktop browsers.

  3. 3

    Check bookmarks and the address bar

    Bookmark the page to confirm the 16x16 icon is legible in compact contexts.

  4. 4

    Check iOS and Android home screens

    Add to home screen on iOS and install the PWA on Android to verify the apple-touch-icon and the manifest icons.

  5. 5

    Check the search-result favicon

    Confirm the icon Google shows next to your result is the current one.

The manual checklist

SurfaceWhat to do
Browser tabHard-refresh (Cmd+Shift+R / Ctrl+F5) in Chrome, Safari, and Firefox. The icon should be crisp, not blurry or pixelated, at 16-32px.
Bookmarks & address barBookmark the page. This surfaces the 16x16 icon in its tightest context. If it's unreadable here, simplify the artwork.
iOS: Add to Home ScreenIn Safari, share → Add to Home Screen. iOS uses the apple-touch-icon, not favicon.ico, so this catches a whole class of missing tags.
Android / PWA installOn Android Chrome, install the app. The home-screen and splash icons come from manifest.json, so this verifies your manifest icons resolve.
Google search resultSearch your brand and confirm the favicon beside your result is current. Google needs at least a 48x48 icon and refreshes on recrawl.

The sizes each check exercises

Example favicon at 16 by 16 pixels
16px
Example favicon at 32 by 32 pixels
32px
Example favicon at 48 by 48 pixels
48px
Example favicon at 180 by 180 pixels
180px
Example favicon at 192 by 192 pixels
192px
Rendered at true pixel dimensions. 16px is the tab and the bookmark, 32px the retina tab, 48px the smallest icon Google will use, 180px the iOS home screen, and 192px the Android launcher.

What full coverage looks like

A complete favicon set covers browser tabs, bookmarks, search, iOS, Android, Windows tiles, and the PWA manifest. If your scan shows gaps, that's missing branding. Read why favicon coverage matters, and check the full favicon sizes reference.

Frequently asked questions

How do I check if my favicon is working?

Run an automated favicon scan of your live URL to confirm every tag resolves, then manually verify the icon in a browser tab, a bookmark, on an iOS home screen, and in an installed PWA.

How do I preview a favicon before going live?

Most generators show a live tab preview as you design. To validate the real files, open each icon URL directly and confirm the size and format match what your link tags reference.

Why is my favicon different in Google search than in the browser?

Google caches the favicon from its last crawl and requires at least a 48x48 icon. The browser shows your current file immediately, while search updates only after Google recrawls.

Generate your icon set

Keep reading