Did you find this tool helpful?
Upload your logo or create from text. Export favicon.ico, PNG sizes, Apple Touch Icon, and a complete web-ready ZIP — all in your browser.
<link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="manifest" href="/site.webmanifest">
The complete favicon kit gives you every file you need to cover all modern browsers, mobile devices, and PWA installations without any extra work.
| File | Size | Used By |
|---|---|---|
favicon.ico | 16×16 + 32×32 | All browsers (legacy + modern) |
favicon-16x16.png | 16×16 | Browser tab icon (modern) |
favicon-32x32.png | 32×32 | Browser bookmarks, taskbar |
apple-touch-icon.png | 180×180 | iOS home screen shortcut |
android-chrome-192x192.png | 192×192 | Android home screen |
android-chrome-512x512.png | 512×512 | Android splash screen, PWA |
site.webmanifest | — | PWA metadata, theme colour |
Place all the downloaded files in the root directory of your website (the same folder as your index.html). Most browsers expect favicon.ico at /favicon.ico.
Paste the HTML snippet (shown above) inside the <head> tag of every page on your site. If you use a CMS like WordPress, paste it into the theme's header.php or use a plugin.
Browsers aggressively cache favicons. After uploading, press Ctrl+Shift+R (or Cmd+Shift+R on Mac) to force a hard reload and see your new icon immediately.