Arrow Thick Right Solid Icon
<i class="cis-arrow-thick-right"></i>About
The arrow thick right solid icon provides bold rightward direction indication in web projects. Use this icon for prominent forward navigation, next actions, or important rightward movement. Perfect for primary navigation controls, continue buttons, and carousel interfaces built with HTML.
The solid style offers thicker stroke for increased visual weight and prominence while maintaining clarity at all screen sizes, making it ideal for primary navigation in both desktop and mobile web projects. This icon integrates seamlessly with CoreUI’s icon library.
Common Use Cases
Primary Next Button
Prominent forward navigation in your web project flow
Media Player Next
Navigate to next track or video in your HTML media players
Onboarding Continue
Continue to next onboarding step in your HTML setup wizards
Best Practices
- Use for primary rightward actions requiring visual emphasis
- Maintain consistent thickness across all thick arrow variants
- 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/icons-proUsing yarn
yarn add @coreui/icons-proUsage
Once you have the package installed, you can use the icons in your project. Here's a basic example:
<i class="cis-arrow-thick-right"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.