# LogoutIcon

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

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

## Install

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

## Usage

```tsx
import { LogoutIcon } from "@/components/icons/logout";

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

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

## Keywords

- sign out
- arrow
- exit
- auth

## Similar icons

- [LoginIcon](https://lucide-animated.com/icons/login.md)
- [AArrowDownIcon](https://lucide-animated.com/icons/a-arrow-down.md)
- [AArrowUpIcon](https://lucide-animated.com/icons/a-arrow-up.md)
- [ArrowBigDownIcon](https://lucide-animated.com/icons/arrow-big-down.md)
- [ArrowBigDownDashIcon](https://lucide-animated.com/icons/arrow-big-down-dash.md)
- [ArrowBigLeftIcon](https://lucide-animated.com/icons/arrow-big-left.md)
