The HugeIcons displeased icon visually represents a negative emotion or dissatisfaction, commonly used to indicate a failed action, an error, or a negative user feedback.
Common uses
- Form validation error
- Negative sentiment indicator
- Unsuccessful operation status
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DispleasedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DispleasedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- unhappysadnegativedisappointed
FAQ
- What does the displeased icon represent?
- It depicts a negative facial expression, typically used to show disapproval, sadness, or a failed state in a user interface.
- How do I use the displeased icon in React?
- Import both HugeiconsIcon and DispleasedIcon, then render the latter as the 'icon' prop: `<HugeiconsIcon icon={DispleasedIcon} />`.
- What is the license for HugeIcons?
- HugeIcons are released under the MIT license, allowing for free commercial and non-commercial use.