Gathering detailed insights and metrics for @tabler/icons
Gathering detailed insights and metrics for @tabler/icons
Gathering detailed insights and metrics for @tabler/icons
Gathering detailed insights and metrics for @tabler/icons
@tabler/icons-react
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
@vicons/tabler
Vue3 SVG icon components integrated from [`tabler`](https://github.com/tabler/tabler-icons)
tabler-icons-react
Tabler Icons for React
@tabler/icons-vue
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
A set of over 5800 free MIT-licensed high-quality SVG icons for you to use in your web projects.
npm install @tabler/icons
Typescript
Module System
Node Version
NPM Version
100
Supply Chain
100
Quality
89.1
Maintenance
100
Vulnerability
100
License
JavaScript (57.87%)
TypeScript (17.91%)
SCSS (7.4%)
HTML (6.1%)
Liquid (5.34%)
CSS (3.93%)
Svelte (0.91%)
Vue (0.29%)
Python (0.25%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
19,391 Stars
1,908 Commits
1,015 Forks
104 Watchers
12 Branches
77 Contributors
Updated on Jul 16, 2025
Latest Version
3.34.0
Package Id
@tabler/icons@3.34.0
Unpacked Size
9.75 MB
Size
1.04 MB
File Count
10,435
NPM Version
10.8.2
Node Version
20.18.3
Published on
Jun 02, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
A set of 5944 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.
Browse all icons at tabler-icons.io →
If you want to support my project and help me grow it, you can become a sponsor on GitHub or just donate on PayPal :)
yarn add @tabler/icons
or
npm install @tabler/icons
or
pnpm install @tabler/icons
or just download from Github.
All icons are built with SVG, so you can place them as <img>
, background-image
and inline in HTML code.
If you load an icon as an image, you can modify its size using CSS.
1<img src="path/to/icon.svg" alt="icon title" />
You can paste the content of the icon file into your HTML code to display it on the page.
1<a href=""> 2 <svg 3 xmlns="http://www.w3.org/2000/svg" 4 class="icon icon-tabler icon-tabler-disabled" 5 width="24" 6 height="24" 7 viewBox="0 0 24 24" 8 stroke-width="1.25" 9 stroke="currentColor" 10 fill="none" 11 stroke-linecap="round" 12 stroke-linejoin="round" 13 > 14 ... 15 </svg> 16 Click me 17</a>
Thanks to that, you can change the size, color and the stroke-width
of the icons with CSS code.
1.icon-tabler { 2 color: red; 3 width: 32px; 4 height: 32px; 5 stroke-width: 1.25; 6}
For more info on how to contribute please see the contribution guidelines.
Caught a mistake or want to contribute to the documentation? Edit this page on Github
Tabler Icons is licensed under the MIT License.
No vulnerabilities found.
Reason
16 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 6/30 approved changesets -- score normalized to 2
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
23 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More