Skip to Content
Documents⚡ Core Features📤 Multi-Platform Export

Multi-Platform Export

Zapicon generates every icon size and format required by the major platforms. You select the platforms, and the app produces a ready-to-use ZIP package.

Supported platforms

PlatformPrimary useKey output
iOSiPhone / iPad appsAppIcon.appiconset with Contents.json
AndroidNative and Flutter appsmipmap-mdpi through mipmap-xxxhdpi
macOSMac appsPNG sizes + icon.icns
WindowsDesktop appsicon.ico
WebFavicon and PWAfavicon.ico, apple-touch-icon.png, PWA PNGs
TauriTauri desktop appsComplete icon set for the project
FlutterCross-platform appsAndroid mipmap + iOS appiconset

How to export

  1. Finish editing your icon.
  2. Click Next to open the export panel.
  3. Toggle the platforms you need.
  4. Click Export and choose a destination folder.
  5. Wait for the progress indicator to complete.

Platform output structure

iOS

iOS/ └── AppIcon.appiconset/ ├── Contents.json ├── 20x20@2x.png ├── 20x20@3x.png ├── ... └── 1024x1024@1x.png

Android

Android/ ├── mipmap-mdpi/ │ └── ic_launcher.png ├── mipmap-hdpi/ │ └── ic_launcher.png ├── ... └── mipmap-xxxhdpi/ └── ic_launcher.png

macOS

macOS/ ├── icon_16x16.png ├── icon_16x16@2x.png ├── ... └── icon.icns

Custom platforms

Need a platform that is not in the list? Create a custom platform and define your own sizes and file names. Free users can create 1 custom platform with up to 10 paths. Pro users can create unlimited custom platforms with unlimited paths.

Last updated