Image conversion

Convert SVG to PNG

Drop an SVG and get a sharp PNG raster image back. Choose the resolution and a transparent or white background.

About SVG to PNG

SVG is a vector format. It describes shapes mathematically and stays crisp at any size. PNG is a raster format. It stores actual pixels at a fixed resolution. Converting SVG to PNG locks in a specific size; the result loses the ability to scale without quality loss, but works in places where SVG isn't supported, such as some social media uploads and older editors. Pick a resolution from 1× to 4× (a small icon is rendered at no less than 1024 pixels on its long edge so it stays sharp), and keep a transparent background or flatten it onto white. The conversion uses the browser's own SVG renderer, so the result matches how the SVG appears on a webpage. SVGs that reference external fonts or images may render slightly differently than expected if those resources can't be reached.

Is it private?

Yes. The converter is WebAssembly and browser APIs running on your own machine. Nothing is uploaded, stored, or seen by us. There is no server to send files to.

Frequently asked questions

What size will the PNG be?
By default the SVG is rendered at twice its declared size for a sharp result, and any image that would still be small is raised to at least 1024 pixels on its long edge. You can pick 1× to 4× with the Resolution control. Converting locks in that specific resolution, so the PNG no longer scales without quality loss the way the vector did.
Can I keep a transparent background?
Yes. Transparent is the default, so a cut-out logo or icon stays cut out. Choose White under Background if you need the transparent areas flattened onto a solid backdrop instead.
Will the PNG match how my SVG looks?
The conversion uses the browser's own SVG renderer, so the result matches how the SVG appears on a webpage. SVGs that reference external fonts or images may render slightly differently if those resources cannot be reached.
Are my files uploaded to a server?
No. The conversion runs on your device using WebAssembly and browser APIs. Your file is never sent anywhere, and the tool keeps working even if you go offline after the page loads.
Is it free, and do I need an account?
It is free with no watermarks, no daily caps, and no sign-up. Drop a file, convert it, and download the result.