All Tools
SVG to PNG
Convert SVG files to PNG with custom dimensions.
How it works
- Drop an SVG file.
- Set the output width and height — SVG is vector, so you can rasterize at any size.
- Render the SVG onto a transparent PNG canvas.
- Download the PNG at your chosen resolution.
What people use it for
- Exporting an SVG icon as a PNG for a platform that doesn't accept SVG.
- Rendering a vector graphic at a specific pixel size (e.g. an app icon).
- Producing a high-resolution raster of a logo for print.
Good to know
- PNG is a bitmap, so once rendered it no longer scales without quality loss — pick a size large enough for your largest use.
- External resources referenced by the SVG (remote fonts or images) may not render; self-contained SVGs convert most reliably.
Frequently asked questions
What size should I export?
Render at the largest size you will need — a PNG is fixed-resolution, so scaling it up later looks blurry. For sharp icons, export at 2× the display size.
Will transparency be kept?
Yes. The SVG is rendered onto a transparent PNG canvas, so areas with no fill stay transparent.
Is my SVG uploaded?
No. Rendering happens on a canvas in your browser.