Open source SVG icon library with 28 free icons for developers. Build custom webfont packs with 8,500+ icons at trkericon.com.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/trker-icon@latest/dist/trker-icon.css">Grab dist/trker-icon.css and dist/fonts/ from this repo and include locally:
<link rel="stylesheet" href="path/to/trker-icon.css"><i class="ti ti-check"></i>
<i class="ti ti-arrow-left"></i>
<i class="ti ti-bell-jingle"></i>All icons are available as standalone SVGs in svgs/:
<img src="svgs/check.svg" width="24" height="24">Clone the repo, install deps, and run the build:
git clone https://github.com/trker/trker-icon.git
cd trker-icon
npm install
npm run buildThis generates dist/trker-icon.css, dist/trker-icon.min.css, and font files under dist/fonts/.
| Name | Class |
|---|---|
| arrow-left | ti-arrow-left |
| arrow-right | ti-arrow-right |
| bell-jingle | ti-bell-jingle |
| check | ti-check |
| close | ti-close |
| download | ti-download |
| eye | ti-eye |
| heart | ti-heart |
| home | ti-home |
| menu | ti-menu |
| search | ti-search |
| settings | ti-settings |
| star | ti-star |
| user | ti-user |
Full icon list in
dist/trker-icon.json
8,500+ icons, unlimited custom packs, and CDN hosting at trkericon.com.
MIT © trker-icon