Convert PNG to ICO with full control - choose which sizes to bundle (16×16 to 256×256), preview your favicon exactly as it appears in a browser tab, get ready-to-paste HTML code, and learn exactly how favicons affect your SEO. All client-side - your image never leaves your browser.
<head> section of your HTML file. Put favicon.ico in your website root directory.
| Size | Context | Used by | Priority |
|---|---|---|---|
| 16×16 | Browser tab favicon - the one everyone sees | ChromeFirefoxSafariEdge | Essential |
| 32×32 | Windows taskbar, high-DPI browser tabs, Firefox on retina | Chrome retinaWindowsFirefox | Essential |
| 48×48 | Windows desktop shortcut icon, taskbar pinned sites | Windows 7+Win taskbar | Recommended |
| 64×64 | Windows high-DPI desktop icons, some Linux environments | Win HiDPILinux | Optional |
| 128×128 | macOS dock and Spotlight, Chrome Web Store icons | macOSChrome Store | Optional |
| 256×256 | Windows Vista+ large icon view, high-DPI Windows icons | Windows Vista+Win 10 HiDPI | Recommended |
Content-Type: image/x-icon or image/vnd.microsoft.icon.What makes it different
Multi-size bundling, quality analysis, browser preview, HTML code, size guide, and SEO education - not just a file converter.
Bundle 16, 32, 48, 64, 128, and 256px into one ICO file. Browsers automatically pick the right size for each context - tab, taskbar, desktop, or search results.
one file, all sizesAnalyses your PNG before conversion - checks if it's square, has transparency, has enough resolution, and flags issues that would produce a bad favicon.
fix before convertingSee exactly how your favicon looks in a light and dark browser tab - at 16×16 - before downloading. The #1 issue with favicons is bad readability at small sizes.
see before you shipFour implementation snippets: minimal, modern, complete, and PWA - copy and paste straight into your HTML head section, no manual coding needed.
paste and shipGoogle displays favicons in mobile search results. A missing favicon causes 404 errors that waste crawl budget. Learn exactly how favicons affect your rankings.
SEO most tools skipYour image is processed in your browser using the Canvas API. It is never uploaded to any server - completely private, works offline once loaded.
private by designQuick guide
Drop your image or click to upload. The quality advisor analyses it and flags any issues before you convert.
Select which sizes to bundle. For most websites, the Standard preset (16+32+48) covers all major browsers and platforms.
Download favicon.ico, copy the HTML code for your head section, and place the file in your website root directory.
A favicon is not just a decorative icon. It appears in browser tabs, bookmarks, browser history, Windows taskbar, macOS dock, iOS home screens, Android home screens, and crucially - in Google mobile search results next to your site's name. Getting it right has measurable impact on brand recognition and click-through rates.
The ICO format has one key advantage over PNG: it bundles multiple image sizes into a single file. This means the browser, operating system, or search engine can choose the most appropriate size for its context without making multiple HTTP requests. A 16×16 ICO for a browser tab and a 256×256 ICO for a Windows desktop shortcut can coexist in one favicon.ico file.
favicon.ico from your root directory (browsers request it automatically even without a link tag), and add <link rel="icon"> tags pointing to PNG versions for current browsers. Add an apple-touch-icon at 180×180 for iOS, and a manifest.json with 192×192 and 512×512 icons for PWA eligibility.
The most common mistake is using a detailed logo as a favicon. At 16×16 pixels - 256 pixels total - fine details, thin strokes, and small text all disappear. The best favicons at this size are: a single letter or initial, a simple icon or symbol, a bold geometric shape, or a highly simplified version of a logo. Test your favicon at 16×16 before publishing - this tool's browser tab preview shows you exactly what to expect.