# SendIcon

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

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

## Install

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

## Usage

```tsx
import { SendIcon } from "@/components/icons/send";

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

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

## Keywords

- email
- message
- mail
- paper airplane
- paper aeroplane
- submit

## Similar icons

- [MailCheckIcon](https://lucide-animated.com/icons/mail-check.md)
- [AtSignIcon](https://lucide-animated.com/icons/at-sign.md)
- [BotMessageSquareIcon](https://lucide-animated.com/icons/bot-message-square.md)
- [MessageCircleDashedIcon](https://lucide-animated.com/icons/message-circle-dashed.md)
- [MessageSquareIcon](https://lucide-animated.com/icons/message-square.md)
- [MessageSquareDashedIcon](https://lucide-animated.com/icons/message-square-dashed.md)
