# VibrateIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated vibrate icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/vibrate

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/vibrate.json"
```

## Usage

```tsx
import { VibrateIcon } from "@/components/icons/vibrate";

export function Demo() {
  return <VibrateIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- smartphone
- notification
- rumble
- haptic feedback
- screen

## Similar icons

- [AirplayIcon](https://lucide-animated.com/icons/airplay.md)
- [BellIcon](https://lucide-animated.com/icons/bell.md)
- [BellElectricIcon](https://lucide-animated.com/icons/bell-electric.md)
- [CastIcon](https://lucide-animated.com/icons/cast.md)
- [ConciergeBellIcon](https://lucide-animated.com/icons/concierge-bell.md)
- [MaximizeIcon](https://lucide-animated.com/icons/maximize.md)
