The HugeIcons pointing left 02 icon depicts a hand gesture pointing to the left, commonly used to indicate navigation, selection, or direction towards content on the left side of an interface.
Common uses
- Back button navigation
- Selecting a previous item in a list
- Indicating a previous step in a process
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PointingLeft02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PointingLeft02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- arrow leftpreviousbackleft arrow
FAQ
- What is the primary purpose of the pointing left 02 icon?
- This icon is used to visually represent a leftward direction, often for navigation like going back or indicating a previous option.
- How do I use the PointingLeft02Icon in a React project?
- Import both HugeiconsIcon and PointingLeft02Icon, then render it using <HugeiconsIcon icon={PointingLeft02Icon} />.
- What is the license for this icon?
- The HugeIcons pointing left 02 icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →