The HugeIcons neutral icon depicts a face with a straight line for a mouth, typically used to represent a lack of strong emotion, indifference, or a default state in user interfaces.
Common uses
- Default user status indicator
- Placeholder for unrated items
- Option for 'no preference' selection
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NeutralIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={NeutralIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- indifferentunemotionaldefaultstraight face
FAQ
- What does the neutral icon represent?
- It represents a lack of strong emotion, indifference, or a default state. It can also signify a neutral or undecided option.
- How do I use the NeutralIcon in React?
- Import both HugeiconsIcon and NeutralIcon, then render <HugeiconsIcon icon={NeutralIcon} />.
- What is the license for HugeIcons?
- HugeIcons are released under the MIT license, allowing for free commercial and non-commercial use.