SVG to PNG Converter
Turn vector artwork into a PNG at exactly the size you need. Set the width or height before exporting, keep the transparent background, and convert a whole batch without uploading anything.
Select SVG images
or drop images here
SVG files · Up to 100 images · 100 MB each
Conversion runs locally in your browser. Your images are not uploaded.
- Original
- —
- PNG
- —
- Output dimensions
- —
SVG output dimensions
The aspect ratio stays locked. Changing one side updates the other.
Decide the pixel size before you export
An SVG has no fixed resolution — it is drawn fresh at whatever size you ask for. That makes the export size the one decision worth making here. Open a file and set the width or height in the output-size setting; the other side follows the original proportions, and the vector is rasterised at that size, so the edges stay crisp instead of being a small bitmap stretched up.
The transparent background is preserved
Most icons and logos sit on nothing at all. PNG can hold that, so the areas around your artwork stay transparent and no white rectangle appears behind it. The preview shows a checkerboard wherever the result is see-through.
What a PNG cannot carry over
The PNG is a grid of pixels, so editable paths, layers, text as text, and any scripting or animation inside the SVG are not preserved. Keep the SVG as your master file and treat the PNG as an export for places that will not take vectors.
How to convert SVG to PNG
- Select images or drop your SVG files into the workspace.
- Each file is rasterised automatically at its own width and height.
- Open a row and set the output width or height if you need a specific size.
- Download the PNG from its row, or the whole batch as a ZIP.
SVG to PNG questions
What size will the PNG be?
By default it uses the width, height or viewBox declared in the SVG. Open the file and enter a width or a height to export at any size you like — the other dimension follows the original proportions.
Will the PNG be blurry if I make it large?
No. The vector is redrawn at the size you ask for rather than a small bitmap being enlarged, so a 2000px export is genuinely sharp at 2000px.
Does the transparent background stay transparent?
Yes. Nothing is painted behind the artwork, and the preview marks transparent areas with a checkerboard.
Can I still edit the result?
Not as vectors. The PNG holds pixels only — no paths, layers or editable text. Keep the SVG for future changes.
Are fonts inside the SVG rendered?
Text is drawn with the fonts available to the browser. If the SVG relies on a font your browser does not have, convert the text to outlines in your editor first so the export matches what you expect.
Is anything uploaded?
No. The SVG is rasterised and encoded in this browser tab, and the ZIP is built here too.