# DownvoteIcon

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

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

## Install

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

## Usage

```tsx
import { DownvoteIcon } from "@/components/icons/downvote";

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

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

## Keywords

- dislike
- bad
- emotion

## Similar icons

- [AngryIcon](https://lucide-animated.com/icons/angry.md)
- [AnnoyedIcon](https://lucide-animated.com/icons/annoyed.md)
- [FrownIcon](https://lucide-animated.com/icons/frown.md)
- [HandHeartIcon](https://lucide-animated.com/icons/hand-heart.md)
- [HeartIcon](https://lucide-animated.com/icons/heart.md)
- [LaughIcon](https://lucide-animated.com/icons/laugh.md)
