Convert PNG to ICO
Build a classic multi-resolution favicon.ico from any PNG, JPG, or WebP. Choose which square sizes to embed. Your file never leaves your device.
Upload PNG or any image
We scale your image into square layers and pack them into one favicon.ico using PNG encoding (Windows Vista and later).
or drag and drop here
What this converter actually does
An ICO file is a container. Inside it can sit several PNG (or BMP) images at different resolutions. When Windows or a browser asks for a favicon, it can pick the layer closest to the size it needs instead of upscaling a single tiny bitmap.
This tool takes your source image, letterboxes it into each selected square size, encodes those frames as PNG, then packs them into one .ico download. That is different from renaming a PNG to .ico, which some browsers tolerate but is not a real multi-resolution icon.
When you still need favicon.ico
- Legacy browsers and older intranet tools that only request
/favicon.ico - Windows shortcuts and some desktop wrappers
- CMS themes that hard-code a root ICO path
- As a belt-and-suspenders fallback beside SVG and PNG
<link rel="icon">tags
For a full modern stack (SVG + PNG + apple-touch + PWA), use the main favicon generator. Use this page when you already have a logo PNG and only need the ICO container.
Recommended layer sizes
| Layer | Typical use | Include? |
|---|---|---|
| 16×16 | Browser tabs | Yes |
| 32×32 | Retina tabs / taskbar | Yes |
| 48×48 | Windows / legacy | Recommended |
| 64×64 | High-DPI fallback | Optional |
| 256×256 | Large Windows icons | Optional (larger file) |
How to convert PNG to ICO here
- Upload a square-ish PNG, JPG, or WebP (512×512 or larger is best).
- Select the layers you want embedded.
- Download the
.icofile. - Upload it to your site root as
/favicon.icoand keep your PNG/SVG link tags for modern browsers.
Limitations (read before you ship)
- Very detailed logos may look muddy at 16×16 — simplify or test before deploying.
- Transparent PNGs are supported, but some Windows contexts fill transparency with a solid colour.
- ICO alone is not enough for iOS home screens or Android PWA installs — see apple-touch-icon and Android Chrome sizes.
- If Google Search still shows a globe, the problem is often crawlability, not ICO — read favicon not showing in Google Search.
FAQ
Will my logo be uploaded to FaviconStudio?
No. Processing is client-side only. Closing the tab discards the in-memory image.
Can I convert SVG with this page?
Use the SVG to favicon converter for vector files. This page is for raster sources (PNG/JPG/WebP).
Is the download free?
Yes — no account, no watermark, no paid unlock. See our About page for how the project is funded.