Filebench
Files are processed on your device — nothing is uploaded
Vector · Rasterise

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

  1. Drop in one or more .svg files.
  2. Set the output width. Height is calculated from the SVG's own aspect ratio, so the artwork is never distorted.
  3. 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.
  4. 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.

FilebenchTypical online converter
Your file leaves your deviceNeverEvery time
File size limitNoneOften 10–100 MB free
Sign-up requiredNoUsually, past a few files
Watermark on outputNoSometimes
Works offline after loadingYesNo

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