Gathering detailed insights and metrics for @tabler/icons-react
Gathering detailed insights and metrics for @tabler/icons-react
Gathering detailed insights and metrics for @tabler/icons-react
Gathering detailed insights and metrics for @tabler/icons-react
@tabler/icons
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
tabler-icons-react
Tabler Icons for React
@tabler/icons-react-native
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
tabler-icons-react-native
Tabler icons
A set of over 5800 free MIT-licensed high-quality SVG icons for you to use in your web projects.
npm install @tabler/icons-react
Typescript
Module System
Node Version
NPM Version
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,389 Stars
1,908 Commits
1,015 Forks
104 Watchers
12 Branches
77 Contributors
Updated on Jul 15, 2025
Latest Version
3.34.0
Package Id
@tabler/icons-react@3.34.0
Unpacked Size
48.24 MB
Size
3.36 MB
File Count
23,805
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
1
1
Implementation of the Tabler Icons library for React applications.
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-react
or
npm install @tabler/icons-react
or
pnpm install @tabler/icons-react
or just download from Github.
It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component.
1import { IconArrowLeft } from '@tabler/icons-react'; 2 3const App = () => { 4 return <IconArrowLeft />; 5}; 6 7export default App;
You can pass additional props to adjust the icon.
1<IconArrowLeft color="red" size={48} />
name | type | default |
---|---|---|
size | Number | 24 |
color | String | currentColor |
stroke | Number | 2 |
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