Arrow Thick Circle Up Linear Icon for React
<CIcon icon={cilArrowThickCircleUp} />About
The arrow thick circle up linear icon provides bold upward direction with circular emphasis in React applications. 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 React.
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 React applications. This icon integrates seamlessly with CoreUI’s React component library.
Common Use Cases
Primary Upload
Emphasized file upload action in your React application
Scroll to Top CTA
Prominent scroll to beginning button in React long-form content
Submit Action
Submit or send data with upward visual metaphor in React 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 React 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-reactUsing yarn
yarn add @coreui/icons-pro @coreui/icons-reactUsage
Once you have the package installed, you can import and use the icons in your React project. Here's a basic example:
import { CIcon } from '@coreui/icons-react';
import { cilArrowThickCircleUp } from '@coreui/icons-pro';
<CIcon icon={cilArrowThickCircleUp} />Read the full CoreUI React Icon component documentation to see the complete API and integration guide.