# CupSodaIcon

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

Source page: https://lucide-animated.com/icons/cup-soda

## Install

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

## Usage

```tsx
import { CupSodaIcon } from "@/components/icons/cup-soda";

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

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

## Keywords

- beverage
- cup
- drink
- soda
- straw
- water

## Similar icons

- [CoffeeIcon](https://lucide-animated.com/icons/coffee.md)
- [DropletIcon](https://lucide-animated.com/icons/droplet.md)
- [ShipIcon](https://lucide-animated.com/icons/ship.md)
- [WavesIcon](https://lucide-animated.com/icons/waves.md)
- [WavesLadderIcon](https://lucide-animated.com/icons/waves-ladder.md)
