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
85.5
Maintenance
100
Vulnerability
100
License
JavaScript (57.89%)
TypeScript (17.88%)
SCSS (7.41%)
HTML (6.1%)
Liquid (5.35%)
CSS (3.93%)
Svelte (0.91%)
Vue (0.29%)
Python (0.25%)
Total Downloads
39,232,114
Last Day
101,963
Last Week
569,840
Last Month
2,343,526
Last Year
22,566,560
MIT License
19,110 Stars
1,892 Commits
995 Forks
104 Watchers
11 Branches
73 Contributors
Updated on May 13, 2025
Latest Version
3.31.0
Package Id
@tabler/icons@3.31.0
Unpacked Size
9.64 MB
Size
1.03 MB
File Count
10,346
NPM Version
10.8.2
Node Version
20.18.3
Published on
Mar 04, 2025
Cumulative downloads
Total Downloads
Last Day
6.3%
101,963
Compared to previous day
Last Week
6.6%
569,840
Compared to previous week
Last Month
1.3%
2,343,526
Compared to previous month
Last Year
81.9%
22,566,560
Compared to previous year
No dependencies detected.
A set of 5880 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
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
3 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 5
Reason
Found 4/30 approved changesets -- score normalized to 1
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
20 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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