PNG ICO
File conversion

Convert PNG to ICO

Convert now
QUICK ANSWER
Is it possible to convert PNG to ICO?
Yes - PNG converts to ICO.

You can do it right here with our free converter - no sign-up, and your file is deleted right after.

Upload your PNG to the converter above and download an ICO instantly - it is free and your file is deleted after converting. Start with a square image; non-square PNGs will be distorted or cropped to fit. ICO can bundle multiple resolutions in one file, but most simple tools produce a single-size result.

8 programs
Also to ICO: ICL · EXE · SVG

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox
PNG → ICO converterFREE
Drop a .PNG file here
or pick one - we convert it to .ICO and give you the file to download

Why convert PNG to ICO?

Windows requires ICO format for application icons and desktop shortcuts. Websites use favicon.ico at the site root, and ICO's ability to bundle multiple sizes (16, 32, 48, 256 px) in one file gives better results on taskbars, pinned tabs, and older browsers than a plain PNG. See the .ICO format page for full details.

How to convert PNG to ICO

IrfanView FREE

Open your PNG, choose File > Save As, select ICO from the format list, and click Save.

GIMP OPEN-SOURCE

Open your PNG, resize to a square via Image > Scale Image, then File > Export As with a .ico filename; the export dialog lets you choose bit depth and embed multiple sizes as layers.

Command line - ImageMagick CLI

Run magick input.png -resize 256x256 output.ico; add -define icon:auto-resize to embed multiple sizes in one file.

Programs that convert PNG

About these formats

Quality & what to watch

  • Start with a square image - if your PNG is not square, most tools will crop or stretch it to fit the ICO container.
  • Transparency is preserved only at 32-bit color depth; choose 32-bit in your export settings to keep soft edges and partial transparency.
  • A proper Windows icon embeds multiple resolutions (16, 32, 48, 256 px) in one file; a single-size ICO works but may look blurry when Windows scales it for different display contexts.

Frequently asked questions

Does ICO support transparency?
Yes, with 32-bit color depth. Select 32-bit in GIMP's export dialog or IrfanView's save options to preserve soft edges and partial transparency.
Can I convert a non-square PNG to ICO?
You can, but the result will be distorted or cropped. Crop your PNG to a square first, then convert.
Why does my favicon not update in the browser?
Browsers cache favicons aggressively. Hard-refresh with Ctrl+Shift+R, clear your browser cache, or open the favicon URL directly and refresh that tab.
What size should my ICO be for a website favicon?
A 32×32 or 48×48 ICO covers all practical cases; for a Windows desktop app, a multi-size ICO (16, 32, 48, 256 px) is recommended.