The Tabler mood smile icon depicts a classic smiling face, commonly used to represent positive emotions, happiness, or satisfaction in user interfaces.
Common uses
- Feedback for successful actions
- User satisfaction ratings
- Positive sentiment indicators
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconMoodSmile } from '@tabler/icons-react';
<IconMoodSmile size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconMoodSmile size={24} stroke={2} />filled
<IconMoodSmileFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Mood
- Keywords
- faceemojiemotionmoodsmilehappy facesmileypositive emojijoy icon
FAQ
- What is the mood smile icon used for?
- It's used to convey positive emotions like happiness or satisfaction in UI elements.
- How do I use the mood smile icon in React?
- Import it using `import { IconMoodSmile } from '@tabler/icons-react';` and then use it as a component: `<IconMoodSmile />`.
- What is the license for this icon?
- The Tabler icons, including mood smile, are distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →