The Phosphor phone outgoing icon visually represents an active outbound call or the initiation of a phone call, commonly used to signify actions like starting a call or indicating a call in progress.
Common uses
- Start a new call button
- Outgoing call status indicator
- Call log entry for outbound calls
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PhoneOutgoing } from '@phosphor-icons/react';
<PhoneOutgoing size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PhoneOutgoing size={24} />thin
<PhoneOutgoing size={24} weight="thin" />light
<PhoneOutgoing size={24} weight="light" />bold
<PhoneOutgoing size={24} weight="bold" />fill
<PhoneOutgoing size={24} weight="fill" />duotone
<PhoneOutgoing size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- callscallingtelephonelandlinetalkcommunicationssystemphoneoutgoingcall
FAQ
- What does the phone outgoing icon represent?
- This icon depicts an active outbound call or the action of initiating a phone call. It's used in UIs to represent starting a call or showing a call is in progress.
- How do I use the phone outgoing icon in React?
- You can import and use it in your React application with the following statement: import { PhoneOutgoing } from '@phosphor-icons/react'. Then, render it as a component: <PhoneOutgoing size={24} />.
- What is the license for the Phosphor phone outgoing icon?
- The Phosphor icon library, including the phone outgoing 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 →