The HugeIcons mail account 01 icon visually represents a user's email account, commonly used to indicate settings, profile information, or actions related to email management within an application.
Common uses
- User profile section
- Email settings page
- Contact information display
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MailAccount01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MailAccount01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- email iconaccount iconprofile iconmailbox icon
FAQ
- What does the MailAccount01Icon represent?
- This icon represents a user's email account. It's typically used for navigation or actions related to email.
- How do I use MailAccount01Icon in a React project?
- Import the icon as `MailAccount01Icon` from '@hugeicons/core-free-icons' and render it using the `<HugeiconsIcon>` component from '@hugeicons/react' like this: `<HugeiconsIcon icon={MailAccount01Icon} />`.
- What is the license for this icon?
- The MailAccount01Icon is distributed under the MIT license, which allows for free usage in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →