SVG Viewer

SVG viewer & validator

Open any SVG to preview it at any zoom, read its viewBox and dimensions, and check the source for errors — nothing is uploaded.

SVG Viewer

☞ runs entirely in your browser — nothing is uploaded

Drop your SVG here

or click to browse — SVG only

look inside a vector

Preview and inspect any SVG

SVG is plain XML text, so a broken file usually means one bad character rather than corrupt data. This viewer renders what the browser renders, and tells you plainly when it cannot.

Zoom to 800% to check a path edge, read the viewBox to understand how the artwork scales, or copy the source to paste into your editor.

three steps

How to open an SVG file

01

Drop the SVG

Pick a .svg file from your device — nothing is uploaded.

02

Zoom and inspect

Pan around, switch the background, read the dimensions.

03

Copy or fix

Copy the source, or read the parse error if it is malformed.

quick answers

SVG Viewer FAQ

Why does my SVG look different here?

The preview renders in an isolated image context, so external fonts and remotely linked images are not loaded. Text that relies on a web font may fall back to a system font.

What does viewBox mean?

viewBox defines the coordinate system the artwork is drawn in. Width and height say how big it renders by default; viewBox says how it scales. When a file has no viewBox we show the value the browser assumes.

Can this validate my SVG?

Yes for well-formedness. The file is parsed as XML, and any parse error is shown with the message the browser produced. It does not check against the full SVG specification.

Is anything uploaded?

No. The file is read and rendered entirely in your browser.