# FeatherIcon

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

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

## Install

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

## Usage

```tsx
import { FeatherIcon } from "@/components/icons/feather";

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

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

## Keywords

- feather
- quill
- writing
- light
- bird

## Similar icons

- [CloudSunIcon](https://lucide-animated.com/icons/cloud-sun.md)
- [ContrastIcon](https://lucide-animated.com/icons/contrast.md)
- [MessageCircleDashedIcon](https://lucide-animated.com/icons/message-circle-dashed.md)
- [MessageCircleMoreIcon](https://lucide-animated.com/icons/message-circle-more.md)
- [MessageSquareDashedIcon](https://lucide-animated.com/icons/message-square-dashed.md)
- [MessageSquareMoreIcon](https://lucide-animated.com/icons/message-square-more.md)
