The Tabler mood neutral icon depicts a neutral facial expression, commonly used to represent a balanced or indifferent emotional state in user interfaces.
Common uses
- Default state for feedback forms
- Option in a rating system
- Placeholder for unrated items
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconMoodNeutral } from '@tabler/icons-react';
<IconMoodNeutral size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconMoodNeutral size={24} stroke={2} />filled
<IconMoodNeutralFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Mood
- Keywords
- faceemojiemotionmoodneutralindifferent faceunamused facemeh emojineutral face
FAQ
- What does the mood neutral icon represent?
- It represents a neutral or indifferent emotional state, often used when a user's feeling is neither positive nor negative.
- How do I use the mood neutral icon in React?
- You can import and use it like this: import { IconMoodNeutral } from '@tabler/icons-react'; <IconMoodNeutral />
- What is the license for the mood neutral icon?
- The Tabler icon set, including the mood neutral icon, is 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 →