When SVG isn't accepted
App stores, email, old CMSes, all need PNG, not SVG.
Vector icons and logos to crisp PNGs at any size, 64×64 for favicons, 1024×1024 for app stores, 2048×2048 for retina. Transparency preserved, no upload.
Three steps, fully local, vector to bitmap at any size.
Drag SVG files (up to 100 at once). Static icons, logos, illustrations, all supported.
Type the pixel size: 64 for favicons, 512 for PWA icons, 1024 for app store, 2048 for retina hero. Width drives height (aspect ratio preserved).
Single SVG → single PNG. Multiple SVGs → ZIP. Each PNG is rendered at the resolution you set, with transparency preserved.
Vector source means perfect output at any size.
From 16×16 favicon up to 4096×4096 hero asset. Vector source means no pixelation regardless of output size, every PNG is rendered fresh from the SVG.
SVGs typically have transparent backgrounds. The PNG keeps that transparency with full alpha channel, drops onto any background colour cleanly.
Optionally fill transparency with a solid colour (white, black, brand hex). Useful for placing on light/dark themed surfaces or print backgrounds.
SVGs (often containing brand logos, unreleased icons, internal UI) never leave your browser. Verified locally via WebAssembly.
Even a 4096×4096 PNG renders in under a second. Bulk of 100 icons completes in seconds.
Free forever. Output PNG drops straight into Photoshop, app store builds, or any image pipeline.
When and why to rasterize, plus the resolutions you actually need.
App stores, email, old CMSes, all need PNG, not SVG.
Render each target size separately. Downscaling defeats the SVG advantage.
Always render SVG to PNG with transparency unless you specifically need a flat background.
Brand assets stay confidential when conversion is local.
Choose the right format for your use case
| Output use case | Recommended size | Aspect ratio | Notes | |
|---|---|---|---|---|
| Browser favicon | 32×32 / 48×48 | Use multi-size .ico instead | Use [Favicon Generator](/favicon-generator/) | |
| Apple Touch Icon | 180×180 | iOS home screen | Same SVG, render separately | |
| Android Chrome | 192×192 + 512×512 | PWA install icons | Two PNGs in manifest | |
| iOS App Store | 1024×1024 | App Store listing | Required exact size | |
| Web hero asset | 2048×1024 (or 2x source) | Retina-sharp web | Use srcset for fallback | |
| Width in inches × 300 DPI | 300 DPI minimum | PNG or TIFF for print |
Quick answers about the tool