- Home
- 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.
-
Start here
How to download SVG files
The whole job in five steps, for anyone who has never done it before — what an SVG actually is, and why it needs opening differently.
Watch & read → -
From a URL
Download an SVG from a URL
When you have an address rather than a file — a CDN link, a page URL, a route that ends in nothing useful. Why pasting it into a converter usually fails.
Watch & read → -
From a link
Download an SVG from a link
Why "Save link as…" hands you an HTML file instead of a vector, and how to get the actual thing the link points at.
Watch & read → -
Right-click fails
Save an SVG when right-click won’t
The greyed-out — or entirely absent — Save image as… menu, explained. And the four hiding places that cause it.
Watch & read → -
Clipboard
Copy an SVG from a website
Two clipboards, two jobs: the markup for your codebase, or a PNG picture for a doc or a chat message. Neither one touches your disk.
Watch & read → -
The whole set
Extract every SVG from a website
One scan, one ZIP, de-duplicated and numbered — and an honest status line naming anything that could not be resolved.
Watch & read → -
Fastest route
Grab one SVG in a right-click
No popup, no scan, no paging. Right-click the icon, take “Save this as SVG”, done — with the same sanitiser running underneath.
Watch & read → -
Inventory
Download the SVGs on a webpage
Find out what a page actually contains before you take anything — the count is almost always higher than it looks.
Watch & read → -
For developers
Pull an SVG out of the HTML
The DevTools route, without DevTools — and with the missing xmlns already repaired, which is the part that trips everyone up.
Watch & read → -
Logos
Extract a logo as a vector
Get a company mark at full fidelity instead of a blurry header screenshot — plus the licensing question you should ask first.
Watch & read → -
Free
A genuinely free SVG downloader
No account, no trial, no watermark, no paid tier holding the bulk export hostage. Here is what “free” means and how it is sustainable.
Watch & read → -
Setup
Install the extension
Chrome, Edge and Brave in under a minute — including pinning it, and a plain-English reading of every permission it asks for.
Watch & read → -
Convert
Download an SVG image — or convert it
Take the vector if you will edit it, or convert to PNG or JPG at 1×, 2× or 4× on the way out. And when each one is the right call.
Watch & read → -
Comparison
Online extractor vs. extension
Why a paste-a-URL tool comes back half empty — it fetches your address but never renders the page. And where your file goes when you upload it.
Watch & read → -
Decide
Which method should you use?
One scan, four ways out — file, ZIP, clipboard or right-click. A short decision guide for picking the right one first time.
Watch & read →
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.