Skip to main content

SVG to ICNS

Convert SVG to macOS .icns App Icon Bundle

Build .icns files for macOS apps and document type icons. All standard sizes from 16×16 to 1024×1024 are packed automatically up to your target. Built for macOS app developers and icon designers.

ICO uses fixed sizes: 16, 32, 48, 64, 128, 256. We'll generate every slot up to your target and pack them into a single .ico file.

Will include 16, 32, 48, 64, 128, 256

Background
Corner radius

Preview

No preview. Add and select files to see results.
No files yet. Drop images above or click SELECT FILES.

What is SVG?

SVG (Scalable Vector Graphics) is an XML-based vector image format. Instead of pixels, an SVG describes shapes, paths, fills, and strokes mathematically, so it can be rendered at any size without losing quality.

SVG is the standard vector format for the web. It is supported natively by every modern browser, can be styled with CSS, animated with JavaScript or SMIL, and is generally a fraction of the size of an equivalent raster image.

What is ICNS?

ICNS is Apple's icon container format used by macOS for application bundles and document type icons. An ICNS file holds one or more PNG images at standard sizes (16, 32, 64, 128, 256, 512, 1024 pixels).

SVG vs raster formats

Vector graphics (SVG) and raster graphics (PNG, JPG) solve different problems. The right format depends on what the image will be used for.

FeatureSVGPNG / JPGICO / ICNS
ScalingResolution-independentBlurry when enlargedPre-rendered at fixed sizes
File sizeSmall for shapes and iconsGrows with resolutionBundle of pre-sized rasters
EditingEditable as text or in vector toolsPixel-level editing onlyEdit each size, then repack
AnimationCSS, SMIL, JavaScriptLimited (animated PNG/GIF)Not supported
TransparencyYesPNG yes, JPG noYes (PNG-based)

When to convert SVG to ICNS

macOS apps and document types use ICNS. Use this SVG to ICNS converter as a free macOS app icon generator: convert SVG to ICNS when packaging a macOS app, building an Electron or Tauri bundle for Mac, or replacing the icon of a custom file type.

How to convert SVG to ICNS online

  1. Drop your file (or click SELECT FILES) to add it to the queue.
  2. Adjust the options on the left (format, size, background, quality) and watch the preview update.
  3. Click SAVE ALL to download the converted file (or a ZIP if you uploaded multiple files).

Privacy and security

Your files never leave your computer. The conversion runs entirely in your browser using JavaScript and WebAssembly. There is no upload, no server, and no analytics tracking the contents of your files.

Because nothing is uploaded, the tool is safe to use with confidential logos, internal documents, and proprietary artwork.

Frequently asked questions

What sizes does the ICNS contain?

The converter packs every standard ICNS slot up to your target size: 16, 32, 64, 128, 256, 512, 1024. macOS picks the right size for the context: Finder thumbnails, dock icons, dialog icons, and so on.

What size should I pick for a macOS app icon?

1024 is the standard for modern macOS apps and the App Store. Picking 1024 bundles every smaller size automatically, so the icon stays crisp from the Finder list view all the way up to a fullscreen splash screen.

Does ICNS support transparency?

Yes. ICNS uses per-pixel alpha just like PNG. The converter keeps transparency by default. Pick a solid background only if you want to fill the see-through areas.