Boxicons is an open-source icon library featuring a neutral-style system. It offers a wide range of icons, making it perfect for both designers and developers. All icons are free to use for both personal and commercial projects.
If you'd like to use box Icon with a CDN, you can skip this installation step.
npm install boxicons --save
import CSS to your icons.scss
@import '~boxicons/css/boxicons.min.css';
Copy the following code and add it to the <head>
tag of your HTML document.
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet">
Use Boxicons Icons like this
<i class="bx bxs-coffee-bean"></i> <i class="bx bx-arrow-back"></i>
For more details, see the official documentation.