disarto-icons-static
v1.0.0
Published
Disarto Icons — static SVG files and sprites, no JavaScript required
Readme
disarto-icons-static
Raw SVG files and sprite sheets from Disarto Icons — 566 handcrafted icons in Regular (outline) and Solid (filled) variants, drawn on a 24×24 grid. No JavaScript.
npm install disarto-icons-staticContents
| Path | What it is |
|------|------------|
| icons/regular/{name}.svg | Individual outline icons |
| icons/solid/{name}.svg | Individual filled icons |
| sprite.svg | All icons as one sprite |
| sprite-regular.svg / sprite-solid.svg | Per-variant sprites |
| icons.json | Manifest: name, category, variants, search tags, aliases |
Use
<!-- inline, inherits currentColor -->
<svg width="24" height="24" viewBox="0 0 24 24"><!-- paste icon --></svg>
<!-- sprite: reference by {name}-{variant} -->
<svg width="24" height="24"><use href="#play-regular"/></svg>.icon { -webkit-mask: url('…/play.svg') no-repeat center / contain;
mask: url('…/play.svg') no-repeat center / contain;
background-color: currentColor; width: 24px; height: 24px; }Every icon uses currentColor and has no fixed dimensions, so it scales and colours from CSS.
License
MIT © Disarto — for the artwork. Third-party trademarks in the Brands category are excluded; see TRADEMARKS.md.
