Skip to Content
Documents🏁 Quick Start

Quick Start

This guide walks you through creating your first icon set with Zapicon. You will upload a source image, apply a theme, preview it on a device, and export platform-ready assets.

Prerequisites

  • Zapicon installed on macOS or Windows.
  • A source image. PNG, JPG, or WEBP are supported. A resolution of 512×512 px or higher is recommended for crisp exports.

Step 1: Upload an image

  1. Open Zapicon.
  2. Drag an image onto the upload area, or click to select a file from your computer.
  3. The editor expands and the image appears in the preview canvas.

Tip: If your source image is small, use AI Upscale first to improve quality before editing.

Step 2: Choose or build a look

You have two options:

Apply a theme preset

  1. Open the Theme Presets panel.
  2. Click one of the 25 built-in presets. Free users can use the first four; Pro users unlock all of them.
  3. The icon preview updates instantly.

Customize manually

Use the controls on the left to adjust:

ControlWhat it does
Icon sizeScale the foreground image relative to the canvas.
RotationRotate the image in degrees.
Corner radiusRound the image corners. Set to maximum for iOS Squircle.
PaddingAdd space between the image edge and the canvas edge.
OffsetMove the image horizontally or vertically.
BackgroundChoose a solid color or a linear gradient.

Step 3: Preview on a device

  1. Click the device icons in the preview area to switch between iPhone, MacBook, and Web.
  2. Check that the icon is readable at small sizes and looks good on both light and dark backgrounds.

Step 4: Export

  1. Click Next to open the export panel.
  2. Select the platforms you need: iOS, Android, macOS, Windows, Web, Tauri, Flutter, or a custom platform.
  3. Click Export and choose a destination folder.
  4. Zapicon generates a ZIP file containing every required size and format.

What is inside the ZIP

Each platform folder contains the exact file structure expected by that ecosystem:

  • iOSAppIcon.appiconset with a complete Contents.json.
  • Androidmipmap-... folders for mdpi through xxxhdpi.
  • macOS — PNG sizes plus an icon.icns file.
  • Windows — A single icon.ico with multiple embedded sizes.
  • Webfavicon.ico, apple-touch-icon.png, and PWA icons.
  • Tauri — Complete icon set for Tauri projects.
  • Flutter — Android mipmap folders plus an iOS AppIcon.appiconset.

Next steps

Last updated