An icon set of the most used frameworks and technologies for web and app development
- tech-stack-icons.com (Documentation · Copy JSX and SVG)
- Install Figma Drag & Drop plugin (Use it on your design files)
- Figma Components File (Duplicate all the icons)
✓ 245+ Icons ✓ Light mode ✓ Grayscale
npm install tech-stack-icons
# or
pnpm add tech-stack-icons
# or
yarn add tech-stack-icons
import StackIcon from "tech-stack-icons"; // You can also use any another import name
<StackIcon name="nextjs" />;
Property | Type | Description |
---|---|---|
name |
string |
Required |
className |
string |
optional |
style |
CSSProperties |
optional |
grayscale |
boolean |
optional |