SVG to PNG
Convert SVG graphics to PNG images
How It Works
Upload SVG
Select or drag & drop your SVG file. The file is processed entirely in your browser using the Canvas API — no server connection is made at any point, and your SVG never leaves your device. Standard SVG files exported from design tools like Figma, Adobe Illustrator, Sketch, and Inkscape are all supported.
Choose Options
Pick an output scale from 1x to 4x to control the PNG resolution. At 1x the PNG matches the SVG's declared viewport dimensions; at 2x the output is twice as wide and tall; at 4x it is four times larger. Also choose a background: transparent (default, preserves the alpha channel), white, or black — matching the background color the SVG was designed against.
Download
Click Convert and the browser renders the SVG into a Canvas element at the chosen scale and exports it as a PNG image file. The download starts immediately after rendering completes — typically under 1 second for most SVG files. The output PNG is a standard lossless raster image suitable for use in any application.