The Tabler pointer up icon depicts an upward-pointing hand cursor, commonly used to indicate an action or selection that will occur above the current element.
Common uses
- Indicate a clickable element that triggers an action above it.
- Show a 'select' or 'choose' action in a form.
- Represent a 'go to top' button.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPointerUp } from '@tabler/icons-react';
<IconPointerUp size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- directionhandgesturearrowmovementnavigationindicatorselectpointingcontrolsystempointerupcursor uphand upselect up
FAQ
- What is the pointer up icon used for?
- It's typically used to signify an action or selection that affects an area above the current UI element, or to indicate a 'select' action.
- How do I use the pointer up icon in React?
- You can import it directly from the '@tabler/icons-react' library using: import { IconPointerUp } from '@tabler/icons-react'
- What is the license for the Tabler pointer up icon?
- The Tabler icon library, including the pointer up icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →