SVG to PNG
Convert SVG images to PNG directly in your browser, without uploading the file to a server.
Processed on your device. Nothing is sent to any server.
or click to select it
Convert an SVG file to PNG directly in your browser, with the SVG sanitized before it's ever processed.
Sanitizes the SVG content (removing scripts and potentially dangerous event handlers) before drawing it on a canvas and exporting it as PNG, a lossless raster format.
Use cases
- Converting a vector icon to a raster format for use where SVG isn't supported.
- Generating a PNG thumbnail of an SVG logo.
- Sharing a vector design with someone who needs PNG.
How it works
- 1
Upload your SVG file
Drag the file in or pick one from your device.
- 2
Generate and download the PNG
Review the preview and click to generate the PNG.
Frequently asked questions
- Is it safe to upload any SVG?
- Yes: the SVG is automatically sanitized with a dedicated library before being shown or processed, removing scripts and potentially dangerous content.