Skip to content
iyziTool

SVG to PNG Converter

Upload an SVG or paste its code, choose a scale or exact width and a background, and download a crisp bitmap. The vector is rendered by your browser, so the result matches what you see on screen.

Choose or paste an SVG to convert it.

About this tool

SVG is a vector format: it stores shapes and text as geometry, so it can be scaled to any size without blurring. Bitmaps such as PNG store pixels, which is what social networks, office documents and older software expect. Rendering at 2× or 3× the nominal size produces sharp images on high-density screens.

The converter reads the width, height and viewBox of the SVG to work out its natural size, then draws it on a canvas at the scale you choose. PNG keeps transparency; JPEG needs a solid background, which is filled with white unless you pick another colour. Fonts render with those installed on your device, and images referenced from other domains cannot be exported because the browser protects them.

Frequently asked questions

Why is my PNG blurry?
Raise the scale or set a larger exact width. The SVG has no pixel size of its own, so 1× uses the small size declared in the file.
Does it keep transparency?
Yes, with PNG or WebP and the transparent background option. JPEG has no transparency, so the background becomes white or the colour you choose.
Why did the export fail with an external image?
Browsers block exporting a canvas that contains images from another website. Embed such images as data URIs in the SVG instead.
Are my files uploaded?
No. The SVG is rendered and converted entirely in your browser.

Related tools