The HugeIcons unamused icon depicts a face with a neutral or slightly displeased expression, commonly used to indicate a lack of amusement, dissatisfaction, or a neutral state.
Common uses
- Negative feedback indicator
- Default avatar for a neutral user
- State of not finding results
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { UnamusedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={UnamusedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- neutral facedisappointedskepticalunimpressed
FAQ
- What does the unamused icon represent?
- It represents a lack of amusement or mild dissatisfaction. It's often used when something is not interesting or when a default neutral state is needed.
- How do I use the unamused icon in React?
- Import both HugeiconsIcon and UnamusedIcon, then render <HugeiconsIcon icon={UnamusedIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- The unamused icon is provided under the MIT license, which allows for free commercial and non-commercial use.
Looking for something else? Search HugeIcons 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 →