Skip to content

Iconscout/react-unicons

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17a890e · Feb 7, 2025

History

40 Commits
Dec 3, 2024
Mar 18, 2020
Nov 1, 2024
Feb 7, 2025
Apr 17, 2020
May 5, 2020
Nov 6, 2024
Mar 2, 2023
Mar 2, 2023
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025
Dec 3, 2024

Repository files navigation

React Unicons

4,500+ Pixel-perfect vector icons as React Components. These icons are designed by IconScout.

Getting Started

You can easily install react-unicons using npm.

npm install --save @iconscout/react-unicons

Or using yarn

yarn add @iconscout/react-unicons

Usage

Use individual icons

import React from 'react';
import UilReact from '@iconscout/react-unicons/icons/uil-react'

const App = () => {
  return <UilReact size="140" color="#61DAFB" />
};

export default App;

You can customize icons as below:

<Unicons.UilReact size="140" color="#61DAFB" />

Usage as full Package

import React from 'react';
import * as Unicons from '@iconscout/react-unicons';

const App = () => {
  return <Unicons.UilReact />
};

export default App;

More ways

Contributing

We will be happy to have community support for Unicons. Feel free to fork and create pull requests. We have given a small roadmap above so that you can help us build these features.

Request icons

Can't find the icon you are looking for? No worries, we will design it for you. And we'll be happy to design them in upcoming weeks.

Request Icon

License

Unicons are Open Source icons and licensed under IconScout Simple License. You're free to use these icons in your personal and commercial project. We would love to see the attribution in your app's about screen, but it's not mandatory.

React Unicons by <a href="https://iconscout.com/">IconScout</a>