paper plane icon

paper-plane-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
paper-plane-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the paper plane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.43 202.08L138.35 34.14a12 12 0 0 0-20.92 0l-95.88 168A12 12 0 0 0 36 219.3l92-31.08l91.94 31.06a12 12 0 0 0 14.49-17.2m-7.43 8.48a3.94 3.94 0 0 1-4.47 1.16L132 181.13V120a4 4 0 0 0-8 0v61.13l-90.63 30.61a4 4 0 0 1-4.85-5.69l95.87-168a4 4 0 0 1 7 0L227.47 206a3.91 3.91 0 0 1-.47 4.56"/></svg>

React

import type { SVGProps } from "react";

export function PhPaperPlaneThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.43 202.08L138.35 34.14a12 12 0 0 0-20.92 0l-95.88 168A12 12 0 0 0 36 219.3l92-31.08l91.94 31.06a12 12 0 0 0 14.49-17.2m-7.43 8.48a3.94 3.94 0 0 1-4.47 1.16L132 181.13V120a4 4 0 0 0-8 0v61.13l-90.63 30.61a4 4 0 0 1-4.85-5.69l95.87-168a4 4 0 0 1 7 0L227.47 206a3.91 3.91 0 0 1-.47 4.56"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M234.43 202.08L138.35 34.14a12 12 0 0 0-20.92 0l-95.88 168A12 12 0 0 0 36 219.3l92-31.08l91.94 31.06a12 12 0 0 0 14.49-17.2m-7.43 8.48a3.94 3.94 0 0 1-4.47 1.16L132 181.13V120a4 4 0 0 0-8 0v61.13l-90.63 30.61a4 4 0 0 1-4.85-5.69l95.87-168a4 4 0 0 1 7 0L227.47 206a3.91 3.91 0 0 1-.47 4.56"/></svg>
</template>

CSS

.icon-paper-plane-thin {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M234.43%20202.08L138.35%2034.14a12%2012%200%200%200-20.92%200l-95.88%20168A12%2012%200%200%200%2036%20219.3l92-31.08l91.94%2031.06a12%2012%200%200%200%2014.49-17.2m-7.43%208.48a3.94%203.94%200%200%201-4.47%201.16L132%20181.13V120a4%204%200%200%200-8%200v61.13l-90.63%2030.61a4%204%200%200%201-4.85-5.69l95.87-168a4%204%200%200%201%207%200L227.47%20206a3.91%203.91%200%200%201-.47%204.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M234.43%20202.08L138.35%2034.14a12%2012%200%200%200-20.92%200l-95.88%20168A12%2012%200%200%200%2036%20219.3l92-31.08l91.94%2031.06a12%2012%200%200%200%2014.49-17.2m-7.43%208.48a3.94%203.94%200%200%201-4.47%201.16L132%20181.13V120a4%204%200%200%200-8%200v61.13l-90.63%2030.61a4%204%200%200%201-4.85-5.69l95.87-168a4%204%200%200%201%207%200L227.47%20206a3.91%203.91%200%200%201-.47%204.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/paper-plane-thin.svg?color=%231a73e8&size=48