# WashingMachineIcon

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

Source page: https://lucide-animated.com/icons/washing-machine

## Install

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

## Usage

```tsx
import { WashingMachineIcon } from "@/components/icons/washing-machine";

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

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

## Keywords

- washing machine
- tumble dryer
- electronics
- cycle
- clothes
- rinse
- spin
- drum

## Similar icons

- [ConnectIcon](https://lucide-animated.com/icons/connect.md)
- [Disc3Icon](https://lucide-animated.com/icons/disc-3.md)
- [LoaderIcon](https://lucide-animated.com/icons/loader.md)
- [LoaderCircleIcon](https://lucide-animated.com/icons/loader-circle.md)
- [RefreshCcwIcon](https://lucide-animated.com/icons/refresh-ccw.md)
- [RefreshCcwDotIcon](https://lucide-animated.com/icons/refresh-ccw-dot.md)
