Icons
@tabler/icons
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
Icons
icons
svg
png
iconfont
react
front-end
web
@tabler/icons
javascript
npm
Stars
535
Weekly
3.1M
Open issues
7
Bundle
~25 kB
Installation
npm install @tabler/iconsCode example
import { Star } from "@tabler/icons";
export function Example() {
return <Star size={24} />;
}Pros & cons
Pros
- Actively maintained by codecalm
- 3.1M weekly downloads. Battle tested
- MIT licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 7 open issues on GitHub