
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
react-tech-icons
Advanced tools
React package that contains the best Language, Framework, and Library Icons!
# npm
npm install react-tech-icons@latest
# yarn
yarn add react-tech-icons@latest
# pnpm
pnpm add react-tech-icons@latest
import React from 'react';
import { C } from 'react-tech-icons';
export default function YourComponent() {
return <C />;
}
import React from 'react';
import { JS } from 'react-tech-icons';
export default function YourComponent() {
return (
<div>
<JS heigth={30} width={30} />
</div>
);
}
Note: All brand icons are trademarks of their respective owners. The use of these trademarks does not indicate endorsement of the trademark holder by the author, nor vice versa.
FAQs
React package that contains the best Language, Framework, and Library Icons!
The npm package react-tech-icons receives a total of 16 weekly downloads. As such, react-tech-icons popularity was classified as not popular.
We found that react-tech-icons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.