The Lucide vibrate off icon visually represents the disabling of haptic feedback or vibration on a device, commonly used to indicate that notifications will not cause the device to rumble.
Common uses
- Toggle switch for vibration settings
- Status indicator for silent/vibrate mode
- Button to disable notification vibrations
Use it in React
Install
npm i lucide-reactImport & render
import { VibrateOff } from 'lucide-react';
<VibrateOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- smartphonenotificationrumblehaptic feedbacknotificationsscreenvibrateoffno vibrationhaptic offsilent modemute vibration
FAQ
- What does the vibrate off icon signify?
- It signifies that the vibration or haptic feedback feature is turned off. This is often used in settings related to notifications or device alerts.
- How do I use the vibrate off icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { VibrateOff } from 'lucide-react'. Then, you can render it as a component: <VibrateOff />.
- What is the license for Lucide icons?
- Lucide icons, including the vibrate off icon, are 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 →