Home/Converter Tools/ICO to PNG
🔳

ICO to PNG

FREE

Extract a Windows icon or favicon as a PNG

Free · No sign-up required
Loading...

What ICO to PNG does

An .ico file is a Windows icon container: one or more images of the same graphic at different sizes (16, 32, 48, 256 pixels and so on), stored together so that Windows and browsers can pick the right one. This tool opens an ICO, takes the largest image inside it, and saves it as a normal PNG with transparency intact — so you can edit the icon, use it on a web page, place it in a document, or recover a logo whose only surviving copy is a favicon. Everything runs in your browser.

What is inside an ICO

EntryTypical useEncoding
16 × 16Browser tab, taskbar, Windows list viewBMP or PNG
32 × 32Desktop shortcut, dialogsBMP or PNG
48 × 48Windows Explorer large iconsBMP or PNG
256 × 256Windows Vista+ extra-large icons, high-DPIAlmost always PNG

The tool picks the largest entry so you get the most detail. If the ICO holds only a 16-pixel image (many old favicons do), the PNG will be 16 × 16 — enlarging it in the Image Resizer will be blurry, because there is no more detail to recover.

Transparency and colour

  • Modern ICO entries are PNG-encoded and carry full alpha; the output PNG keeps it exactly.
  • Older BMP-encoded entries use a 1-bit mask (fully transparent or opaque); the mask is applied, so the icon's background is transparent.
  • Palette (256-colour) icons are expanded to full RGB.

Common uses

  • Extracting a site's favicon to reuse the logo in a document or a presentation.
  • Editing an icon in a graphics editor that does not open ICO (many web-based editors).
  • Converting an application icon to PNG for a README, a store listing or a support article.
  • Recovering a small logo when the original artwork has been lost.
  • Building a PNG set for macOS, Linux or Android from an existing Windows icon.

Going the other way

To make an ICO from a PNG — for a website favicon or a Windows shortcut — use the Image to ICO or Favicon Generator tool on this site, which builds a multi-size ICO from one source image. A 512 × 512 or larger PNG gives the best results, because each size is downscaled from it.

Frequently asked questions

Can I get every size in the ICO, not just the largest?

This tool exports the largest entry. For all sizes, a desktop tool such as IcoFX, GIMP (which opens each layer) or ImageMagick's convert command is needed.

The PNG is tiny (16 × 16).

That is all the ICO contained. Enlarging it cannot add detail; look for a larger source of the logo, such as an SVG or an Apple touch icon (usually 180 × 180) on the same site.

Does it work with .cur cursor files?

Often — .cur shares the ICO container. Rename to .ico if the picker refuses it.

Why is the background black instead of transparent?

A rare ICO stores an opaque BMP with no mask. Remove the background in an editor.

Can it open a favicon from a URL?

No — download the favicon first (usually at /favicon.ico on the site), then upload the file.

Is my file uploaded?

No. The ICO is parsed and the PNG encoded in your browser.

More tools in this category

🖼
JPG to PNG
Convert JPG to lossless PNG for editing or PNG-only uploads
🌐
JPG to WebP
Re-encode JPG as WebP for 25–35% smaller web images
🌐
PNG to WebP
Shrink PNG screenshots and graphics to WebP, transparency kept
🖼
WebP to PNG
Convert WebP downloads to lossless PNG with transparency
📱
HEIC to PNG
Convert iPhone HEIC photos to lossless PNG
SVG to PNG
Render an SVG to a PNG at any pixel size