Manatee

How to convert an ICO icon file to PNG on a Mac

An ICO file, the icon format that comes from Windows, converts to a PNG in a few seconds on a Mac. The built-in way is Preview: open the .ico, choose File then Export, and pick PNG. To convert several at once, or to leave the originals untouched, drop them on Manatee, choose Convert, and pick PNG. Because both ICO and PNG are lossless and both support transparency, you lose no image quality in the process; the only real decision is which size comes out.

What an ICO file actually is

An ICO is not a single picture. It is a small container that can hold several images at once, each at a different size and sometimes a different color depth, all bundled into one file. A typical Windows icon packs 16 by 16, 32 by 32, 48 by 48, and 256 by 256 pixel versions together, so the operating system can show a crisp icon whether it is drawing a tiny list entry or a large thumbnail. Favicons, the little images that appear on a browser tab, are frequently ICO files for the same reason.

A PNG is the opposite: one image, at one size, stored losslessly with full support for an alpha (transparency) channel. That single-image simplicity is exactly what makes PNG the format almost everything understands. Web pages, design apps, documents, and image viewers on every platform read PNG without a second thought, while ICO is really only at home on Windows and in browser tabs.

You most likely have an .ico because you pulled a favicon from a website, extracted an application or shortcut icon, or were handed a Windows icon you now want to use as a normal image on a Mac or on the web. In all of those cases the icon is trapped in a format built for one job. Turning it into a PNG frees the image to be used anywhere.

How to convert ICO to PNG on a Mac

The built-in route, with Preview:

  1. Double-click the .ico so it opens in Preview.
  2. Choose File, then Export.
  3. Set Format to PNG.
  4. Click Save.

macOS can read ICO files, so Preview usually opens one without complaint, and for a single icon this is all you need. The honest limit is control and volume. With a multi-size ICO, Preview does not give you a clear pick-a-resolution step, and converting a set of icons means repeating the export for each one.

Manatee handles a batch and keeps every original in place:

  1. Open Manatee and choose Convert, or right-click the files in Finder and choose Fix with Manatee.
  2. Pick PNG as the target.
  3. Drop in one .ico or a whole folder of them. Each shows in the job list with progress.
  4. Each PNG is written as a new copy beside the original .ico, which is never modified.

It all runs on the Mac, with nothing uploaded and no account required. Because the .ico is left exactly as it was and the PNG lands alongside it, you can convert a pile of icons without any risk to the source files.

Which size you get, and why transparency is safe

The one thing to understand about converting from an icon container is resolution. Since an ICO can hold several sizes, a conversion has to produce a definite pixel dimension, and the sensible choice is the largest image inside the file, because you can always scale a large PNG down cleanly but you cannot invent detail by scaling a small one up. So if your ICO contains a 256 by 256 version, that is the one worth keeping as your PNG; a favicon that tops out at 32 by 32 will give you a 32 by 32 PNG, and no converter can make it sharper than the pixels that were actually stored.

The good news is that quality itself is not at risk. Both formats are lossless, so the pixels come across exactly, with no compression artifacts of the kind you would get converting to JPEG. Transparency is safe too: PNG has a full alpha channel, so the rounded corners and cut-out shapes that make an icon sit nicely on any background are preserved rather than filled with a solid color. That is precisely why PNG, and not JPEG, is the right target for an icon.

Going the other way, and other honest limits

It is worth being clear about what this conversion does not do. It extracts an image from the icon; it does not build a new icon. If you need to go the other way and create an .ico, that is a separate task, and ICO is not one of the formats a converter like Manatee writes, so you would keep your source or use a tool made for authoring icons. Manatee is a converter, not an icon editor: it will not combine several PNGs back into a multi-size ICO, redraw the artwork, or change the transparency.

There is also nothing to repair here in the usual sense. If an .ico will not open at all, it is either damaged or is not really an icon file despite its name, and converting cannot recover an image that was never readable. For the normal case, though, a favicon or a Windows icon you want as a plain image, the conversion to PNG is instant, lossless, and keeps the transparency intact.

Questions

Which resolution will my PNG be?

The largest image stored inside the ICO. Many icons top out at 256 by 256; some favicons hold nothing bigger than 32 by 32. A converter cannot produce more detail than the biggest version actually saved in the file.

Will the transparency around the icon survive?

Yes. PNG supports a full alpha channel, so transparent and rounded areas come across unchanged. That is why PNG, rather than JPEG, is the correct target for an icon.

Is any quality lost converting ICO to PNG?

No. Both formats are lossless, so the pixels are copied exactly with no compression artifacts. The only limit is the source resolution, not the conversion.

Can I turn a PNG back into an .ico?

Not with a straightforward image converter; ICO is a Windows authoring format and is not one of the targets Manatee produces. Keep your original .ico, or use a tool made specifically for creating icons.