The Phosphor phone transfer icon visually represents the action of moving a call or data from one phone to another, commonly used in interfaces to indicate call forwarding or data migration features.
Common uses
- Call forwarding button
- Data transfer initiation
- Contact sharing feature
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PhoneTransfer } from '@phosphor-icons/react';
<PhoneTransfer size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PhoneTransfer size={24} />thin
<PhoneTransfer size={24} weight="thin" />light
<PhoneTransfer size={24} weight="light" />bold
<PhoneTransfer size={24} weight="bold" />fill
<PhoneTransfer size={24} weight="fill" />duotone
<PhoneTransfer size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- *new*callscall-centertelephonelandlinetalkcommunicationssystemphonetransfercall transferphone networkmobile handovervoice relay
FAQ
- What does the phone transfer icon signify?
- It signifies the movement or transfer of a phone call or related data between devices. It's often used for features like call forwarding or sharing contact information.
- How do I use the phone transfer icon in React?
- You can import and use it directly from the Phosphor React library with the following import statement: `import { PhoneTransfer } from '@phosphor-icons/react'`.
- What is the license for this icon?
- The Phosphor icon, including the phone transfer icon, is available under the MIT license, which allows 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 →