SVG viewer

Open an SVG file and actually see it — rendered properly, at any zoom, with every layer visible. And unlike a plain viewer, you can edit it if something needs fixing.

Drop an SVG here

or

Start from blank

Your file never leaves your device — it opens locally in your browser.

Why SVG files will not open

An SVG is not really an image file — it is a text document full of XML that describes an image. That is why double-clicking one often throws it at a code editor and you get a wall of markup, or at a photo viewer that shrugs and refuses.

Browsers render SVG natively, so opening one in a browser-based tool is the path of least resistance. No installing Illustrator or Inkscape to look at a logo somebody emailed you.

A viewer you can edit in

Most SVG viewers show you the file and stop there. The moment you notice the colour is wrong or the artboard is the wrong size, you need a different tool and a fresh upload.

Here, viewing and editing are the same screen. Spot a problem, fix it, export. You can change colours, resize it, or edit the paths without opening anything else.

Opening an SVG on each platform

Almost everyone who searches for an SVG viewer has already double-clicked the file and got something unhelpful. Here is what actually happens on each system, and the shortest way round it.

Windows 10 and 11

Windows Photos does not support SVG, so double-clicking usually opens a text editor or throws an error. Right-click the file, choose Open with and pick Edge or Chrome and it will render properly.

File Explorer also will not generate thumbnails for SVG — you get a generic icon instead of a preview, which is why a folder of icons looks identical. Fixing that needs a shell extension installed system-wide, which is a lot of ceremony for a preview. Opening the file in a browser sidesteps it entirely.

macOS

Better out of the box: Preview and Quick Look both handle SVG, so selecting the file and pressing Space usually shows it. If it opens in Xcode or a text editor instead, right-click → Open With → Safari.

Android and iPhone

Mobile gallery apps almost never support SVG. The reliable route is your mobile browser — open this page and drop the file on it. It renders exactly as it does on desktop, though editing anchor points on a phone screen is not fun.

A note on Adobe SVG Viewer

Plenty of people still search for this. You do not need it. Adobe SVG Viewer was a browser plugin from the era before browsers understood SVG, and Adobe discontinued it in 2009. Every current browser renders SVG natively. If a page tells you to install it, that page is at least fifteen years out of date.

Seeing how a file is built

The Layers panel lists every object in the document in stacking order. Clicking through it is the fastest way to understand a file somebody else made — what is grouped, what is a path, what is live text, and what is a raster image hiding inside a vector wrapper.

Converting to something more portable

If whatever you are sending it to will not accept SVG, export a PNG or a JPG from the same screen.

How to open and view an SVG file

  1. Drop the SVG. Drag the file onto the box above, or click to choose it from your device. It opens immediately.
  2. Look at it. The file renders on the canvas exactly as it will render on the web, at any zoom level, with no quality loss.
  3. Inspect the pieces. The Layers panel lists every object in the file. Click one to select it and see its position, size and colour — useful for working out how a file is put together.
  4. Edit if you need to. Unlike a plain viewer, everything is editable. If you spot something wrong, fix it there and then.
  5. Save it in another format. Export as PNG, JPG or PDF if you need a version for something that will not open SVG.

Common questions

How do I view SVG files?

Open them in a browser. Browsers render SVG natively, so dropping the file on the box above shows it immediately — no software to install and no account. Double-clicking the file on your desktop often fails because the operating system hands it to a code editor instead.

How do I view an SVG file on Windows 10 or 11?

Right-click the file, choose Open with, and pick a browser such as Edge or Chrome. Windows Photos does not support SVG. To get thumbnail previews in File Explorer you need a shell extension, which many people would rather not install — opening the file in a browser avoids the whole problem.

Why can I not see SVG thumbnails in File Explorer?

Windows does not generate SVG thumbnails out of the box, so you get a generic icon rather than a preview. That is a Windows limitation, not a problem with your file — the SVG itself is fine and will display correctly in any browser.

How do I view an SVG file on a Mac?

macOS Preview and Quick Look both handle SVG, so pressing Space on the file usually previews it. If it opens in Xcode or a text editor instead, right-click and choose Open With → Safari, or drop it on the box above.

How do I open an SVG on Android or iPhone?

Mobile gallery apps generally do not support SVG. Open your mobile browser and drop the file on this page — it renders the same way it does on desktop. Editing is possible but far more comfortable on a larger screen.

Do I still need Adobe SVG Viewer?

No. Adobe SVG Viewer was a browser plugin that Adobe discontinued in 2009, and it has not been needed for well over a decade. Every modern browser renders SVG natively without any plugin.

Why will my SVG not open on my computer?

Double-clicking an SVG often hands it to a code editor or an image viewer that does not support vector formats, so you get a wall of XML or an error. Browsers render SVG natively, which is why opening it in a browser-based tool just works.

Can I view an SVG without Illustrator?

Yes. You do not need Illustrator, Inkscape or any installed software — this renders the file in your browser and lets you edit it too.

How do I view the SVG code?

An SVG is XML text, so any text editor will show the markup. If you want to understand the structure visually instead, the Layers panel here lists every object in the file and selecting one shows its exact position, size and colours.

Is it safe to open an SVG here?

Your file is read locally by your browser and never uploaded to a server, so it does not leave your device.