# PhoneForwardedIcon

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

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

## Install

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

## Usage

```tsx
import { PhoneForwardedIcon } from "@/components/icons/phone-forwarded";

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

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

## Keywords

- phone
- forwarded
- communication
- signal
- wireless

## Similar icons

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