The Lucide mouse pointer 2 off icon depicts a mouse cursor with a diagonal line through it, commonly used to indicate that an action like clicking or selecting is disabled or unavailable.
Common uses
- Disabling a button or link
- Indicating read-only mode
- Showing an unavailable drag-and-drop target
Use it in React
Install
npm i lucide-reactImport & render
import { MousePointer2Off } from 'lucide-react';
<MousePointer2Off size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- pointermousecursoroffdisablearrownavigationselectionselectclickno-clickinteraction2disabled cursorno selectblocked pointer
FAQ
- What does the mouse pointer 2 off icon represent?
- It signifies a disabled or unavailable mouse cursor, often used to show that an interaction like clicking or selecting is not permitted.
- How do I use this icon in React?
- You can import and use it like this: import { MousePointer2Off } from 'lucide-react'. Then, render it as a component: <MousePointer2Off />.
- What is the license for this icon?
- The Lucide icon library, including this icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →