SVG Viewer
Paste SVG markup and see it rendered live, in your browser.
Rendered live in a sandboxed frame that never executes scripts, so pasting SVG from an untrusted source is safe. The checkered background shows through transparent areas. Nothing you type is sent anywhere.
What is SVG Viewer?
Paste raw SVG markup and see it rendered instantly in a live preview, with a checkered background so you can see transparent areas clearly. Useful for quickly checking an icon or illustration you're editing by hand, debugging a `viewBox` or `fill` issue, or previewing SVG pulled from an API response or a design tool's export without saving it to a file first. The preview renders inside a sandboxed iframe with scripting disabled, so pasting SVG from an untrusted source — a downloaded icon set, a code snippet from a forum — doesn't risk executing embedded `<script>` tags or event-handler attributes some SVG files can carry. Nothing you paste is sent to a server; rendering happens entirely in your browser.
FAQ
Yes — the preview renders inside a sandboxed frame that never executes scripts, so even a maliciously crafted SVG can't run code.
It's a standard transparency indicator — anywhere you see the checker pattern through your SVG, that part of the image has no fill (is transparent), rather than being white or another solid color.
It renders whatever markup you paste, so a malformed or incomplete SVG will show up as a broken or blank preview — useful as a visual signal that something in the markup needs fixing, even without a formal validation message.