SVG Sprite Maker is a tool to easily create, view and update SVG sprite files
An SVG Sprite file is a collection of symbols/icons with an id that can be referenced in HTML
<svg>
<use href="./path/to/sprite.svg#icon_id"></use>
</svg>
This project is licensed under the Apache License, Version 2.0. License