Arrow Thick Circle Right Duotone Icon for React
<CIcon icon={cidArrowThickCircleRight} />About
The arrow thick circle right duotone icon provides bold rightward direction with circular emphasis in React applications. Use this icon for prominent forward navigation, important next actions, or emphasized rightward movement. Perfect for primary navigation controls, critical continue actions, and wizard interfaces built with React.
The duotone style combines thick arrow stroke with circular boundary for maximum visual emphasis while maintaining clarity at all screen sizes, making it ideal for primary navigation buttons in both desktop and mobile React applications. This icon integrates seamlessly with CoreUI’s React component library.
Common Use Cases
Primary Next Navigation
Emphasized next button in your React application flow
Media Next
Navigate to next media item in React players or galleries
Wizard Continue
Proceed to next critical step in React multi-step forms
Best Practices
- Use for primary rightward actions requiring strong visual weight
- Maintain consistent circular thick arrow style across all directions
- Pair with left arrow for complete bidirectional navigation
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 { cidArrowThickCircleRight } from '@coreui/icons-pro';
<CIcon icon={cidArrowThickCircleRight} />Read the full CoreUI React Icon component documentation to see the complete API and integration guide.