Arrow Left Linear Icon
<i class="cil-arrow-left"></i>About
The arrow left linear icon indicates leftward direction or action in web projects. Use this icon for back navigation, previous actions, or leftward 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
Back Button
Navigate to previous page or view in your web project
Carousel Previous
Show previous slide in your HTML image or content carousels
Timeline Navigation
Move backward in time-based HTML interfaces
Best Practices
- Use in mobile headers for consistent back navigation pattern
- Disable when at first item for clear state indication
- Ensure minimum 44x44px touch target on mobile devices
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-left"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.