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>
- Drag and drop SVG sprite or icon
- View and edit SVG sprite
- Add and remove icons
- Edit icon attributes with real-time preview
- Or edit icon in isolation in your editor of choice
- Check for transparency or/and alignment of icons
- 100% offline
- Tauri for desktop application
- Svelte & Typescript for the frontend
- Rust for the backend
This project is licensed under the Apache License, Version 2.0. License