The HugeIcons suspicious icon depicts a magnifying glass over an eye, commonly used to indicate potential issues, warnings, or the need for closer inspection.
Common uses
- Flagging suspicious user activity
- Highlighting potentially malicious links
- Indicating unverified content
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SuspiciousIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SuspiciousIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- warningalertinvestigatedoubt
FAQ
- What does the suspicious icon represent?
- It represents something that requires scrutiny or might be untrustworthy, like a magnifying glass examining an eye.
- How do I use the SuspiciousIcon in React?
- Import both HugeiconsIcon and SuspiciousIcon, then render <HugeiconsIcon icon={SuspiciousIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is released under the MIT license.