Arrow Thick Square Up Solid Icon for Vue
<CIcon :icon="cisArrowThickSquareUp" />About
The arrow thick square up solid icon provides bold upward direction with square boundary emphasis in Vue applications. Use this icon for prominent upload actions, important scroll to top functionality, or emphasized upward navigation with strong geometric framing. Perfect for file upload buttons, scroll controls, and critical upward actions built with Vue.
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 Vue applications. This icon integrates seamlessly with CoreUI’s Vue component library.
Common Use Cases
Upload Button
Prominent file upload with square framing in your Vue application
Scroll to Top
Jump to page beginning with strong visual emphasis in Vue long pages
Submit Form
Submit data with upward metaphor and geometric framing in Vue forms
Best Practices
- Reserve for most important upward actions requiring strong framing
- Use consistent square thick arrow style across all directions
- Show clear upload progress indicator during file transfer
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 { cisArrowThickSquareUp } from '@coreui/icons-pro';
<CIcon :icon="cisArrowThickSquareUp" />Read the full CoreUI Vue Icon component documentation to see the complete API and integration guide.