React Simple Icons
@icons-pack/react-simple-icons
This package provides the Simple Icons packaged as a set of React components.
Icons
react
simple-icons
brands
icons
svg
inline
design
component
codea
wootsbot
Stars
550
Weekly
871k
Open issues
3
Bundle
~25 kB
Installation
npm install @icons-pack/react-simple-iconsCode example
import { Star } from "@icons-pack/react-simple-icons";
export function Example() {
return <Star size={24} />;
}Pros & cons
Pros
- Actively maintained by Jorge Luis Calleja <jorge.calleja@wootsbot.dev>
- 871k weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 3 open issues on GitHub