The HugeIcons poop icon depicts a stylized pile of excrement, commonly used to represent negative feedback, something unpleasant, or a humorous/silly element in user interfaces.
Common uses
- Negative feedback button
- Error message indicator
- Placeholder for deleted content
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PoopIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PoopIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- poocrapexcrementdung
FAQ
- What does the poop icon represent?
- It represents something negative, unpleasant, or can be used humorously. In UI, it often signifies bad feedback or an error.
- How do I use the PoopIcon in React?
- Import both HugeiconsIcon and PoopIcon, then render <HugeiconsIcon icon={PoopIcon} />.
- What is the license for this icon?
- The HugeIcons poop icon is available under the MIT license.