The Lucide pointer off icon depicts a cursor with a diagonal line through it, commonly used to indicate that a pointer or selection action is disabled or unavailable.
Common uses
- Disabling a drag-and-drop action.
- Indicating a read-only mode for an element.
- Showing that a contextual menu is not active.
Use it in React
Install
npm i lucide-reactImport & render
import { PointerOff } from 'lucide-react';
<PointerOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- mousepointeroffno pointercursor disablednot alloweddisabled cursor
FAQ
- What does the pointer-off icon represent?
- It signifies that a mouse pointer's functionality, like clicking or dragging, is currently turned off or unavailable.
- How do I use the pointer-off icon in React?
- You can import and use it like this: import { PointerOff } from 'lucide-react' and then render <PointerOff />.
- What is the license for this icon?
- The Lucide icon library, including the pointer-off icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.