Vibrate Pixel Art Icon
A vibration icon for phone vibrate mode, haptic feedback settings, silent-mode toggles and notification-style selectors.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Vibrate icon
A smartphone silhouette with motion lines on both sides, indicating vibration mode. It appears in notification-preference panels ('Vibrate only'), sound-and-vibration settings, and ringer-mode selectors alongside mute and ring options. Use it to label a 'Vibrate' toggle or as the icon in a three-way picker: ring, vibrate, silent. Pair with vibrate-off to create the on/off pair for haptic-feedback settings in accessibility menus.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/vibrate.svg" width="24" height="24" alt="Vibrate" />
<!-- React -->
import { Vibrate } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="vibrate.svg" width="48" height="48" style="image-rendering: pixelated" />