Arrow Circle Left Duotone Icon
<i class="cid-arrow-circle-left"></i>About
The arrow circle left duotone icon represents leftward action or navigation with circular emphasis in web projects. Use this icon for back navigation, previous actions, or prominent leftward movement. Perfect for wizards, carousels, and multi-step interfaces built with HTML.
The duotone style provides enclosed directional indication with circular boundary for emphasis while maintaining clarity at 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 Navigation
Navigate to previous page or step in your web project
Carousel Previous
Show previous item in your HTML image or content carousels
Wizard Back Step
Return to previous step in multi-step HTML forms
Best Practices
- Disable when at first item or page for clear state indication
- Use consistent circular arrow style across all directional buttons
- Ensure sufficient click/tap target size for mobile users
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="cid-arrow-circle-left"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.