.ICNS

Open ICNS File

Apple macOS Icon Format - View, Convert & Create

🎯 Quick Answer

Mac: Double-click the ICNS file to open it in Preview. Windows: Use IrfanView (with plugins), GIMP, or convert online at CloudConvert.com.

What is an ICNS File?

ICNS (Apple Icon Image) is macOS's native icon format, equivalent to Windows ICO files. Unlike simple image files, ICNS is a container that stores multiple versions of the same icon at different sizes and resolutions.

Why Multiple Sizes?

macOS needs different icon sizes for different contexts:

Each size also has a @2x version for Retina displays, so a complete ICNS file contains 10 different images.

Where Are ICNS Files Used?

How to Open ICNS Files on Mac

macOS handles ICNS files natively with multiple options:

Method 1: Preview (Quickest)

  1. Double-click the ICNS file
  2. Preview opens showing all icon sizes in the sidebar
  3. Click any size to view it

Method 2: Quick Look

  1. Select the ICNS file in Finder
  2. Press Space to preview
  3. Shows the largest icon size

Method 3: Get Info

  1. Right-click the ICNS file
  2. Select Get Info
  3. The icon appears in the top-left corner

How to Open This type Files on Windows

Windows doesn't natively support ICNS, but several free tools work well:

Option 1: IrfanView (Free)

  1. Download IrfanView from irfanview.com
  2. Download the Plugins package (includes ICNS support)
  3. Install both
  4. Open the The extension file with IrfanView
  5. Use File → Save As to convert to PNG or ICO

Option 2: GIMP (Free)

  1. Download and install GIMP from gimp.org
  2. File → Open → Select the ICNS file
  3. GIMP will ask which icon size to import
  4. Export as PNG, JPG, or other formats

Option 3: Online Converters

No software installation needed:

How to Convert The file to PNG

Converting This type to PNG lets you use Mac icons in other contexts:

On Mac (Preview)

  1. Open the ICNS file in Preview
  2. In the sidebar, select the icon size you want
  3. File → Export
  4. Choose PNG format
  5. Save

On Mac (Terminal - All Sizes)

Extract all icon sizes at once:

# Create iconset folder from ICNS
iconutil -c iconset myicon.icns

# This creates a folder with all PNG sizes:
# icon_16x16.png, icon_16x16@2x.png, icon_32x32.png, etc.

On Windows (GIMP)

  1. Open ICNS in GIMP
  2. Select the desired icon size when prompted
  3. File → Export As → Choose PNG

How to Create ICNS Files

Creating ICNS files requires generating all required sizes from a source image.

Requirements

Method 1: Img2icns (Mac - Easy)

  1. Download Img2icns from img2icnsapp.com
  2. Drag your PNG onto the app
  3. Click Create
  4. ICNS file is generated with all sizes

Method 2: iconutil (Mac - Terminal)

  1. Create a folder named MyIcon.iconset
  2. Add PNG files with specific names:
    icon_16x16.png
    icon_16x16@2x.png
    icon_32x32.png
    icon_32x32@2x.png
    icon_128x128.png
    icon_128x128@2x.png
    icon_256x256.png
    icon_256x256@2x.png
    icon_512x512.png
    icon_512x512@2x.png
    
  3. Run: iconutil -c icns MyIcon.iconset

Method 3: Xcode Asset Catalog

For app developers, Xcode's asset catalog is the standard approach. Add an AppIcon set and drag images to each size slot.

How to Convert ICO to ICNS (Windows Icons to Mac)

Moving icons between Windows and Mac:

  1. Open the ICO file in GIMP or IrfanView
  2. Export as PNG (largest size available)
  3. Use Img2icns or iconutil to create ICNS

Or use online tools like iConvert Icons for direct ICO → This file conversion.

Programs That Open ICNS Files

ProgramPlatformBest ForPrice
PreviewMacViewing, basic exportFree
Img2icnsMacCreating ICNS easilyFree
IrfanViewWindowsViewing, convertingFree
GIMPAllEditing, convertingFree
XcodeMacApp developmentFree
IconWorkshopWindowsProfessional icon editingPaid

Troubleshooting Such files Files

Problem: ICNS shows as blank or generic icon

Solution: The ICNS may be corrupted or incomplete. Try opening in GIMP to see if any data is recoverable. If created recently, regenerate from source PNG.

Problem: Preview shows only one size

Solution: Check the sidebar in Preview - all sizes should be listed. If only one exists, the ICNS wasn't properly created with all sizes.

Problem: Custom folder icon won't apply

Solution: Copy the icon image (⌘+C), select the folder, Get Info (⌘+I), click the icon in the top-left, and paste (⌘+V).

Problem: ICNS file too large

Solution: ICNS files with all sizes typically run 500KB-2MB. If much larger, the source images may not be optimized. Re-export PNGs with compression before creating ICNS.

ICNS vs ICO: Mac vs Windows Icons

FeatureICNS (Mac)ICO (Windows)
Max Size1024x1024256x256 (standard)
Retina SupportYes (@2x)No
CompressionYesOptional
Typical File Size500KB-2MB50-200KB
Format TypeContainer (PNG inside)Container (BMP/PNG inside)

Frequently Asked Questions

What is an ICNS file? +
ICNS is Apple's icon format for macOS applications. It contains multiple icon sizes (16x16 to 1024x1024) in a single file to support regular and Retina displays.
How do I open ICNS files on Windows? +
Windows doesn't natively support ICNS. Use free tools like IrfanView with plugins, GIMP, or online converters to view and convert ICNS files to PNG or ICO.
How do I convert This type to PNG? +
On Mac: Open in Preview, then File → Export → PNG. On Windows: Use GIMP, IrfanView, or online tools like CloudConvert. The largest icon size will be extracted.
How do I create an Such files file? +
On Mac: Use iconutil command or apps like Img2icns. Start with a 1024x1024 PNG, and the tool will generate all required sizes. Xcode's asset catalog also creates ICNS.
Can I use ICNS icons on Windows? +
Not directly. Convert the ICNS to ICO format first using GIMP, IrfanView, or online converters. Then the icon can be used in Windows applications.
Why are ICNS files so large? +
ICNS files contain 10 different icon sizes (including @2x Retina versions). A complete set with 1024x1024 base typically runs 500KB-2MB. This ensures crisp icons at all display sizes.

Related File Types