# DeleteIcon

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

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

## Install

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

## Usage

```tsx
import { DeleteIcon } from "@/components/icons/delete";

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

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

## Keywords

- garbage
- delete
- remove
- bin

## Similar icons

- [BookmarkMinusIcon](https://lucide-animated.com/icons/bookmark-minus.md)
- [BookmarkXIcon](https://lucide-animated.com/icons/bookmark-x.md)
- [MapPinMinusIcon](https://lucide-animated.com/icons/map-pin-minus.md)
- [MapPinMinusInsideIcon](https://lucide-animated.com/icons/map-pin-minus-inside.md)
- [MapPinXInsideIcon](https://lucide-animated.com/icons/map-pin-x-inside.md)
- [MessageCircleXIcon](https://lucide-animated.com/icons/message-circle-x.md)
