The HugeIcons complaint icon visually represents a grievance or issue, commonly used to indicate a reporting or feedback mechanism within an application.
Common uses
- Report a bug button
- Submit a support ticket
- Flagging inappropriate content
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ComplaintIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ComplaintIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- report iconfeedback iconissue iconflag icon
FAQ
- What is the complaint icon used for?
- It's used to signify actions related to reporting issues, submitting feedback, or flagging content that needs attention.
- How do I use the ComplaintIcon in React?
- Import both HugeiconsIcon and ComplaintIcon, then render it using <HugeiconsIcon icon={ComplaintIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free usage in both personal and commercial projects.