PB
Available
preview
lock Free · Private · In-Browser

SVG Viewer

Paste SVG markup and preview it live with its dimensions and file size.

SVG preview

Preview raw SVG without a file

When you have SVG markup on your clipboard — copied from a design tool, a code snippet, or an API response — you usually have to save it as a file just to see what it looks like. This viewer skips that: paste the code and it renders immediately, on a checkerboard so transparency is obvious, and reports the viewBox, width, height, and byte size.

Because the markup is rendered through an image element rather than injected into the page, embedded scripts never execute, so it is safe to inspect SVG from sources you do not fully trust. When it looks right, download it as a clean .svg file.

Private and instant

Rendering, parsing, and downloading all happen in your browser. Nothing is uploaded.

Frequently Asked Questions

How does the SVG viewer render my code?

It draws the SVG inside an image element from a data URI, so the markup is rendered safely and any embedded scripts do not run.

What details does it report?

It reads the root svg element for its viewBox, width, and height attributes, and shows the byte size of the markup you pasted.

Is my SVG uploaded anywhere?

No. Rendering, parsing, and the download all happen locally in your browser; nothing is sent to a server.

Take it further
All Free Tools

Browse the full set of free, private, in-browser tools.

Learn More arrow_forward