SVG → PNG

Convert SVG to PNG

Rasterize vector artwork into PNG at the exact size you need, with the transparent background intact.

Drop images here

or browse, or paste from the clipboard

SVG and every other format · no size limit · never uploaded

Check it yourself

Your images never leave this tab.

Open your browser's developer tools, switch to the Network tab, and convert a file. You will see the encoder and its WebAssembly module load from this domain the first time, and then nothing — no upload, no image data, no request carrying your file anywhere. Turn off your Wi-Fi after the page loads and it still works.

Frequently asked questions

How do I convert SVG to PNG for free?
Drop your .svg files onto the box at the top of this page, set the pixel width you want under Resize, and press Convert. Free, no account, no watermark and no daily limit — the rasterizing happens in your browser rather than on a server.
What size will the PNG be?
If the SVG declares width and height attributes, those are used. If it only has a viewBox, the viewBox dimensions are used. If it has neither, the file is rendered at 1024 by 1024. You can override all of that under Resize, and for anything that will be displayed at a fixed size you should — rasterizing at exactly the size you need is what keeps it sharp.
Is the transparent background preserved?
Yes. An SVG with no background renders onto transparent pixels, and PNG stores a full 8-bit alpha channel, so the transparency transfers exactly — including soft edges and partial opacity. This is the main reason to pick PNG over JPG for vector artwork.
Why does my text look wrong in the PNG?
Almost always a font problem. The SVG is rendered by your own browser, so any font it references has to be either embedded in the file or installed on your machine. If it is neither, the browser substitutes something else and the letterforms change. Converting the text to paths in your vector editor before exporting removes the issue permanently.
Why are the linked images missing?
Browsers render SVGs inside an image element in a restricted mode that blocks external resources — linked bitmaps, remote stylesheets and scripts are all ignored, for security reasons that predate this site by a long way. Anything referenced by URL will not appear. Embed those assets in the SVG as data URIs and they render normally.
Can I export a retina version?
Yes — set the width to twice the display size. For a logo shown at 300 pixels wide, rasterize at 600 and you have the @2x asset. Because the source is vector, there is no upper limit and no quality penalty for going large.
Can I convert a folder of icons at once?
Yes, as many as you like, and the size setting applies to the whole queue. Drop the folder in, set one width, convert, and download everything as a single ZIP.

Other conversions

Each converter opens with the right output format already selected, so the file you drop comes back in the format you came for.

Convert WebP to another format

Convert images to WebP

Convert to PNG or JPG

Convert your images without handing them over.

No account, no upload, no limit on how many files you throw at it.

Start converting