# WorkflowIcon

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

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

## Install

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

## Usage

```tsx
import { WorkflowIcon } from "@/components/icons/workflow";

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

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

## Keywords

- action
- continuous integration
- ci
- automation
- devops
- network
- node
- connection

## Similar icons

- [BluetoothIcon](https://lucide-animated.com/icons/bluetooth.md)
- [BluetoothConnectedIcon](https://lucide-animated.com/icons/bluetooth-connected.md)
- [BluetoothOffIcon](https://lucide-animated.com/icons/bluetooth-off.md)
- [BluetoothSearchingIcon](https://lucide-animated.com/icons/bluetooth-searching.md)
- [ActivityIcon](https://lucide-animated.com/icons/activity.md)
- [ClapIcon](https://lucide-animated.com/icons/clap.md)
