SVG to PNG converter
Rasterise SVG vector graphics to PNG images in your browser.
Drop images here or click to choose
Converted locally — your images never leave this device.
Conversion happens in your browser with the Canvas API. No upload, no server, no queue.
How to use
- Drop SVG files onto the upload area.
- Each file is rendered to PNG at its declared size.
- Download the PNGs — transparency is preserved.
Frequently asked questions
What resolution will the PNG have?
The SVG's declared width and height. If your SVG only has a viewBox with no absolute size, the browser's default sizing applies — set explicit width/height in the SVG for precise control.
Are fonts and styles in the SVG preserved?
Styles embedded in the SVG render correctly. Text using fonts not available on your device falls back, as it would in any browser.
Is transparency kept?
Yes. PNG supports alpha, so transparent SVG backgrounds stay transparent.
About this tool
SVG is perfect for logos and icons on the web, but plenty of destinations want pixels: slide decks, marketplaces, social profiles, email signatures and any system that does not render vectors. This converter rasterises your SVG to PNG locally — the browser's own SVG renderer draws it, so the output matches exactly what you see in a browser tab, including gradients and embedded styles. Transparency is preserved in the PNG. The output size follows the SVG's declared dimensions; if the file declares none, a sensible default is used.