SVG Sprite Generator
Drop your SVG icons, combine them into an optimized sprite sheet with <symbol> elements, and get ready-to-use code.
Drop SVG files here or click to browse
Add as many icons as you need
Icons
No icons added yet
Sprite Preview
Options
Strip fill attributes for CSS control
Strip width/height for scalable symbols
Remove comments, titles, metadata
<!-- Add icons above to generate sprite code -->
<!-- Usage examples appear here -->
How SVG Sprites Work
SVG sprites combine multiple icons into a single file using <symbol> elements. Each symbol gets a unique ID.
Reference any icon with <use href="#id"> — one HTTP request, all icons. Style with CSS using currentColor.
Inline the sprite in your HTML, or reference an external .svg file. Both patterns are shown in the code output.
All done!
Your file is ready for download.
Enjoying Fixie? A small donation keeps these tools free for everyone.