Favicon Checker
Analyze your website's favicon implementation to ensure compatibility with Google's guidelines, multiple browsers, and various platforms.
How to Use the Favicon Checker
Enter URL
Enter your website URL (e.g., example.com) in the input field below.
Analyze
Click "Check Favicons" to analyze your implementation.
Review Report
Review the detailed report for compatibility issues.
Generate Missing
Use our Favicon Generator to create any missing icons.
The analysis includes standard favicon compatibility, mobile app icons, and web manifest validation.
Analyzing...
Icon Requirements Guide
A quick reference for the essential icons needed for modern websites and web applications.
Standard Favicons
Essential for basic browser display:
- 16x16: Browser tabs, bookmarks, history.
- 32x32: Windows taskbar, high-DPI displays.
Typically provided via <link rel="icon">.
Apple Touch Icon
180x180 PNG is crucial for iOS:
- iOS home screen shortcut icon.
- Spotlight search results.
- Safari tabs (newer versions).
Provided via <link rel="apple-touch-icon">.
Android & PWA Icons
Key sizes for Android devices and PWAs:
- 192x192: Primary icon for home screen shortcuts.
- 512x512: Used for splash screens, Play Store.
Typically defined within the Web App Manifest.
Web App Manifest
`manifest.json` enables PWA features:
- Installable to home screen.
- Standalone/fullscreen display.
- Splash screens.
- Theme color definition.
Linked via <link rel="manifest">.