Arrow Thick Left Solid Icon for React
<CIcon icon={cisArrowThickLeft} />About
The arrow thick left solid icon provides bold leftward direction indication in React applications. Use this icon for prominent back navigation, previous actions, or important leftward movement. Perfect for primary navigation controls, back buttons, and carousel interfaces built with React.
The solid style offers thicker stroke for increased visual weight and prominence while maintaining clarity at all screen sizes, making it ideal for primary navigation in both desktop and mobile React applications. This icon integrates seamlessly with CoreUI’s React component library.
Common Use Cases
Primary Back Button
Prominent back navigation in your React application header
Media Player Previous
Navigate to previous track or video in React media players
Image Gallery Previous
Show previous image in React photo galleries
Best Practices
- Use for primary leftward actions requiring visual emphasis
- Maintain consistent thickness across all thick arrow variants
- Disable clearly when at first item in sequence
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 { cisArrowThickLeft } from '@coreui/icons-pro';
<CIcon icon={cisArrowThickLeft} />Read the full CoreUI React Icon component documentation to see the complete API and integration guide.