The Phosphor handshake icon visually represents a mutual agreement or partnership, commonly used in UI to signify successful transactions, collaborations, or the completion of a deal.
Common uses
- Confirming a successful purchase or subscription.
- Indicating a partnership or collaboration between entities.
- Representing a completed agreement or contract.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Handshake } from '@phosphor-icons/react';
<Handshake size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Handshake size={24} />thin
<Handshake size={24} weight="thin" />light
<Handshake size={24} weight="light" />bold
<Handshake size={24} weight="bold" />fill
<Handshake size={24} weight="fill" />duotone
<Handshake size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- emojidealagreementpeoplecommercehandshakepartnershiptrust
FAQ
- What does the handshake icon represent?
- It symbolizes agreement, partnership, or a successful deal between two parties.
- How do I use the handshake icon in React?
- Import it from the library like this: import { Handshake } from '@phosphor-icons/react'. Then use it as a component: <Handshake />.
- What is the license for this icon?
- The Phosphor icons, including the handshake icon, are 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 →