Drop one image. Get the complete favicon package - .ico, PNG sizes for every device, Apple touch icon, Android Chrome, PWA manifest, plus the HTML snippet ready to drop in your <head>. All zipped, ready to upload.
site.webmanifest file with your icons, name, theme color, and background. Drop in and your site is installable as a PWA.Square-ish image works best. Minimum 256×256, ideally 512+ for sharp Android icons.
1 - Upload Your Source Image
Browser-native canvas resizing + a real .ico binary builder + jszip for packaging. No backend, no upload.
favicon.ico - multi-size (16/32/48) for browser tabsfavicon-16x16.png - older browser tabsfavicon-32x32.png - HiDPI browser tabsfavicon-48x48.png - Windows pinned shortcutsapple-touch-icon.png - 180×180, iOS home screenandroid-chrome-192x192.png - Android home / PWAandroid-chrome-512x512.png - PWA splash screenssite.webmanifest - PWA manifest file
index.html lives. Then add the HTML snippet (we generate it for you) inside the <head> tag of your homepage and any other pages./assets/icons/, you'll need to update the paths in the HTML snippet to match.
favicon.ico. Modern browsers prefer PNG. iOS picks apple-touch-icon.png when users save your site to their home screen. Android Chrome reads from your manifest. PWAs use the 512×512 for splash screens.<link rel="icon" href="/favicon.ico?v=2">. Browsers see the new query string as a new file.https://yoursite.com/favicon.ico opens in your browser.