# PhoneOffIcon

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

Source page: https://lucide-animated.com/icons/phone-off

## Install

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

## Usage

```tsx
import { PhoneOffIcon } from "@/components/icons/phone-off";

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

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

## Keywords

- phone
- off
- communication
- signal
- wireless

## Similar icons

- [PhoneIcon](https://lucide-animated.com/icons/phone.md)
- [PhoneCallIcon](https://lucide-animated.com/icons/phone-call.md)
- [PhoneForwardedIcon](https://lucide-animated.com/icons/phone-forwarded.md)
- [PhoneIncomingIcon](https://lucide-animated.com/icons/phone-incoming.md)
- [PhoneMissedIcon](https://lucide-animated.com/icons/phone-missed.md)
- [RouterIcon](https://lucide-animated.com/icons/router.md)
