Arrow Thick Circle Left Solid Icon for Angular
<svg [cIcon]="icons.cisArrowThickCircleLeft"></svg>About
The arrow thick circle left solid icon provides bold leftward direction with circular emphasis in Angular applications. Use this icon for prominent back navigation, important previous actions, or emphasized leftward movement. Perfect for primary navigation controls, critical back actions, and wizard interfaces built with Angular.
The solid style combines thick arrow stroke with circular boundary for maximum visual emphasis while maintaining clarity at all screen sizes, making it ideal for primary navigation buttons in both desktop and mobile Angular applications. This icon integrates seamlessly with CoreUI’s Angular component library.
Common Use Cases
Primary Back Navigation
Emphasized back button in your Angular application header
Media Previous
Navigate to previous media item in Angular players or galleries
Wizard Back
Return to previous critical step in Angular multi-step forms
Best Practices
- Use for primary leftward actions requiring strong visual weight
- Maintain consistent circular thick arrow style across all directions
- Disable clearly when navigation backward is not available
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-pro @coreui/icons-angularUsing yarn
yarn add @coreui/icons-pro @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 { cisArrowThickCircleLeft } from '@coreui/icons-pro';
// In your component template:
<svg [cIcon]="icons.cisArrowThickCircleLeft"></svg>Read the full CoreUI Angular Icons documentation to see the complete API and integration guide.