SVG to PNG
Rasterise SVG vector files to PNG at any scale or pixel width, with a transparent or solid background.
Options
Conversion is drawn through your browser's canvas, so EXIF, GPS and colour-profile tags are not carried over — handy when you want to strip metadata before sharing.
Results
How to convert SVG to PNG
- Drop your .svg files into the box.
- Choose the output size: a scale factor (2× doubles the artwork's own dimensions) or an exact pixel width or height — the other side follows the aspect ratio.
- Untick Keep transparency if you want a solid background, then press Convert to PNG.
FAQ
Why does my PNG come out blurry?
It should not — the SVG is re-rasterised at the exact size you ask for, not scaled up from a small bitmap. If it still looks soft, raise the scale or width; export at 2× the size you will display it at for retina screens.
My icon exported at 512×512 but the SVG had no size — why?
When an SVG declares neither width/height nor a viewBox there is no intrinsic size to scale from, so 512×512 is used as a base. Set an exact width instead and you will get precisely that.
Are web fonts and external images rendered?
No. For security the SVG is rasterised without network access, so text using a remote font falls back to a system font and linked images are skipped. Convert text to outlines in your editor first for a pixel-perfect result.