The Tabler poo icon depicts a stylized pile of excrement, commonly used in user interfaces to represent negative feedback, errors, or undesirable states.
Common uses
- Error message indicator
- Bad rating display
- Spam content flag
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPoo } from '@tabler/icons-react';
<IconPoo size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPoo size={24} stroke={2} />filled
<IconPooFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- poopshitcraptoiletpoosystem
FAQ
- What does the poo icon represent?
- It visually represents something negative, undesirable, or an error. It's often used for bad ratings or error states.
- How do I use the poo icon in React?
- You can import it directly from the library like this: `import { IconPoo } from '@tabler/icons-react'`.
- What is the license for the poo icon?
- The Tabler icon set, including the poo icon, is available under the MIT license.
Looking for something else? Search Tabler 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 →