Skip to main content

SVG Icon Extractor

Paste an SVG sprite file and extract individual icons. Supports <symbol> sprites and <g id> groups. Preview, copy, or download each icon — free, browser-side.

FreeSymbol SpritesDownload IconsBrowser-side

How SVG sprites work

SVG sprites bundle multiple icons into a single file for performance. The standard approach uses <symbol id='icon-name'> elements — each containing the paths for one icon. To render an icon, HTML references the symbol by ID using <use href="#icon-name"/>. This tool reverses that process, separating each symbol back into a standalone SVG file.

Supported sprite patterns

  • Symbol sprites: <symbol id='name'> — used by Heroicons, Feather, Lucide, Material Icons
  • Group sprites: <g id='name'> — older pattern used in some legacy icon sets
  • Single SVG: Regular SVG file — returned as one extracted icon

Related SVG tools