tech-stack-icons
v2.1.0
Published
An icon set of the most used frameworks and technologies for web and app development
Downloads
501
Maintainers
Readme
Tech Stack Icons
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)
ORIGINAL SVG
✓ 245+ Icons ✓ Light mode ✓ Grayscale
Installation
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" />;
Component properties
| Property | Type | Description |
| :---------- | :-------------- | :----------- |
| name
| string
| Required |
| className
| string
| optional |
| style
| CSSProperties
| optional |
| grayscale
| boolean
| optional |