The Phosphor hand pointing icon depicts a hand with an extended index finger, commonly used to indicate selection, a call to action, or a link in user interfaces.
Common uses
- Highlighting interactive elements
- Indicating a clickable item
- Guiding user attention to specific content
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { HandPointing } from '@phosphor-icons/react';
<HandPointing size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<HandPointing size={24} />thin
<HandPointing size={24} weight="thin" />light
<HandPointing size={24} weight="light" />bold
<HandPointing size={24} weight="bold" />fill
<HandPointing size={24} weight="fill" />duotone
<HandPointing size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- pointerscursorsemojifingersclicksmousesystempeoplehandpointingpointercursorfingerclick
FAQ
- What is the hand pointing icon used for?
- It's typically used to signify interactivity, like a clickable link or a button, or to draw attention to a specific UI element.
- How do I use the hand pointing icon in React?
- You can import and use it like this: import { HandPointing } from '@phosphor-icons/react'; <HandPointing />
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →