Tauri App Icon Generator
Generate desktop icon assets for Tauri, including PNG, ICO and ICNS resources. Review the icon paths in your Tauri bundle configuration.
Get StartedFree editing and export, no watermark. AI generation and AI editing use credits. Use the full editor in a desktop browser.
One source, styled and exported



Example rendered from repository demo artwork with the icon renderer. Platform padding, masks and delivered resources depend on the selected preset.
How to use it
- Import a square image and select Tauri.
- Download the archive and copy the icon resources into your project.
- Update bundle icon paths and build a release package.
Connect exported files to bundle.icon
Tauri uses the bundle icon list in its configuration to locate packaging assets. Copy the exported resources into your project and ensure every referenced path exists. Use the generated file list below to compare filenames instead of assuming an icon directory from another project.
Test the release bundle on the target OS
The development window does not verify all installer and application icon resources. Build the intended bundle and inspect the installed application on each supported operating system. Tray icons may need separate, simplified artwork and should not be assumed to match the application icon.
Files and sizes in the current preset
This list reads the application preset. Exporters add project companion files; size selection affects the final archive. Extract container files from the downloaded ZIP.
ICO: src-tauri/icons/icon.ico (16, 24, 32, 48, 64, 256 px)
ICNS: src-tauri/icons/icon.icns
View 16 image outputs
| File | Size |
|---|---|
| src-tauri/icons/32x32.png | 32 × 32 |
| src-tauri/icons/64x64.png | 64 × 64 |
| src-tauri/icons/128x128.png | 128 × 128 |
| src-tauri/icons/128x128@2x.png | 256 × 256 |
| src-tauri/icons/256x256.png | 256 × 256 |
| src-tauri/icons/icon.png | 512 × 512 |
| src-tauri/icons/Square30x30Logo.png | 30 × 30 |
| src-tauri/icons/Square44x44Logo.png | 44 × 44 |
| src-tauri/icons/Square71x71Logo.png | 71 × 71 |
| src-tauri/icons/Square89x89Logo.png | 89 × 89 |
| src-tauri/icons/Square107x107Logo.png | 107 × 107 |
| src-tauri/icons/Square142x142Logo.png | 142 × 142 |
| src-tauri/icons/Square150x150Logo.png | 150 × 150 |
| src-tauri/icons/Square284x284Logo.png | 284 × 284 |
| src-tauri/icons/Square310x310Logo.png | 310 × 310 |
| src-tauri/icons/StoreLogo.png | 50 × 50 |
Questions before you start
Do I need to pay or sign in?
Ordinary image editing and export are free. AI requests require sign-in and credits; cloud sync and other account services depend on your plan.
Will this change my project automatically?
No. Preview and download the resources in the editor, then integrate them into your project. Keep a backup of existing icons and test the build.