The Phosphor share fat icon depicts a stylized arrow pointing outwards from a box, commonly used to represent the action of sharing content or data with others.
Common uses
- Initiate content sharing via social media or email.
- Export data or files from an application.
- Send a link to a document or resource.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ShareFat } from '@phosphor-icons/react';
<ShareFat size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ShareFat size={24} />thin
<ShareFat size={24} weight="thin" />light
<ShareFat size={24} weight="light" />bold
<ShareFat size={24} weight="bold" />fill
<ShareFat size={24} weight="fill" />duotone
<ShareFat size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- exportsend toarrowssystemcommunicationssharefatexport iconsend iconoutbox arrowcontent distribution
FAQ
- What is the 'share fat' icon used for?
- It's used to indicate actions like sharing content, exporting data, or sending information to another user or platform.
- How do I use the share fat icon in React?
- You can import and use it like this: `import { ShareFat } from '@phosphor-icons/react'`. Then render it as a component: `<ShareFat />`.
- What is the license for Phosphor icons?
- Phosphor icons, including the 'share fat' 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 →