John KuehJohn Kueh

envelope icon

Phosphor · envelope · MIT

Download SVG

The Phosphor envelope icon visually represents a sealed letter or email, commonly used in user interfaces to signify actions related to sending, receiving, or managing mail and messages.

Common uses

  • Email client 'send' button
  • Contact form submission confirmation
  • Link to user's inbox

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { Envelope } from '@phosphor-icons/react';

<Envelope size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<Envelope size={24} />
thin
<Envelope size={24} weight="thin" />
light
<Envelope size={24} weight="light" />
bold
<Envelope size={24} weight="bold" />
fill
<Envelope size={24} weight="fill" />
duotone
<Envelope size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
communications
Keywords
mailemailsendsentmessagepostlettercommunicationsenvelope

FAQ

What does the envelope icon represent?
It represents a physical letter or an electronic message (email), typically used for communication-related actions.
How do I use the envelope icon in React?
You can import it directly from the library: `import { Envelope } from '@phosphor-icons/react'` and use it as a component.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor 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 →