SVG sprite generator

This tool allows you to merge multiple svg files into one svg sprite file. Then you can show images like this:

<svg height="100" width="100"><use xlink:href="/sprite.svg#icon-n"></use></svg>

This tool use filename as id (icon-n in example). Image with same id will be replaced.

Gallery to sprite
Drop svg files or folders with svg file.
Result