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

LayerTypical useInclude?
16×16Browser tabsYes
32×32Retina tabs / taskbarYes
48×48Windows / legacyRecommended
64×64High-DPI fallbackOptional
256×256Large Windows iconsOptional (larger file)

How to convert PNG to ICO here

  1. Upload a square-ish PNG, JPG, or WebP (512×512 or larger is best).
  2. Select the layers you want embedded.
  3. Download the .ico file.
  4. Upload it to your site root as /favicon.ico and 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.