basaricons

0.2.0 • Public • Published

A set of 2300+ free high-quality SVG icons .
Available as basic SVG icons and via first-party React libraries.

Basic Usage

Both icon styles are preconfigured to be stylable by setting the fill CSS property, either manually or using utility classes like fill-gray-500 in a framework like Tailwind CSS.

React

First, install basaricons from npm:

npm install basaricons

Now each icon can be imported individually as a React component:

import { duotone, icons } from 'basaricons'

function MyComponent() {
    return (
        <div>
            <duotone.ActiveCall className="h-5 w-5 text-blue-500" />
            <p>...</p>
        </div>
    )
}

License

This library is MIT licensed.

For Doutone icons used:
123done | License

123d

By

Alexandar Hasan
Mohammad Saleh

Readme

Keywords

none

Package Sidebar

Install

npm i basaricons

Weekly Downloads

118

Version

0.2.0

License

MIT

Unpacked Size

3.57 MB

Total Files

6709

Last publish

Collaborators

  • exxizor