Convert SVG to PNG
Convert SVG images to PNG free, in your browser. No upload, no account, no watermark.
Runs in your browser. Nothing is uploaded.Change the format. Drop an image, a PDF or a Word document.
- JPG · PNG · WebP · Text · Word
- Word
- PDF · Text
Your files are processed by your own browser and never sent to a server. Open your browser's network tab and convert one, there is no upload to see.
How to convert SVG to PNG
- Drop your SVG files onto the box above, or paste them with Ctrl+V.
- Pick a quality. Around 90% is indistinguishable from the original for most images.
- Your browser does the work on your own machine.
- Save each file from its tile, or take them all at once.
What changes, and what does not
Animation is lost
A SVG can hold many frames and a PNG holds one, so you get the first frame as a still image. A browser canvas cannot write animation back out, and a converter that claims to is doing it on a server with your file.
Colour
SVG: unlimited, because it stores shapes rather than pixels. PNG: up to 16.7 million, plus 256 levels of transparency.
SVG and PNG side by side
| SVG | PNG | |
|---|---|---|
| Where it came from | 2001, as a W3C standard | 1996, designed as a free replacement for GIF |
| Throws detail away | No, every pixel is kept | No, every pixel is kept |
| Transparency | Yes | Yes |
| Animation | Yes | No |
| Where it opens | Every browser. Not an option where a real pixel image is required. | Everywhere, without exception, since the late nineties |
| Best at | Logos, icons and diagrams that must stay sharp at any size | Screenshots, logos, diagrams and anything with text or hard edges in it |
How much smaller will the file be?
Both formats keep every pixel, so the size depends entirely on the picture. Flat colour and hard edges compress well in either. A photograph is large in both, and neither is the right format for one.
Can I convert it back afterwards?
Yes. Neither format throws anything away, so the round trip returns the same picture, pixel for pixel.
About SVG
Vector graphics that scale to any size without blurring.
Worth knowing: Converting to a pixel format fixes the size. Set a width first if you need it large.
About PNG
Lossless and keeps transparency, at the cost of much larger photographs.
Will the quality change?
PNG is lossless, so nothing is thrown away in the encoding. If the SVG was itself lossy, its existing artefacts are preserved faithfully. Converting cannot recover detail that was already discarded, and the file will usually get considerably larger.
Other conversions
SVG also converts to JPG, WebP, AVIF, PDF and Word.
PNG also comes from HEIC, JPG, WebP, AVIF and GIF.