The HugeIcons mail add 02 icon depicts a stylized envelope with a plus sign, commonly used to represent actions like adding a new email address, composing a new message, or subscribing to a newsletter.
Common uses
- Add new email recipient
- Compose new email button
- Subscribe to newsletter form
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MailAdd02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MailAdd02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add emailnew messagecompose mailsubscribe
FAQ
- What does the MailAdd02Icon represent?
- It represents adding or creating something related to mail, such as a new email address or a new message.
- How do I use MailAdd02Icon in a React project?
- Import it using `import { MailAdd02Icon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={MailAdd02Icon} />`.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free usage.
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 →