SVG to PNG
Vectors scale to any size, so the only question is how big you want the PNG. Set a width and the height follows the artwork's own proportions.
How to svg to png
- Drop in one or more
.svgfiles. - Set the output width. Height is calculated from the SVG's own aspect ratio, so the artwork is never distorted.
- Keep PNG if you need the transparent background. Choose JPG or WEBP if you want a smaller file and can accept a solid background colour.
- Press Rasterise.
Why this one is different
Almost every free file tool works the same way: you upload your file to a company's server, their machine does the work, and you download the result. That means a copy of your document sat on someone else's hard drive, governed by a privacy policy you did not read.
Filebench does the work in the browser tab you are already looking at. There is no upload step because there is no server to upload to. The practical consequences: no file size limit, no queue, no account, no watermark, and it keeps working if your connection drops after the page loads.
| Filebench | Typical online converter | |
|---|---|---|
| Your file leaves your device | Never | Every time |
| File size limit | None | Often 10–100 MB free |
| Sign-up required | No | Usually, past a few files |
| Watermark on output | No | Sometimes |
| Works offline after loading | Yes | No |
Questions
What size should I export?
Export at the largest size you will actually display, then double it for high-density screens. A logo shown at 200px wide should be exported at 400px. Unlike a photo, there is no quality penalty for going bigger — only file size.
My SVG came out blank or tiny. Why?
Many SVGs have no intrinsic width and height, only a viewBox, which rasterises to nothing. This tool reads the viewBox and applies explicit dimensions before rendering, which fixes the common case. An SVG that references external images or fonts will still lose those parts, because the renderer has no access to them.
Does it keep transparency?
Yes, with PNG or WEBP output. JPG has no transparency, so transparent areas are filled with the background colour you pick.
Are embedded fonts preserved?
Only if the text has been converted to paths, or the font is available to your browser. This is a general limitation of rendering SVG, not of this tool. Convert text to outlines in your design software before exporting if the result must be exact.
Can I convert PNG back to SVG?
Not here, and be sceptical of tools that claim to. Tracing a bitmap into vectors is a lossy guess, not a conversion, and it rarely produces something you would want to edit.
Other tools
Convert images
Swap between PNG, JPG and WEBP in bulk. Choose a background colour when converting transparent images to JPG.
Compress images
Cut image weight with a quality slider and an optional size cap. Each result shows the percentage saved.
Resize images
Resize by width, height, exact dimensions or percentage — in bulk, with the aspect ratio kept.