SVG to PNG
Convert an SVG vector image into a PNG at the size you choose. Runs entirely in your browser.
Convert an SVG to PNG
Upload an SVG, choose your output size, then download the PNG result.
Result
How to use this tool
- Drag and drop an SVG file into the box above, or click to browse and select one.
- Adjust the output width and height — keep "Lock aspect ratio" checked to avoid stretching.
- Press Convert to PNG to render the SVG onto a canvas at the chosen size.
- Click Download PNG to save the result.
FAQ
Frequently asked questions
Is my SVG uploaded anywhere when I convert it?
No. The SVG is rendered locally using the Canvas API in your browser. It never leaves your device.
Why would I need to convert SVG to PNG?
Many places — old software, some social platforms, certain print workflows — don't accept vector SVG files and need a raster image instead.
Can I control the output size?
Yes, set a width in pixels and the height scales automatically to match the SVG's aspect ratio, or uncheck "lock aspect ratio" to set both independently.
Will the PNG have a transparent background?
Yes, if the SVG itself has no background fill, the exported PNG keeps transparency. Add a background color option only if you need one — this tool exports with the SVG's own background as-is.
