1. Home
  2. Tutorials

Tutorials — fifteen recordings, none of them longer than a minute

SVG download tutorials

Every one of these is a real recording of the extension doing the job, with the step written underneath it. Pick the one that matches what you have — a URL, a link, a page full of icons, or a logo you need at full size.

Start where you are

Fifteen tutorials, one workflow

They all end the same way — the original vector on your disk or in your clipboard — but they start from different places, because you do. Each page carries its own recording, the steps in writing, and the answers to whatever usually goes wrong at that particular step.


If you only read one thing

Why the browser won't just save it for you

An SVG on a modern page is almost never a file sitting at an address. It is one of four things, and each one defeats Save image as… in its own way: inline <svg> markup drawn straight into the HTML with no URL behind it; a CSS background-image the browser treats as decoration; a sprite <use> reference that points into a hidden document; or an <img> source that may be a data: URI the save menu mangles.

Every tutorial here works the same way underneath: read the live DOM, resolve whatever each vector really is, repair the missing xmlns namespace, and hand you a standalone file. That is why the method doesn't care which of the four you happened to land on.


Install once, then never fight a right-click menu again

Free, MIT-licensed, and it runs entirely on your machine — no upload, no account, no analytics.