Arrow Thick Bottom Solid Icon for Vue
<CIcon :icon="cisArrowThickBottom" />About
The arrow thick bottom solid icon provides bold downward direction indication in Vue applications. Use this icon for prominent download actions, scroll indicators, or important downward navigation. Perfect for call-to-action buttons, file downloads, and content navigation built with Vue.
The solid style offers thicker stroke for increased visual weight and prominence while maintaining clarity at all screen sizes, making it ideal for primary actions in both desktop and mobile Vue applications. This icon integrates seamlessly with CoreUI’s Vue component library.
Common Use Cases
Download CTA
Prominent download action buttons in your Vue application
Data Export
Export or download data from Vue dashboards and reports
Content Reveal
Show hidden content below in Vue expandable sections
Best Practices
- Use for primary downward actions requiring visual emphasis
- Maintain consistent thickness across all thick arrow variants
- Provide clear loading states for download actions
Installation
To start using CoreUI Vue 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-vueUsing yarn
yarn add @coreui/icons-pro @coreui/icons-vueUsage
Once you have the package installed, you can import and use the icons in your Vue 3 project. Here's a basic example:
import { CIcon } from '@coreui/icons-vue';
import { cisArrowThickBottom } from '@coreui/icons-pro';
<CIcon :icon="cisArrowThickBottom" />Read the full CoreUI Vue Icon component documentation to see the complete API and integration guide.