SVG to PNG
Rasterise vector graphics at any resolution.
SVG to PNG renders a vector file to a raster image at whatever size you need — 2x, 4x, or exact pixel dimensions — with an optional transparent or solid background. The SVG is rendered inside an isolated image element rather than injected into the page, so a hostile file cannot run scripts, and nothing is uploaded.
Loading SVG to PNG…
Runs entirely on your device. No file or text you enter here is uploaded. How to verify it.
How to use SVG to PNG
- Add an .svg file, or paste the SVG markup.
- Set the output size or a scale factor, and the background.
- Render and download.
Questions about SVG to PNG
Is it safe to open an SVG from someone else?
SVG can contain scripts, which is why this tool never inserts your file into the page DOM. It is loaded into an isolated
<img> element, where browsers refuse to execute scripts, and then drawn to a canvas.Why did my fonts change?
An SVG that references a font by name relies on that font being available. Where it is not, the browser substitutes. Convert text to paths in your editor before exporting if the typography must be exact.
What size should I export?
Two or three times the display size for screens, so it stays sharp on high-density displays. For print, calculate from the physical size and 300 DPI.
Can it convert PNG back to SVG?
No, and treat anything that claims to with suspicion. Turning pixels into vectors is a tracing problem with approximate, lossy results, not a conversion. This tool only goes vector to raster; for an icon, redrawing it in a vector editor beats tracing it.
Why is my exported PNG blank?
Almost always an SVG with no width, height or viewBox, which leaves the browser nothing to size the render from — add a viewBox in your editor. Files that pull in external images or fonts by URL also come out incomplete, because the render is isolated and makes no network requests.
Is SVG to PNG really free, with no limits?
Yes. There is no account, no daily cap, no file-size tier and no watermark, because there is no server cost to recover. The site is funded by clearly disclosed partner recommendations on the Partners page, never by metering the tools.
Are my files or text uploaded when I use SVG to PNG?
No. Everything is processed by JavaScript running in your browser, on your device. You can verify it: open your browser's developer tools, switch to the Network tab, and use the tool. You will see no request carrying your data — because there is nowhere for it to go.