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
Image Format Guide: JPEG vs PNG vs WebP vs AVIF
Choosing the right image format affects file size, quality, and browser compatibility. This comparison covers the strengths of JPEG, PNG, …
How to Resize Images for Web Without Losing Quality
Serving properly sized images is critical for web performance. Images that are too large waste bandwidth and slow page loads, …
Batch Image Conversion: Best Practices for Bulk Processing
Converting hundreds of images one by one is tedious and error-prone. Learn how to set up efficient batch conversion workflows …
How to Remove Image Backgrounds Effectively
Removing backgrounds from product photos, portraits, and logos is a frequent task in design and e-commerce. This guide covers techniques …
Troubleshooting Image Quality Loss During Conversion
Converting between image formats sometimes produces unexpected quality degradation. This guide explains why quality loss happens and how to minimize …
Image Optimization for Core Web Vitals and SEO
Images directly impact Core Web Vitals scores, especially Largest Contentful Paint. Learn how to optimize images for faster loading, better …