Arrow Thick Square Down Solid Icon for Angular
<svg [cIcon]="icons.cisArrowThickSquareDown"></svg>About
The arrow thick square down solid icon provides bold downward direction with square boundary emphasis in Angular applications. Use this icon for prominent download actions, important scroll indicators, or emphasized downward navigation with strong geometric framing. Perfect for primary action buttons, file downloads, and critical navigation elements built with Angular.
The solid style combines thick arrow stroke with square boundary for maximum visual emphasis and geometric clarity at all screen sizes, making it ideal for call-to-action buttons in both desktop and mobile Angular applications. This icon integrates seamlessly with CoreUI’s Angular component library.
Common Use Cases
Download Button
Prominent download action with square framing in your Angular application
Data Export
Export or save data with strong visual emphasis in Angular dashboards
Expand Details
Show expandable detail sections in Angular card layouts
Best Practices
- Reserve for most important downward actions requiring strong framing
- Use consistent square thick arrow style across all directions
- Ensure adequate button padding for easy clicking
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 { cisArrowThickSquareDown } from '@coreui/icons-pro';
// In your component template:
<svg [cIcon]="icons.cisArrowThickSquareDown"></svg>Read the full CoreUI Angular Icons documentation to see the complete API and integration guide.