PNG to ICO Converter
Convert PNG images to ICO favicon files with multiple sizes.
100% Private — Your files never leave your device.
All processing happens in your browser. Nothing is uploaded to any server.
Drop a file here or click to browse
PNG, JPG, WebP, or SVG — square images work best
Max 10MB per file
How it works
What Is a Favicon?
A favicon (short for “favorites icon”) is the small icon that appears in browser tabs, bookmarks, and browser history. It’s one of the first things users see when they visit your website.
Where Favicons Appear
| Context | Typical Size | Format |
|---|---|---|
| Browser tab | 16×16 | ICO or PNG |
| Bookmarks bar | 16×16 | ICO or PNG |
| Browser address bar | 16×16 or 32×32 | ICO or PNG |
| Windows taskbar | 48×48 | ICO |
| Windows desktop shortcut | 256×256 | ICO |
| Google search results | 48×48 | Any |
| iOS home screen | 180×180 | PNG (apple-touch-icon) |
| Android home screen | 192×192 | PNG (manifest) |
How to Add a Favicon to Your Website
1. Place the ICO file at your domain root
https://yourdomain.com/favicon.ico
Most browsers automatically check for /favicon.ico — no HTML needed.
2. Add HTML link tags (recommended)
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">
3. For Apple devices
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
ICO vs PNG vs SVG Favicons
| Format | Multi-size | Browser support | Best for |
|---|---|---|---|
| ICO | Yes (multiple images in one file) | Universal (including IE) | Maximum compatibility |
| PNG | No (one size per file) | Modern browsers only | Simple setups |
| SVG | Yes (scales infinitely) | Most modern browsers | Scalable vector logos |
Tips for Great Favicons
- Keep it simple — at 16×16, only basic shapes are recognizable
- Use bold colors — subtle gradients disappear at small sizes
- Test at small sizes — preview how it looks at 16×16 before finalizing
- Square images only — non-square images will be distorted
- Transparent backgrounds work for most browsers but may look odd on some dark-mode UIs
Privacy
All image processing happens in your browser using the Canvas API. Your images are never uploaded to any server. The ICO file is assembled entirely client-side.
Real-World Examples
Creating a favicon for a new website
A web developer has a 512×512 PNG logo and needs a favicon. Uploading the logo generates previews at all standard sizes (16×16 through 256×256). Selecting the standard set (16, 32, 48) produces a multi-size ICO file that works across all browsers. The 16×16 version appears in browser tabs, 32×32 in bookmarks, and 48×48 in Windows taskbar shortcuts.
Generating a high-resolution favicon for Retina displays
A designer wants crisp favicons on high-DPI (Retina) displays. Including all six sizes (16 through 256) ensures the browser can select the best resolution for any context. The 256×256 version appears sharp on 5K displays, while 16×16 is optimized for standard-resolution browser tabs. The multi-size ICO file is 45KB — small enough for fast loading.
Quick favicon from a simple icon
A developer building a prototype needs a basic favicon fast. They upload a simple 64×64 checkmark icon and select just 16×16 and 32×32. The resulting ICO file is under 5KB and covers the two most common favicon sizes. The entire process takes about 3 seconds — upload, select sizes, download.
Frequently Asked Questions
What is an ICO file?
What sizes should I include in my favicon?
Do I need an ICO file, or can I just use PNG?
Should my source image be square?
What's the ideal source image resolution?
How does the ICO format work internally?
Related Calculators
SVG to PNG Converter
Convert SVG files to high-resolution PNG images. Adjustable scale.
Image Resizer
Resize images by pixels or percentage. Maintains aspect ratio.
Image Compressor
Compress JPG, PNG, and WebP images while keeping quality. Files stay in your browser.
Image Format Converter
Convert between PNG, JPG, and WebP instantly in your browser.
Images to PDF
Combine multiple images into a single PDF. Reorder pages, set margins.