softicons
v0.2.0
Published
Softicons web font — mono-line icons as an icon font for plain HTML / CDN.
Maintainers
Readme
softicons (web font)
The Softicons icon set as an icon font, for plain HTML pages and the CDN — no build step, no JavaScript.
For React/Vue/Angular use the framework packages instead. The font is a convenience tier; the primary HTML path is the direct R2
<img>SVG URL (PLAN §8). Line icons are stroke-based, so each glyph is outlined (stroke → fill) at build time before being packed into the font.
CDN
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/softicons@latest/dist/softicons.min.css">
<i class="si si-arrow-right"></i>
<i class="si si-heart" style="color:#e06a8b; font-size:32px"></i>Color is color; size is font-size. The font inherits text color like any
glyph.
npm
npm i softicons@import "softicons/softicons.css";Build
pnpm font:build # outlines strokes → woff2/woff/ttf + CSS + demo.html
dist/is a generated build artifact (gitignored). At scale this ships a curated ~1,000-icon subset; today it includes the full seed set.
Links
- 🌐 softicons.dev — browse all icons
- 📖 Docs
- 📦 All Softicons packages on npm
MIT © Softicons
