SVG to PNG Converter
Convert SVG graphics into PNG images. Paste SVG markup or upload a file, set the output size, and download.
Drop SVG file here or click to choose
Features
How to Use
1. Paste SVG code into the input, or drop an .svg file.
2. Choose the output width / scale.
3. Pick a transparent or white background.
4. Click Download PNG.
About this tool
SVG is ideal for logos and icons because it scales without losing sharpness, but many places — social networks, document editors, app stores, email clients — only accept raster images. This converter renders SVG markup or an uploaded .svg file in your browser and exports it as a PNG at the width and height you choose, with a transparent, white or black background. Because the vector is drawn directly at the target size, a 2048-pixel PNG from an SVG stays crisp instead of being enlarged from a small bitmap. Match the output proportions to the SVG's viewBox to avoid stretching, and make sure fonts and external images used by the SVG are embedded, since a sandboxed image cannot load them.