John KuehJohn Kueh

paper plane icon

Phosphor · paper-plane · MIT

Download SVG

The Phosphor paper plane icon depicts a folded paper airplane, commonly used to represent sending messages, emails, or initiating communication actions in user interfaces.

Common uses

  • Send button for messages or emails
  • Submit action for forms
  • Indicate outbound communication

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { PaperPlane } from '@phosphor-icons/react';

<PaperPlane size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<PaperPlane size={24} />
thin
<PaperPlane size={24} weight="thin" />
light
<PaperPlane size={24} weight="light" />
bold
<PaperPlane size={24} weight="bold" />
fill
<PaperPlane size={24} weight="fill" />
duotone
<PaperPlane size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
communications
Keywords
mailemailsendsentmessagesmessagingtoysgamescommunicationsmaps & travelobjectspaperplanesend iconmail iconairplane icon

FAQ

What is the paper plane icon used for?
It's typically used for sending actions like emails or messages, or for submitting forms. It can also represent communication in general.
How do I use the paper plane icon in React?
You can import it directly from the library: `import { PaperPlane } from '@phosphor-icons/react'` and then use it as a component: `<PaperPlane />`.
What is the license for the Phosphor paper plane icon?
The Phosphor icon library, including the paper plane 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 →