The HugeIcons anonymous icon depicts a silhouette of a head, commonly used to represent unknown, private, or guest user states.
Common uses
- Default avatar for guest users
- Placeholder for private data
- Indicate an unknown entity
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AnonymousIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AnonymousIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- guestunknownprivatesilhouette
FAQ
- What is the purpose of the anonymous icon?
- It visually signifies a state of being unknown, private, or representing a guest user in a system.
- How do I use the AnonymousIcon in React?
- Import both HugeiconsIcon and AnonymousIcon, then render <HugeiconsIcon icon={AnonymousIcon} />.
- What is the license for this icon?
- The AnonymousIcon is distributed under the MIT license, allowing for free commercial and non-commercial use.