Arrow Thick Left Linear Icon
<i class="cil-arrow-thick-left"></i>About
The arrow thick left linear icon provides bold leftward direction indication in web projects. Use this icon for prominent back navigation, previous actions, or important leftward movement. Perfect for primary navigation controls, back buttons, and carousel interfaces built with HTML.
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 web projects. This icon integrates seamlessly with CoreUI’s icon library.
Common Use Cases
Primary Back Button
Prominent back navigation in your web project header
Media Player Previous
Navigate to previous track or video in your HTML media players
Image Gallery Previous
Show previous image in your HTML photo galleries
Best Practices
- Use for primary leftward actions requiring visual emphasis
- Maintain consistent thickness across all thick arrow variants
- Disable clearly when at first item in sequence
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-thick-left"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.