'Boxicons' is a carefully designed open source iconset with1500+ icons. It's crafted to look enrich your website/app experience.

Installation

To install via npm, simply do the following:

npm install boxicons --save

import CSS to your icons.scss

@import 'boxicons';
Usage

To use an icon on your page, add a className 'bx' and seperate class with the icons name with a prefix 'bx-' for regular icons , 'bxs-' for solid icons and 'bxl-' for logos:

<i className="bx bx-hot"></i></i>
<i className="bx bxs-hot"></i>
<i className="bx bxl-facebook-square"></i>

For more details, see thedocumentation.

Color Icons
Using SVG Code
Sizes Icons