SVG Sprite Generator
Bundle many icons into one <symbol> sprite sheet. Everything runs locally in your browser — your files are never uploaded.
How it works
Loading 20 icon files means 20 requests. An SVG sprite bundles them into one file of <symbol> definitions; each icon is then a two-line <use> reference — one request, browser-cached everywhere, styleable with currentColor.
Each dropped file becomes a symbol named after the file. The tool preserves every icon’s own viewBox, strips scripts, and generates copy-paste usage snippets — all locally in your browser.