HomePortfolioExtensionsGamesAbout
Extension

SVG Downloader

Grab, resize and export SVG images from any website.

Add to Chrome

Scan the active webpage for SVG assets, then open a dashboard to preview, rename, resize, and export each image as SVG, PNG, or JPG. Batch selections into a dated ZIP archive.

TIP

Run the scan on the page that actually contains the icons or illustrations, then pick your default format before Download Selected.

Getting started

  1. Install SVG Downloader and navigate to a normal webpage with SVG graphics.
  2. Click the toolbar icon to scan the active tab.
  3. A dashboard tab opens listing every SVG URL or inline graphic found.
  4. Select items, adjust size if needed, and download individually or in bulk.

Page scanning

The scanner injects into the current tab and collects:

  • Inline <svg> elements (stored as data URLs, named svgdownloader-1, etc.)
  • <img>, <source>, <use>, <object>, and <embed> references
  • srcset entries ending in .svg
  • CSS background-image, mask, and content URLs
  • Shadow DOM trees where accessible

Results save briefly as lastScan in chrome.storage.local and are consumed when the dashboard loads. Restricted pages (chrome://, Web Store) show an alert instead of scanning.

Downloader dashboard

The dashboard header shows the source page URL and total SVG count. Each card includes preview, checkbox selection, inline rename, and a settings modal with width, height, and lock-ratio controls.

Export options

  • Batch format toggles: SVG, PNG, JPG
  • Per-item modal: copy SVG markup, or download SVG / PNG / JPG
  • Multi-select ZIP: {domain}-YYYY-MM-DD.zip with deduplicated filenames
  • Light/dark theme toggle stored in chrome.storage.local

WARNING

Cross-origin SVG URLs may fail canvas export when CORS headers block reading pixel data.

Features

  • Deep SVG scan: Inline, linked, data URI, and CSS SVG sources.
  • Visual dashboard: Selectable grid with rename and per-item settings.
  • Resize and lock ratio: Scale exports before download.
  • Multi-format export: SVG, PNG, or JPG per asset or batch.
  • Batch ZIP: Bundle multiple exports with unique names.
  • Copy markup: Copy raw SVG source from the item modal.

Privacy

The extension fetches SVG URLs from pages you scan and processes them locally. No analytics or cloud upload.

See the Apps & Extensions Policy and Privacy Policy for company-wide details.

Need help?

If a preview is blank, the asset may be blocked by CORS. Try copying markup for inline SVGs instead.

Contact us via the support page if you need more assistance.