# BookmarkMinusIcon

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

Source page: https://lucide-animated.com/icons/bookmark-minus

## Install

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

## Usage

```tsx
import { BookmarkMinusIcon } from "@/components/icons/bookmark-minus";

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

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

## Keywords

- bookmark
- minus
- remove
- delete
- tag
- label

## Similar icons

- [BookmarkXIcon](https://lucide-animated.com/icons/bookmark-x.md)
- [BookmarkIcon](https://lucide-animated.com/icons/bookmark.md)
- [BookmarkCheckIcon](https://lucide-animated.com/icons/bookmark-check.md)
- [BookmarkPlusIcon](https://lucide-animated.com/icons/bookmark-plus.md)
- [DeleteIcon](https://lucide-animated.com/icons/delete.md)
- [MapPinMinusIcon](https://lucide-animated.com/icons/map-pin-minus.md)
