Add your files
Drop one ICO or two hundred. Batch conversion is not a paid feature here.
A favicon or a Windows application icon needs to be edited, rebranded or reused as an ordinary image.
An ICO is a container holding several images at different sizes. The conversion decodes it and writes a PNG, keeping the alpha channel so the rounded or irregular icon shape stays intact.
ICO files hold multiple resolutions, commonly 16, 32, 48 and 256 pixels, and a single PNG can only hold one. You get the largest entry, so an icon whose 256 pixel slot is missing converts to something small and blurry when scaled up.
The largest image stored inside the ICO. If the icon was only ever authored at 32 pixels, that is all there is.
Not usually. Since Windows Vista an ICO entry may hold PNG data, but older icons hold BMP-style data with a separate mask, which is why a plain rename often fails.
Drop one ICO or two hundred. Batch conversion is not a paid feature here.
Portable Network Graphics is lossless, so nothing is thrown away in the conversion.
Instant, because the file never went anywhere. Nothing expires, since nothing was stored.