SVG to PNG Converter
Paste SVG markup or drop an .svg file, choose the output pixel dimensions, and download a rasterised PNG with transparency preserved. Because SVG is vector, you can export at any size without quality loss — render at 2× or 4× for high-density screens. Conversion runs locally in your browser.
Runs in your browser — nothing is uploaded
Questions
- What resolution should I export at?
- Whatever size the PNG will be displayed at, doubled for retina screens. Since the source is vector there is no penalty for exporting large other than file size — a 4× export of a simple icon is still tiny.
- Is transparency kept?
- Yes. Anything with no fill in the SVG stays transparent in the PNG, because PNG has a real alpha channel.
- Why did my fonts change?
- SVG text renders with the fonts available to your browser. If the SVG references a font you do not have installed, a fallback is substituted. Convert text to paths in your design tool before exporting to get identical output everywhere.