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".