SVG Converter

Convert an SVG to PNG, JPG, WEBP, GIF or BMP — at the SVG's own size or any size you set, with transparency kept for PNG. Everything runs in your browser, so nothing is uploaded.

Drop an SVG here or click to browse SVG (and HEIC, PNG, JPG, WEBP, GIF, BMP) · stays on your device

How to Convert an SVG

Three steps, all in your browser.

1

Add your SVG

Drag the .svg file onto the drop zone or click to browse. The file never leaves your device, and you will see its format and pixel dimensions once it loads — an SVG that declares no size is measured from its viewBox.

2

Pick a format and size

PNG is selected by default and keeps transparency, which suits icons and logos; switch to JPG or WEBP for a smaller file (a quality slider appears for those). An Output size box starts at the SVG's own dimensions — leave it, or set a larger width for a crisp high-resolution export.

3

Convert and download

Click Convert to rasterize the SVG, preview it, and download it with one tap. The image is rendered at whatever Output size you set — vector paths become crisp pixels at that resolution.

Frequently Asked Questions

What does this SVG converter do?
It turns an SVG (a vector image) into a normal pixel image — PNG, JPG, WEBP, GIF or BMP — right in your browser. Load the SVG, choose the format you want (PNG is selected by default), and download the result. This is what you need when a program, upload form or website will not accept a .svg file.
What size will the exported image be?
You choose. The Output size box starts at the SVG's own dimensions — the width and height it declares, or its viewBox size if it declares none — and you can change the width or height to any pixel value, with the two locked to the aspect ratio. Because SVG is a vector format, enlarging loses no quality: a small 24×24 icon can be exported as a crisp 512×512 PNG.
Can I convert a PNG or JPG into an SVG?
No. Going from a pixel image to SVG means tracing the picture into vector shapes, which is a different process this tool does not perform. This converter goes one way: from SVG to a pixel format. To convert between pixel formats, use the main Image Converter or a dedicated pair such as PNG to JPG.
Is transparency preserved?
Yes, when you export to PNG or WEBP — both keep the SVG's transparent areas. JPG, BMP and GIF have no alpha channel, so transparent regions are placed on a white background. For a transparent logo or icon, choose PNG.
Are my files uploaded anywhere?
No. The SVG is read and rasterized entirely in your browser using the built-in image decoder and canvas encoder. It is never sent to a server, logged or stored, and the tool keeps working offline once the page has loaded. Closing the tab clears everything.

More Image Conversions

This page rasterizes SVG to pixels. Going the other way — a pixel image into vectors? Try PNG to SVG. To convert between pixel formats, the same in-browser engine handles PNG to JPG, JPG to PNG, WebP to PNG, WebP to JPG, PNG to WebP and HEIC to JPG — or open the full Image Converter for every format pair, including GIF and BMP. New to format conversion? Start with the guide: how to change a file format.