A set of over 5800 free MIT-licensed high-quality SVG icons for you to use in your web projects.
Installations
npm install @tabler/icons
Developer Guide
Typescript
No
Module System
ESM
Node Version
20.18.1
NPM Version
11.0.0
Releases
Contributors
Languages
JavaScript (57.34%)
TypeScript (18.11%)
SCSS (7.5%)
HTML (6.18%)
Liquid (5.42%)
CSS (3.98%)
Svelte (0.92%)
Vue (0.3%)
Python (0.25%)
Developer
Download Statistics
Total Downloads
31,360,631
Last Day
82,388
Last Week
394,941
Last Month
1,756,753
Last Year
19,310,456
GitHub Statistics
18,702 Stars
1,885 Commits
943 Forks
103 Watching
11 Branches
71 Contributors
Sponsor this package
Package Meta Information
Latest Version
3.29.0
Package Id
@tabler/icons@3.29.0
Unpacked Size
9.43 MB
Size
1.02 MB
File Count
9,996
NPM Version
11.0.0
Node Version
20.18.1
Publised On
21 Jan 2025
Total Downloads
Cumulative downloads
Total Downloads
31,360,631
Last day
-8.2%
82,388
Compared to previous day
Last week
-15.1%
394,941
Compared to previous week
Last month
4.7%
1,756,753
Compared to previous month
Last year
101.4%
19,310,456
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
No dependencies detected.
Tabler Icons
A set of 5844 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 →
Sponsors
If you want to support my project and help me grow it, you can become a sponsor on GitHub or just donate on PayPal :)
Installation
yarn add @tabler/icons
or
npm install @tabler/icons
or
pnpm install @tabler/icons
or just download from Github.
Usage
All icons are built with SVG, so you can place them as <img>
, background-image
and inline in HTML code.
HTML image
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" />
Inline HTML
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}
Contributing
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
License
Tabler Icons is licensed under the MIT License.
Sponsor Tabler
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
no binaries found in the repo
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Info: jobLevel 'contents' permission set to 'read': .github/workflows/labeler.yml:8
- Warn: no topLevel permission defined: .github/workflows/close-inactive.yml:1
- Warn: no topLevel permission defined: .github/workflows/close-stale-prs.yml:1
- Warn: no topLevel permission defined: .github/workflows/labeler.yml:1
- Info: no jobLevel write permissions found
Reason
Found 5/30 approved changesets -- score normalized to 1
Reason
9 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-pfq8-rq6v-vf5m
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-x565-32qp-m3vf
- Warn: Project is vulnerable to: GHSA-gp95-ppv5-3jc5
- Warn: Project is vulnerable to: GHSA-54xq-cgqr-rpm3
- Warn: Project is vulnerable to: GHSA-c76h-2ccp-4975
- Warn: Project is vulnerable to: GHSA-vg6x-rcgg-rjx6
- Warn: Project is vulnerable to: GHSA-g3ch-rx76-35fx
- Warn: Project is vulnerable to: GHSA-776f-qx25-q3cc
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
Project has not signed or included provenance with any releases.
Details
- Warn: release artifact v3.29.0 not signed: https://api.github.com/repos/tabler/tabler-icons/releases/195941779
- Warn: release artifact v3.28.1 not signed: https://api.github.com/repos/tabler/tabler-icons/releases/193671692
- Warn: release artifact v3.28.0 not signed: https://api.github.com/repos/tabler/tabler-icons/releases/193607661
- Warn: release artifact v3.27.1 not signed: https://api.github.com/repos/tabler/tabler-icons/releases/193362167
- Warn: release artifact v3.27.0 not signed: https://api.github.com/repos/tabler/tabler-icons/releases/193358366
- Warn: release artifact v3.29.0 does not have provenance: https://api.github.com/repos/tabler/tabler-icons/releases/195941779
- Warn: release artifact v3.28.1 does not have provenance: https://api.github.com/repos/tabler/tabler-icons/releases/193671692
- Warn: release artifact v3.28.0 does not have provenance: https://api.github.com/repos/tabler/tabler-icons/releases/193607661
- Warn: release artifact v3.27.1 does not have provenance: https://api.github.com/repos/tabler/tabler-icons/releases/193362167
- Warn: release artifact v3.27.0 does not have provenance: https://api.github.com/repos/tabler/tabler-icons/releases/193358366
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/close-inactive.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/tabler/tabler-icons/close-inactive.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/close-stale-prs.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/tabler/tabler-icons/close-stale-prs.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/tabler/tabler-icons/labeler.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate-icons.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/tabler/tabler-icons/validate-icons.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate-icons.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/tabler/tabler-icons/validate-icons.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/validate-icons.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/tabler/tabler-icons/validate-icons.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/validate-icons.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/tabler/tabler-icons/validate-icons.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/validate-icons.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/tabler/tabler-icons/validate-icons.yml/main?enable=pin
- Info: 0 out of 6 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 2 third-party GitHubAction dependencies pinned
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 5 are checked with a SAST tool
Score
4.4
/10
Last Scanned on 2025-01-20
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 MoreOther packages similar to @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.