Arrow Thick Square Left Duotone Icon for Angular
<svg [cIcon]="icons.cidArrowThickSquareLeft"></svg>About
The arrow thick square left duotone icon provides bold leftward direction with square boundary emphasis in Angular applications. Use this icon for prominent back navigation, important previous actions, or emphasized leftward movement with strong geometric framing. Perfect for primary navigation controls, critical back actions, and wizard interfaces built with Angular.
The duotone style combines thick arrow stroke with square boundary for maximum visual emphasis and geometric 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
Prominent Back Navigation
Emphasized back button with square framing in your Angular application
Slideshow Previous
Navigate to previous slide with strong visual weight in Angular presentations
Wizard Back Step
Return to previous critical step with geometric emphasis in Angular forms
Best Practices
- Use for primary leftward actions requiring strong geometric framing
- Maintain consistent square thick arrow style across all directions
- Disable with reduced opacity when navigation is unavailable
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 { cidArrowThickSquareLeft } from '@coreui/icons-pro';
// In your component template:
<svg [cIcon]="icons.cidArrowThickSquareLeft"></svg>Read the full CoreUI Angular Icons documentation to see the complete API and integration guide.