The Phosphor export icon depicts an arrow pointing outwards from a box, commonly used to signify the action of sending data or content out of the current application or system.
Common uses
- Exporting data to a file (CSV, JSON)
- Sharing content to another platform
- Sending information to a connected device
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Export } from '@phosphor-icons/react';
<Export size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Export size={24} />thin
<Export size={24} weight="thin" />light
<Export size={24} weight="light" />bold
<Export size={24} weight="bold" />fill
<Export size={24} weight="fill" />duotone
<Export size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- sharesend toarrowscommunicationssystemexportsend outoutputupload
FAQ
- What does the export icon represent?
- It represents the action of moving data or content from one place to another, typically out of the current system or application.
- How do I use the export icon in React?
- You can import and use it like this: import { Export } from '@phosphor-icons/react'. Then render it as <Export size={24} />.
- What is the license for the Phosphor export icon?
- The Phosphor icon library, including the export icon, is available under the MIT license.
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 →