IMAGE FORMAT CONVERSION
SVG to PNG Converter — Rasterize SVG Free & In-Browser
Convert SVG to PNG free in your browser. Rasterize a vector at any pixel size, keeping transparency. Runs locally with nothing uploaded.
Ihre Dateien verlassen niemals Ihr Gerät.
Drop a file here or click to choose
An SVG vector file
Convert an SVG vector file into a PNG raster at the size you choose. SVG is resolution-independent, but plenty of destinations — social platforms, older editors, email — need a fixed-pixel PNG instead. Rendering happens on a canvas in your browser, so the SVG never leaves your device, and any transparency in the SVG carries into the PNG.
Choosing the export size is the only real decision
A PNG is a fixed grid of pixels — once rasterized it can't be enlarged later without going soft. So export at the largest size you'll actually display. Because you're starting from a scalable SVG, you can render at any resolution: 512px for an app icon, 2000px for a hero image, whatever you need.
How to use it
- Select or drop the SVG file you want to rasterize.
- Choose the output pixel size — err on the larger side if you're unsure.
- Let the browser render it to a canvas, then download the .png.
Frequently asked questions
- Does the PNG keep the SVG's transparency?
- Yes. Unfilled areas of the SVG stay transparent in the PNG, since PNG has an alpha channel. Want a solid background instead? Use SVG to JPG, which flattens onto a background colour.
- Why not just keep the SVG?
- Keep it whenever you can — it scales perfectly and stays tiny. Rasterize to PNG only when a destination won't accept SVG.
- Is the SVG uploaded to a server?
- No — it's rendered and exported entirely in your browser.