The Phosphor voicemail icon visually represents a recorded message left on a phone system, commonly used in UI to indicate unread or saved voice messages.
Common uses
- Indicate new voicemail notifications.
- Access a list of saved voicemails.
- Button to play a specific voicemail.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Voicemail } from '@phosphor-icons/react';
<Voicemail size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Voicemail size={24} />thin
<Voicemail size={24} weight="thin" />light
<Voicemail size={24} weight="light" />bold
<Voicemail size={24} weight="bold" />fill
<Voicemail size={24} weight="fill" />duotone
<Voicemail size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- phonecallsmissedrecordingtelephonelandlinesystemvoicemailmessagephone messageinbox
FAQ
- What does the voicemail icon represent?
- It represents a saved or unread voice message left on a telephone system. It's used to draw attention to or provide access to these messages.
- How do I use the voicemail icon in React?
- You can import and use it like this: import { Voicemail } from '@phosphor-icons/react'. Then render it as <Voicemail />.
- What is the license for the Phosphor voicemail icon?
- The Phosphor icon library, including the voicemail icon, is available under the MIT license.
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 →