Export Overview
Web Export Bundle vs Single File — which to pick.
Two export modes:
| Building… | Use |
|---|---|
| A website or PWA | Web Export Bundle |
| Anything else that needs one image | Single File Export |
The Web bundle is the common case: ICO, SVG, PWA PNGs (192/512 + maskable), Apple touch icon, manifest.webmanifest, and a ready-to-paste <head> snippet. Single File is the escape hatch — one PNG, SVG, ICO, or ICNS at a size you pick.
Format reference
| Format | Best for | Sized? |
|---|---|---|
| SVG | Modern browser tabs, scalable assets | No — inherently scalable |
| PNG | PWA icons, store uploads, general use | Yes |
| ICO | Windows favicons, legacy fallback | No — multi-size container |
| ICNS | macOS app icons | No — multi-size container |
Related
- Export Specifications — exact file list and sizes
- Troubleshooting