paper plane right icon

paper-plane-right-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
paper-plane-right-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the paper plane right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M227.91 134.86L59.93 231a8 8 0 0 1-11.44-9.67L80 128L48.49 34.72a8 8 0 0 1 11.44-9.67l168 95.85a8 8 0 0 1-.02 13.96" opacity=".2"/><path d="m231.87 114l-168-95.89a16 16 0 0 0-22.95 19.23L71.55 128l-30.63 90.67A16 16 0 0 0 56 240a16.15 16.15 0 0 0 7.93-2.1l167.92-96.05a16 16 0 0 0 .05-27.89ZM56 224a.6.6 0 0 0 0-.12L85.74 136H144a8 8 0 0 0 0-16H85.74L56.06 32.16A.5.5 0 0 0 56 32l168 95.83Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhPaperPlaneRightDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M227.91 134.86L59.93 231a8 8 0 0 1-11.44-9.67L80 128L48.49 34.72a8 8 0 0 1 11.44-9.67l168 95.85a8 8 0 0 1-.02 13.96" opacity=".2"/><path d="m231.87 114l-168-95.89a16 16 0 0 0-22.95 19.23L71.55 128l-30.63 90.67A16 16 0 0 0 56 240a16.15 16.15 0 0 0 7.93-2.1l167.92-96.05a16 16 0 0 0 .05-27.89ZM56 224a.6.6 0 0 0 0-.12L85.74 136H144a8 8 0 0 0 0-16H85.74L56.06 32.16A.5.5 0 0 0 56 32l168 95.83Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M227.91 134.86L59.93 231a8 8 0 0 1-11.44-9.67L80 128L48.49 34.72a8 8 0 0 1 11.44-9.67l168 95.85a8 8 0 0 1-.02 13.96" opacity=".2"/><path d="m231.87 114l-168-95.89a16 16 0 0 0-22.95 19.23L71.55 128l-30.63 90.67A16 16 0 0 0 56 240a16.15 16.15 0 0 0 7.93-2.1l167.92-96.05a16 16 0 0 0 .05-27.89ZM56 224a.6.6 0 0 0 0-.12L85.74 136H144a8 8 0 0 0 0-16H85.74L56.06 32.16A.5.5 0 0 0 56 32l168 95.83Z"/></g></svg>
</template>

CSS

.icon-paper-plane-right-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M227.91%20134.86L59.93%20231a8%208%200%200%201-11.44-9.67L80%20128L48.49%2034.72a8%208%200%200%201%2011.44-9.67l168%2095.85a8%208%200%200%201-.02%2013.96%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m231.87%20114l-168-95.89a16%2016%200%200%200-22.95%2019.23L71.55%20128l-30.63%2090.67A16%2016%200%200%200%2056%20240a16.15%2016.15%200%200%200%207.93-2.1l167.92-96.05a16%2016%200%200%200%20.05-27.89ZM56%20224a.6.6%200%200%200%200-.12L85.74%20136H144a8%208%200%200%200%200-16H85.74L56.06%2032.16A.5.5%200%200%200%2056%2032l168%2095.83Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M227.91%20134.86L59.93%20231a8%208%200%200%201-11.44-9.67L80%20128L48.49%2034.72a8%208%200%200%201%2011.44-9.67l168%2095.85a8%208%200%200%201-.02%2013.96%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m231.87%20114l-168-95.89a16%2016%200%200%200-22.95%2019.23L71.55%20128l-30.63%2090.67A16%2016%200%200%200%2056%20240a16.15%2016.15%200%200%200%207.93-2.1l167.92-96.05a16%2016%200%200%200%20.05-27.89ZM56%20224a.6.6%200%200%200%200-.12L85.74%20136H144a8%208%200%200%200%200-16H85.74L56.06%2032.16A.5.5%200%200%200%2056%2032l168%2095.83Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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