# BellIcon

> 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 bell icon for React — part of lucide-animated.

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

## Install

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

## Usage

```tsx
import { BellIcon } from "@/components/icons/bell";

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

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

## Keywords

- alarm
- notification
- sound
- reminder

## Similar icons

- [AlarmClockCheckIcon](https://lucide-animated.com/icons/alarm-clock-check.md)
- [AlarmClockMinusIcon](https://lucide-animated.com/icons/alarm-clock-minus.md)
- [AlarmClockPlusIcon](https://lucide-animated.com/icons/alarm-clock-plus.md)
- [AlarmSmokeIcon](https://lucide-animated.com/icons/alarm-smoke.md)
- [AudioLinesIcon](https://lucide-animated.com/icons/audio-lines.md)
- [BellElectricIcon](https://lucide-animated.com/icons/bell-electric.md)
