SVG to PNG — rasterise vectors
Convert an SVG to a PNG at a chosen scale. It renders entirely in your browser using canvas (0 uploads, works offline).
How to use it
- Paste your SVG markup.
- Choose a scale (1× to 4×).
- Download the PNG.
FAQ
How do I convert SVG to PNG for free?
Paste the SVG and pick a scale, and this page draws it to a canvas at that resolution and exports a PNG — on your device with no upload.
Is my SVG uploaded anywhere?
No. Rendering happens entirely in your browser and nothing is transmitted or stored, which you can verify by turning off your Wi-Fi.
Why choose a higher scale?
A 2× or 3× scale produces a sharper PNG for high-resolution screens and print. Start from a clean SVG for the best result.
What if my SVG has no size?
Give the SVG a viewBox or explicit width and height so the tool knows the intrinsic dimensions to scale from.
Limits
Rasterises to PNG; external fonts or images referenced by URL may not render since the tool is offline.
Related
The SVG optimiser shrinks the source; the image-to-Base64 tool inlines the result.
Bookmark this page (Ctrl+D, or ⌘D on Mac) or install the app — it works offline the next time you need it.