The Phosphor vibrate icon depicts a device emitting vibrations, commonly used to indicate notification settings or modes like silent or vibrate.
Common uses
- Toggle silent/vibrate mode
- Indicate incoming call vibration
- Show device vibration settings
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Vibrate } from '@phosphor-icons/react';
<Vibrate size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Vibrate size={24} />thin
<Vibrate size={24} weight="thin" />light
<Vibrate size={24} weight="light" />bold
<Vibrate size={24} weight="bold" />fill
<Vibrate size={24} weight="fill" />duotone
<Vibrate size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- audiovolumevirationringercallssilentsilencedsystemvibratenotificationalert
FAQ
- What does the vibrate icon represent?
- It represents the physical vibration of a device, often used for alerts or notifications when sound is off.
- How do I use the vibrate icon in React?
- You can import and use it like this: import { Vibrate } from '@phosphor-icons/react'. Then render it as <Vibrate size={24} />.
- What is the license for this icon?
- The Phosphor icons, including the vibrate icon, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →