The HugeIcons vomiting icon visually represents sickness or nausea, commonly used in interfaces to indicate illness, a negative reaction, or a problem state.
Common uses
- Reporting a health issue
- Indicating a negative user feedback
- Signifying a system error or malfunction
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { VomitingIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={VomitingIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- sicknauseaillnessbarf
FAQ
- What does the vomiting icon represent?
- It depicts a person or entity vomiting, typically used to signify sickness, nausea, or a negative reaction.
- How do I use the VomitingIcon in React?
- Import both HugeiconsIcon and VomitingIcon from their respective packages and render them using <HugeiconsIcon icon={VomitingIcon} />.
- What is the license for this icon?
- The VomitingIcon is part of the HugeIcons library and is available under the MIT license.