Why rasterize SVG at all?
SVG is the right format for logos, icons and illustrations — it scales to any size without quality loss and stays tiny. But plenty of places still refuse vectors: presentation software renders them inconsistently, marketplaces and app stores demand fixed-size PNGs, email clients strip them, and some CMSs block SVG uploads entirely for security reasons. When that happens you need a PNG at a specific resolution — and you want it rendered sharply, not scaled up from a small preview.
This converter uses your browser's own SVG rendering engine — the same one that displays vectors on every website — so what you see in the browser is exactly what you get in the PNG. Choose 2× or 4× scale for high-DPI (Retina) screens, or set an exact pixel width. Transparency is preserved by default, or you can flatten onto a white or black background.
Logos and brand assets are often unreleased or confidential. As with every LocalConvert tool, your file is rendered and encoded entirely on your device — nothing is uploaded.
Frequently asked questions
My SVG has no width/height — what size will the PNG be?
viewBox dimensions, and if those are missing too, to 1024 px width. You can always set an exact width with "Custom width".