Arrow Thick Right Linear Icon for Angular
<svg [cIcon]="icons.cilArrowThickRight"></svg>About
The arrow thick right linear icon provides bold rightward direction indication in Angular applications. 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 Angular.
The linear 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 Angular applications. This icon integrates seamlessly with CoreUI’s Angular component library.
Common Use Cases
Primary Next Button
Prominent forward navigation in your Angular application flow
Media Player Next
Navigate to next track or video in Angular media players
Onboarding Continue
Continue to next onboarding step in Angular 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 Angular Icons in your project, you need to install it as a dependency. Follow the instructions below based on your package manager of choice:
Using npm
npm install @coreui/icons @coreui/icons-angularUsing yarn
yarn add @coreui/icons @coreui/icons-angularUsage
Once you have the package installed, you can import and use the icons in your Angular project. Here's a basic example:
import { IconModule } from '@coreui/icons-angular';
import { cilArrowThickRight } from '@coreui/icons';
// In your component template:
<svg [cIcon]="icons.cilArrowThickRight"></svg>Read the full CoreUI Angular Icons documentation to see the complete API and integration guide.