The Phosphor phone x icon depicts a telephone with an 'X' mark, commonly used to indicate a blocked call, a failed call attempt, or a general phone-related error.
Common uses
- Indicate a blocked incoming call.
- Show a failed outgoing call.
- Represent a phone number that is out of service.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PhoneX } from '@phosphor-icons/react';
<PhoneX size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PhoneX size={24} />thin
<PhoneX size={24} weight="thin" />light
<PhoneX size={24} weight="light" />bold
<PhoneX size={24} weight="bold" />fill
<PhoneX size={24} weight="fill" />duotone
<PhoneX size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- callsmissederrorstelephonelandlinetalkcommunicationssystemphonexblocked callfailed callno phonecall error
FAQ
- What does the phone x icon represent?
- This icon signifies a phone-related issue, such as a blocked call, a missed connection, or an error in communication.
- How do I use the phone x icon in React?
- You can import and use it like this: import { PhoneX } from '@phosphor-icons/react'. Then render it as <PhoneX />.
- What is the license for this icon?
- The Phosphor icon library, including the phone x 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 →