# Link2Icon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `/icons/<name>.md` — for example https://lucide-animated.com/icons/activity.md. An MCP server is available at `/mcp`.

> Animated link 2 icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/link-2

## Install

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

## Usage

```tsx
import { Link2Icon } from "@/components/icons/link-2";

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

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

## Keywords

- link
- connect
- chain
- url
- hyperlink

## Similar icons

- [LinkIcon](https://lucide-animated.com/icons/link.md)
- [WebhookIcon](https://lucide-animated.com/icons/webhook.md)
- [ExternalLinkIcon](https://lucide-animated.com/icons/external-link.md)
