Clean SVG sprites without a build step.

Upload individual SVG icons. Glyph cleans them on the server, converts colors to currentColor, and gives you one downloadable sprite for projects without npm, bundlers, or a build pipeline.

Example SVG sprite output

Temporary workspace

This sprite lives only in your browser, login to keepm them.

No icons yet.

Upload SVGs to build a temporary sprite. You can adjust symbol IDs before downloading.

Usage snippet

Use a generated symbol ID in your HTML.

<svg class="icon" aria-hidden="true">
  <use href="/assets/icons.svg#symbol-id"></use>
</svg>