One grid, no exceptions
Every glyph occupies the same 169 cells. Nothing sits half a pixel off, so weight and rhythm stay even across the whole set.
1 glyph, all on the same 13 by 13 grid, exported as SVG that inherits currentColor.
One grid, one export path, and enough metadata to find a glyph six months from now.
Every glyph occupies the same 169 cells. Nothing sits half a pixel off, so weight and rhythm stay even across the whole set.
<svg viewBox="0 0 13 13"
shape-rendering="crispEdges"
fill="currentColor">Runs of pixels merge into single rects. No paths to simplify, no strokes that drift when you scale them.
Glyphs fill with currentColor, so one file covers light and dark without a second asset.
Each glyph carries a name, a stable slug, a category and keywords, so search finds it by whatever you happen to call it.
npm i termina-icons โ raw SVG, an SVG sprite, and React components.Every glyph in the Termina set. Search by name, slug, keyword, or category โ then copy it, download it, or open it in the editor.