Skip to content

Iconscout/react-unicons-solid

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

React Unicons Solid

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

Getting Started

You can easily install react-unicons-solid using npm.

npm install --save @iconscout/react-unicons-solid

Or using yarn

yarn add @iconscout/react-unicons-solid

Usage

Use individual icons

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

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

export default App;

You can customize icons as below:

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

Usage as full Package

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

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

export default App;

PRO Icons

If you've subscribed to Unicons PRO, you can request your own NPM Token to get an access to all the PRO icons as NPM Package.

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 Digital 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 Solid by <a href="https://iconscout.com/">IconScout</a>

About

1100+ vector solid icons as easy to use React Components

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages