FileBrixNo upload · Private
Processed locally — your file never leaves your device

SVG to PNG Converter

Rasterize SVG vector images to PNG, safely and entirely in your browser.

Drop PNG, JPEG, WebP or SVG images hereor click to choose a file from your deviceNothing is uploaded — every image is processed entirely on your device.

How it works

  1. Drop one or more SVG files.
  2. Each SVG is sanitized, then rendered to a PNG entirely on your device.
  3. Download each PNG individually or all together as a .zip.

Frequently asked questions

Is my SVG uploaded to a server?
No. It's sanitized and rendered to PNG entirely on your device.
Is it safe to convert an SVG from an untrusted source?
Yes. SVG files can contain embedded scripts, so this tool sanitizes the SVG's markup before rendering it, and renders it in a way that never executes any script it might contain, regardless.
What size will the output PNG be?
By default, the SVG's own declared width and height (or viewBox). If the SVG doesn't specify a size, a reasonable default is used.
Is the output transparent?
Yes, by default — PNG supports transparency, so any areas your SVG doesn't cover stay transparent unless you choose a background color.