MCPcopy Index your code
hub / github.com/Iconscout/react-unicons

github.com/Iconscout/react-unicons @v2.2.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.2.5 ↗ · + Follow
1,211 symbols 3,632 edges 1,212 files 0 documented · 0% 1 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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:
```html
<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
- [React-native-unicons](https://github.com/Iconscout/react-native-unicons)
- [Vue-unicons](https://github.com/antonreshetov/vue-unicons) by [Anton Reshetov](https://github.com/antonreshetov)
- [Vector SVGs](https://iconscout.com/unicons)
- [Icon Font](https://github.com/Iconscout/unicons)

## 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](mailto:support@iconscout.com)

## License
Unicons are Open Source icons and licensed under [IconScout Simple License](https://iconscout.com/licenses#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.
```html
React Unicons by <a href="https://iconscout.com/">IconScout</a>

Core symbols most depended-on inside this repo

registerValidSW
called by 2
example/src/serviceWorker.js
checkValidServiceWorker
called by 1
example/src/serviceWorker.js
register
called by 0
example/src/serviceWorker.js
unregister
called by 0
example/src/serviceWorker.js
App
called by 0
example/src/App.js
UilAngleRightB
called by 0
icons/uil-angle-right-b.js
UilCommentMedical
called by 0
icons/uil-comment-medical.js
UilPhoneVolume
called by 0
icons/uil-phone-volume.js

Shape

Function 1,211

Languages

TypeScript100%

Modules by API surface

example/src/serviceWorker.js4 symbols
icons/uil-youtube.js1 symbols
icons/uil-yin-yang.js1 symbols
icons/uil-yen.js1 symbols
icons/uil-yen-circle.js1 symbols
icons/uil-x.js1 symbols
icons/uil-x-add.js1 symbols
icons/uil-wrench.js1 symbols
icons/uil-wrap-text.js1 symbols
icons/uil-wordpress.js1 symbols
icons/uil-wordpress-simple.js1 symbols
icons/uil-windy.js1 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add react-unicons \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page