# SmilePlusIcon

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

Source page: https://lucide-animated.com/icons/smile-plus

## Install

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

## Usage

```tsx
import { SmilePlusIcon } from "@/components/icons/smile-plus";

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

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

## Keywords

- smile
- plus
- emotion
- face

## Similar icons

- [SmileIcon](https://lucide-animated.com/icons/smile.md)
- [AngryIcon](https://lucide-animated.com/icons/angry.md)
- [AnnoyedIcon](https://lucide-animated.com/icons/annoyed.md)
- [FrownIcon](https://lucide-animated.com/icons/frown.md)
- [LaughIcon](https://lucide-animated.com/icons/laugh.md)
- [MehIcon](https://lucide-animated.com/icons/meh.md)
