The Tabler pointer off icon depicts a cursor or mouse pointer with a diagonal line through it, commonly used to indicate that an action is disabled or unavailable.
Common uses
- Disabling a button or link.
- Showing an unavailable selection option.
- Indicating a feature is not yet implemented.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPointerOff } from '@tabler/icons-react';
<IconPointerOff size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- cursormousepointclickarrowpointeroffcontroloperationdisabledsystemno cursordisabled mouseunavailable pointerforbidden click
FAQ
- What does the pointer-off icon represent?
- It visually signifies that a pointer-based action, like clicking or selecting, is currently disabled or not permitted.
- How do I use this icon in React?
- Import it using `import { IconPointerOff } from '@tabler/icons-react';` and then use it as a component: `<IconPointerOff />`.
- What is the license for this icon?
- The Tabler icons, including pointer-off, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.