John KuehJohn Kueh

phone x mark icon

Heroicons · phone-x-mark · MIT

Download SVG

The Heroicons phone x mark icon depicts a phone with an 'x' or a cross mark over it, commonly used to indicate a blocked or disconnected phone number, or to signify the cancellation of a call.

Common uses

  • Call blocking indicator
  • End call button
  • Unreachable contact status

Use it in React

Install
npm i @heroicons/react
Import & render
import { PhoneXMarkIcon } from '@heroicons/react/24/outline';

<PhoneXMarkIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<PhoneXMarkIcon className="size-6" />
24/solid
<PhoneXMarkIcon className="size-6" />
20/solid
<PhoneXMarkIcon className="size-6" />
16/solid
<PhoneXMarkIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
phonexmarkcancel callno phonephone blockeddisconnect

FAQ

What does the phone x mark icon represent?
It visually represents a phone that is unavailable, blocked, or has had its connection cancelled. It's often used for actions related to ending or blocking calls.
How do I use the phone x mark icon in React?
You can import it from the Heroicons library like this: `import { PhoneXMarkIcon } from '@heroicons/react/24/outline'`. Then use it as a React component.
What is the license for this icon?
The Heroicons library, including the phone x mark icon, is available under the MIT license.

Related icons

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

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