Dadaki

How to open an SVG file

SVG is a text format describing shapes, so almost everything can display one and almost nothing can edit one. Which of those you need decides the answer.

If you just want to look at it

Drag the .svg onto any browser window — Chrome, Safari, Firefox and Edge all render SVG natively. That is the fastest way to see what a file contains, and it needs nothing installed.

On Windows, double-clicking an SVG often opens Paint or the Photos app, which will show it but cannot meaningfully edit it. On macOS, Preview and Quick Look display it fine. Neither gives you the paths.

If you want to change it

Then you need something that reads the SVG into editable shapes. Dadaki does that in a browser tab: press ⌘O (Ctrl+O) or drag the file in, and every path, gradient and text run becomes something you can select and change.

Open the editorNo sign-up, no download. It opens on a blank canvas.

What opens an SVG, and what it gets you

ToolViewEdit shapesCost
Any web browserYesNoFree
DadakiYesYesFree, open source
InkscapeYesYesFree, open source, desktop install
Adobe IllustratorYesYesSubscription
FigmaYesYes, after import conversionFree tier, account required
A text editorRaw XMLBy handFree
Windows Photos / macOS PreviewYesNoBuilt in

Why the file might look wrong when it opens

That last point is worth taking seriously: an SVG from an untrusted source can carry JavaScript. Dadaki parses the geometry rather than executing the document, so importing one does not run what is inside it.

Open the editorNo sign-up, no download. It opens on a blank canvas.

Questions

What program opens an SVG file?

Any modern web browser will display one. To edit it you need a vector graphics editor — Dadaki in the browser, Inkscape on the desktop, or Adobe Illustrator if you have a subscription.

How do I open an SVG on Windows without Illustrator?

Drag it into Chrome or Edge to view it. To edit it, open dadaki.com and press Ctrl+O — nothing to install, and it runs the same on Windows as anywhere else.

Why does my SVG open in Notepad or a text editor?

Because SVG is a text format and the file association points at a text editor. The file is fine. Right-click, choose Open with, and pick a browser or a vector editor instead.

Can I convert an SVG to PNG or JPG?

Yes. Open it in Dadaki and export as PNG at 1× to 4× scale. SVG is resolution-independent, so you choose the pixel size at export time.

Keep reading