Welcome to React Icons, the GeoCities way!

React Icons!

Bringing Icons to your React Projects!

React Icons

Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using.


Include icon sets:

Ant Design Icons831 icons
Bootstrap Icons2716 icons
BoxIcons1634 icons
Circum Icons288 icons
css.gg704 icons
Devicons192 icons
Feather287 icons
Flat Color Icons329 icons
Font Awesome 51611 icons
Font Awesome 62048 icons
Game Icons4040 icons
Github Octicons icons264 icons
Grommet-Icons635 icons
Heroicons460 icons
Heroicons 2972 icons
IcoMoon Free491 icons
Icons8 Line Awesome1544 icons
Ionicons 4696 icons
Ionicons 51332 icons
Lucide1541 icons
Material Design icons4341 icons
Phosphor Icons9072 icons
Radix Icons318 icons
Remix Icon3020 icons
Simple Icons3275 icons
Simple Line Icons189 icons
Tabler Icons5754 icons
Themify Icons352 icons
Typicons336 icons
VS Code Icons466 icons
Weather Icons219 icons

Installation (for standard modern project)

npm install react-icons --save

Usage

import { FaBeer } from 'react-icons/fa';

class Question extends React.Component {
  render() {
    return 

Lets go for a ?

} }

Installation (for meteorjs, gatsbyjs, etc)

If your project grows in size, this option is available. This method has the trade-off that it takes a long time to install the package. Suitable for MeteorJS, Gatsbyjs etc.

npm install @react-icons/all-files --save

Usage

import { FaBeer } from "@react-icons/all-files/fa/FaBeer";

class Question extends React.Component {
  render() {
    return 

Lets go for a ?

} }

More info GitHub



Best viewed with or . This site is part of the GeoCities Webring!
Under Construction New! Generate your own 90s page here! Under Construction