🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-tech-icons

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tech-icons

React package that contains the best Language, Framework, and Library Icons!

1.6.2
latest
Source
npm
Version published
Weekly downloads
21
75%
Maintainers
1
Weekly downloads
 
Created
Source

React Tech Icons

Elevate Your React Projects with a Treasury of Tech Icons

  • Dive into the world of endless possibilities for your React projects with React Tech Icons!
  • This comprehensive npm package offers a vast collection of meticulously crafted SVG icons representing various cutting-edge technologies.
  • Seamlessly import and integrate these dynamic icons into your React applications, effortlessly adding visual appeal and clarity to your interfaces.
  • From programming languages to software tools, discover an extensive library that empowers you to visually communicate complex tech concepts with ease.
  • Embrace creativity and enhance your UI/UX design effortlessly with React Tech Icons!

Install package

Lastest

# npm
npm install react-tech-icons@latest

# yarn
yarn add react-tech-icons@latest

# pnpm
pnpm add react-tech-icons@latest

IMPORTANT

adding a color to a icon has to be done in one of these formats:

  • rgb(r, g, b)
  • rgb(r, g, b, a)
  • hsl(h, s%, l%)
  • #nnn
  • #nnnnnn

Default Icon Usage

import React from 'react';
import { C } from 'react-tech-icons';

export default function YourComponent() {
  return <C />;
}

Change The Icon Size

import React from 'react';
import { JS } from 'react-tech-icons';

export default function YourComponent() {
  return (
    <div>
      <JS heigth={30} width={30} />
    </div>
  );
}

ChangeLog

  • v1.6.1 Reduced package size!
  • v1.6.0 Added 16 more icons!
  • v1.5.1 Fixed icon default size!
  • v1.5.0 Added 23 more!
  • v1.4.2 Fixed broken repo link!
  • v1.4.1 Added default size that will be modifiable soon, and fixed some markup errors!
  • v1.3.1 Added 22 more!
  • v1.2.1 Added 26 more icons!
  • v1.1.2 Added types and icon customization
  • v1.1.1 Added 10 new icons
  • v1.0.0 Initial launch of react-tech-icons

Author

  • Email: pavicevicstrahinja99@gmail.com
  • Github: Strahinja2112
  • Personal Website: Take a look

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.

This is my first npm package so if you enjoy it or have anything to say please let me know here pavicevicstrahinja99@gmail.com!

Keywords

React

FAQs

Package last updated on 04 Jan 2024

Did you know?

Socket

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.

Install

Related posts