What problem does it solve?
Finding consistent, high-quality icons for UI design and development can be a challenge, often leading to fragmented visual styles. This skill provides a comprehensive library of 3,100+ neutral-style icons in both outlined and filled variants, ensuring visual consistency and speeding up UI development.
Core Features & Use Cases
- Dual Styles: Access icons in both
line (outlined) and fill (filled) styles for versatile design.
- Easy Integration: Use with webfonts, SVG, React, Vue, or directly in design tools.
- Semantic Categories: Quickly find the right icon across 20 organized categories.
- Use Case: Rapidly build a navigation menu with visually consistent icons, easily switching between outlined icons for inactive states and filled icons for active states.
Quick Start
1. Install via NPM:
npm install remixicon
2. Link CSS in your project (e.g., in index.html or main CSS file):
<link href="node_modules/remixicon/fonts/remixicon.css" rel="stylesheet" />
3. Use in HTML:
<i class="ri-home-line"></i>
<i class="ri-search-fill ri-2x"></i>