SVG Preview Tool
Paste or upload raw SVG code and see it rendered instantly against a light, dark, or checkered background, then export it as a PNG at whatever resolution you need.
Preview SVG Code
That doesn't look like valid SVG — check for unclosed tags.
Why use this tool?
Check It on Any Background
Switch between checkered, white, and dark backgrounds to catch transparency or contrast issues before you ship it.
Export at 1x, 2x, or 4x
Turn a small icon-sized SVG into a crisp, higher-resolution PNG without opening a design tool.
Safe by Design
The preview renders as a plain image — any script or event handler embedded in pasted SVG code never runs.
Frequently asked questions
The preview renders your SVG as a plain image, the same way an <img> tag would — any embedded script or event handler is never executed, so pasting SVG code from an untrusted source can't run code in your browser.
Choose 1x, 2x, or 4x scale before exporting — 4x is useful for a crisp export from a small icon-sized SVG.
No — parsing, rendering, and PNG export all happen locally in your browser. Nothing you paste or upload leaves your device.