Arrow Thick Circle Down Linear Icon for Angular
<svg [cIcon]="icons.cilArrowThickCircleDown"></svg>About
The arrow thick circle down linear icon provides bold downward direction with circular emphasis in Angular applications. Use this icon for prominent download actions, important scroll indicators, or emphasized downward navigation. Perfect for primary action buttons, file downloads, and critical navigation elements built with Angular.
The linear style combines thick arrow stroke with circular boundary for maximum visual emphasis while maintaining 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
Primary Download
Emphasized download action in your Angular file management system
Content Export
Export data or content with prominent action button in Angular apps
Scroll Prompt
Encourage users to scroll down in Angular landing pages
Best Practices
- Reserve for most important downward actions to maintain hierarchy
- Use consistent circular thick arrow style across all directions
- Ensure adequate spacing around button for easy tapping on mobile
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 { cilArrowThickCircleDown } from '@coreui/icons-pro';
// In your component template:
<svg [cIcon]="icons.cilArrowThickCircleDown"></svg>Read the full CoreUI Angular Icons documentation to see the complete API and integration guide.