Tauri Icon Generator

Create the standard Tauri v2 desktop icon folder from one square PNG or SVG image. The downloaded ZIP includes the expected src-tauri/icons structure, a multi-layer Windows ICO file, macOS ICNS, Linux PNG sizes, and AppX store assets, with all processing performed locally in your browser.

Features

Tauri v2 src-tauri/icons structureSix-layer Windows ICOmacOS ICNS generationLinux desktop PNG sizesAppX and Microsoft Store assetsPNG and SVG source support

How to use the Tauri Icon Generator

  1. 1Choose a square PNG or SVG source image. A 1024 by 1024 PNG is recommended for raster artwork.
  2. 2Upload the image or drag it into the generator. Source files up to 10 MB are supported.
  3. 3Review the image preview and any resolution warning.
  4. 4Generate and download the Tauri desktop icon package.
  5. 5Extract the ZIP into the root of your Tauri project so the files land in src-tauri/icons.

Common uses

  • Replace the starter artwork in a new Tauri v2 desktop application.
  • Prepare one consistent icon package for Windows, macOS, and Linux builds.
  • Create ICO and ICNS files without installing a separate image conversion tool.
  • Generate AppX and Microsoft Store tile assets alongside the standard desktop files.

Tauri v2 desktop filenames

The package uses the standard Tauri desktop filenames: 32x32.png, 64x64.png, 128x128.png, 128x128@2x.png, icon.png, icon.ico, and icon.icns. It also includes the Square logo and StoreLogo PNG files intended for AppX or Microsoft Store targets.

Extract the package into the project root to create the src-tauri/icons directory expected by a conventional Tauri project.

Choosing a source image

Tauri icon sources should be square. SVG artwork scales cleanly to every generated size, while a PNG should ideally be at least 1024 by 1024 pixels to avoid upscaling the largest macOS layer.

Keep important artwork away from the edges because operating systems may add masks, shadows, or visual padding around the installed application icon.

Private browser processing

The source image is decoded, resized, converted, and packaged in your browser. It is not uploaded to the WebUtils server, which is useful for unreleased application artwork.

Frequently asked questions

Which Tauri versions does this generator target?

The filenames, folder layout, and bundle configuration target Tauri v2 desktop applications.

Does the package contain real ICO and ICNS files?

Yes. The ICO contains the six desktop layers used by the Tauri CLI, with the 32 pixel layer first, and the ICNS contains sizes from 16 through 1024 pixels.

Does this generate Tauri Android and iOS icons?

No. This version generates the complete desktop and AppX package. Android adaptive icons and iOS icons require additional background, foreground, masking, and transparency decisions.

Is my Tauri icon uploaded to a server?

No. Image processing and ZIP generation happen locally in your browser.

Related Image & Media Tools

Tauri Icon Generator: ICO, ICNS and PNG | WebUtils.io