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-react
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
@tabler/icons
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
@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
npm install tabler-icons-react
Typescript
Module System
Node Version
NPM Version
96
Supply Chain
89
Quality
76.2
Maintenance
100
Vulnerability
100
License
JavaScript (99.92%)
HTML (0.05%)
CSS (0.03%)
Total Downloads
2,546,314
Last Day
647
Last Week
20,673
Last Month
77,348
Last Year
752,523
MIT License
201 Stars
261 Commits
10 Forks
2 Watchers
2 Branches
1 Contributors
Updated on May 23, 2025
Minified
Minified + Gzipped
Latest Version
1.56.0
Package Id
tabler-icons-react@1.56.0
Unpacked Size
8.06 MB
Size
568.40 kB
File Count
3,061
NPM Version
6.14.14
Node Version
14.17.5
Cumulative downloads
Total Downloads
Last Day
-11.7%
647
Compared to previous day
Last Week
0.5%
20,673
Compared to previous week
Last Month
10%
77,348
Compared to previous month
Last Year
-1.6%
752,523
Compared to previous year
A library of React components for Tabler Icons — a set of over free 700 open-sourced MIT-licensed icons.
The package is available via npm and can be installed using npm
or yarn
:
1# npm 2npm install tabler-icons-react 3 4# yarn 5yarn add tabler-icons-react
After installing the package you can import Tabler Icons as React components as follows:
1import { Activity } from 'tabler-icons-react';
1import React from 'react'; 2import { Activity } from 'tabler-icons-react'; 3 4export default function Example() { 5 return ( 6 <div> 7 <Activity size={48} color="red" /> 8 </div> 9 ); 10}
Every icon component accepts following props:
Prop | Default |
---|---|
size | 24 |
color | 'currentColor' |
This project is MIT licensed.
No vulnerabilities found.
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
no SAST tool detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
88 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-19
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