The Lucide touchpad off icon visually represents a disabled or turned-off touchpad, commonly used to indicate that touchpad functionality is inactive or unavailable.
Common uses
- Disabling touchpad input on a laptop.
- Indicating a touchpad is not currently in use.
- Settings option to toggle touchpad functionality.
Use it in React
Install
npm i lucide-reactImport & render
import { TouchpadOff } from 'lucide-react';
<TouchpadOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- trackpadcursortouchpadofftrackpad offcursor disabledtouchpad disabledlaptop trackpad off
FAQ
- What does the touchpad off icon signify?
- This icon signifies that a touchpad is turned off or disabled. It's used in UIs to clearly communicate the status of touchpad input.
- How do I use the touchpad off icon in a React application?
- You can import and use it directly from the 'lucide-react' library with the following import statement: `import { TouchpadOff } from 'lucide-react'`.
- What is the license for the Lucide touchpad off icon?
- The Lucide touchpad off icon is available under the ISC license, which is a permissive open-source 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 →