Open-source neutral-style system symbols elaborately crafted for designers and developers. All of the icons are free for both personal and commercial use.
If you'd like to use Remix Icon with a CDN, you can skip this installation step.
npm install remixicon --save
import CSS to your icons.scss
@import 'remixicon/fonts/remixicon.css';Add icon with className name, className name rule: ri-name-style
<i className="ri-admin-line"></i>
<i className="ri-admin-fill"></i>For more details, see the documentation.