Step-by-step instructions
- 1
Prepare your source PNG
Start with a PNG image that works as a square icon. Ideal dimensions: 256×256 or larger (the converter will resize down as needed). A clean, high-contrast design is critical — favicons are displayed at 16×16 pixels in browser tabs, so complex logos with fine detail become unreadable. If your logo has text, consider using a simplified icon version or just the first letter/symbol at this size.
Go to converter - 2
Open the FormatDrop PNG to ICO converter
Navigate to formatdrop.com/png-to-ico in your browser. The converter generates a proper multi-size ICO file that includes 16×16, 32×32, and 48×48 pixel versions — the three sizes browsers most commonly request for tabs, taskbar icons, and desktop shortcuts.
- 3
Upload your PNG
Drop your PNG onto the converter or click to browse. Transparent backgrounds are preserved — if your logo has a transparent background (no white square behind it), the ICO will maintain transparency, which looks correct on all browser tab backgrounds and Windows taskbar themes.
- 4
Convert and download the ICO file
Click Convert. The output is a single ICO file containing all the size variants. Download it and name it favicon.ico.
- 5
Add the favicon to your website
Place favicon.ico in the root of your website (e.g., yoursite.com/favicon.ico). Most browsers will find it automatically. For best cross-browser support, also add this to your HTML <head>: <link rel='icon' type='image/x-icon' href='/favicon.ico'>. For modern browsers and mobile home screen icons, also add a PNG favicon at 192×192 and 512×512 alongside the ICO.
Why convert PNG to ICO?
ICO is the only image format designed to contain multiple sizes inside a single file. This is intentional: different operating systems and browsers request favicons at different sizes. Windows Explorer shows folder/shortcut icons at 256×256; the Chrome browser tab shows favicons at 16×16; Windows taskbar icons appear at 32×32. An ICO file with all three sizes lets each system pick the appropriate version, rather than scaling a single size up or down (which results in blurriness). Modern web development uses PNG and SVG favicons alongside ICO for better quality at larger sizes, but ICO remains necessary for maximum compatibility — particularly for Internet Explorer (yes, still used in enterprise environments), Windows shortcuts, and older Android browsers. The favicon.ico file at the root of a site is also fetched automatically by many bots, crawlers, and link-preview services, so having it present is important beyond just browser display.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
What size should a favicon PNG be?
Should I use ICO or PNG for my website favicon?
Why is my favicon not showing up after I upload it?
Can I use a JPG image for a favicon?
No account. No upload. Works in any browser.