Arrow Thick Circle Up Solid Icon
<i class="cis-arrow-thick-circle-up"></i>About
The arrow thick circle up solid icon provides bold upward direction with circular emphasis in web projects. Use this icon for prominent upload actions, important scroll to top functionality, or emphasized upward navigation. Perfect for file upload buttons, scroll controls, and critical upward actions built with HTML.
The solid 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 web projects. This icon integrates seamlessly with CoreUI’s icon library.
Common Use Cases
Primary Upload
Emphasized file upload action in your web project
Scroll to Top CTA
Prominent scroll to beginning button in your HTML long-form content
Submit Action
Submit or send data with upward visual metaphor in your HTML forms
Best Practices
- Reserve for most important upward actions to maintain hierarchy
- Use consistent circular thick arrow style across all directions
- Show clear upload progress when action is in progress
Installation
To start using CoreUI Icons in your project, you need to install the package as a dependency. Follow the instructions below based on your package manager of choice:
Using npm
npm install @coreui/icons-proUsing yarn
yarn add @coreui/icons-proUsage
Once you have the package installed, you can use the icons in your project. Here's a basic example:
<i class="cis-arrow-thick-circle-up"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.