🍋
Menu
.ico Image

ICO (Windows Icon Format)

ICO is a container format used for icons on Microsoft Windows and website favicons. A single ICO file can contain multiple images at different sizes and color depths. It remains the standard format for browser tab icons (favicons) alongside PNG.

MIME Type

image/vnd.microsoft.icon

Type

Binary

Compression

Lossless

Advantages

  • + Multiple sizes in a single file
  • + Universal favicon support across browsers
  • + Transparent background support

Disadvantages

  • Limited to icon use cases
  • Maximum practical size of 256x256 pixels
  • Windows-centric format

When to Use .ICO

Use ICO for Windows application icons and website favicons. Include multiple sizes (16x16, 32x32, 48x48) in a single file for best display.

Technical Details

ICO files contain a directory of BMP or PNG images at various sizes (16x16, 32x32, 48x48, 256x256). Modern ICO files typically embed PNG-compressed images for sizes above 48x48.

History

ICO was introduced with Windows 1.0 in 1985 for desktop application icons. It became the web favicon standard when Internet Explorer 5 supported favicon.ico in 1999.

Convert from .ICO

Convert to .ICO

Related Formats

Related Terms

Learn More

Use Cases