Arrow Right Linear Icon
<i class="cil-arrow-right"></i>About
The arrow right linear icon indicates rightward direction or action in web projects. Use this icon for forward navigation, next actions, or rightward movement. Perfect for navigation systems, carousels, and multi-step interfaces built with HTML.
The linear style provides clean directional indication while maintaining visual simplicity across all screen sizes, making it ideal for navigation controls in both desktop and mobile web projects. This icon integrates seamlessly with CoreUI’s icon library.
Common Use Cases
Next Button
Navigate to next page or view in your web project
Carousel Next
Show next slide in your HTML image or content carousels
Menu Expansion
Indicate expandable menu items in your HTML navigation
Best Practices
- Use for primary forward actions in wizards and forms
- Disable when at last item for clear state indication
- Pair with left arrow for complete bidirectional navigation
Installation
To start using CoreUI Icons in your project, you need to install the package as a dependency. Follow the instructions below based on your package manager of choice:
Using npm
npm install @coreui/iconsUsing yarn
yarn add @coreui/iconsUsage
Once you have the package installed, you can use the icons in your project. Here's a basic example:
<i class="cil-arrow-right"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.