paper plane right icon

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

Name
paper-plane-right-light
Set
Phosphor
Style
Light
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"><path fill="currentColor" d="m230.88 115.69l-168-95.88a14 14 0 0 0-20 16.87L73.66 128l-30.85 91.33A14 14 0 0 0 56 238a14.15 14.15 0 0 0 6.93-1.83l167.91-96.07a14 14 0 0 0 0-24.41Zm-5.95 14L57 225.73a2 2 0 0 1-2.86-2.42a.4.4 0 0 0 0-.1L84.3 134H144a6 6 0 0 0 0-12H84.3L54.17 32.8a.3.3 0 0 0 0-.1a1.87 1.87 0 0 1 .6-2.2a1.85 1.85 0 0 1 2.23-.25l168 95.89a1.93 1.93 0 0 1 1 1.74a2 2 0 0 1-1.07 1.78Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPaperPlaneRightLight(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="m230.88 115.69l-168-95.88a14 14 0 0 0-20 16.87L73.66 128l-30.85 91.33A14 14 0 0 0 56 238a14.15 14.15 0 0 0 6.93-1.83l167.91-96.07a14 14 0 0 0 0-24.41Zm-5.95 14L57 225.73a2 2 0 0 1-2.86-2.42a.4.4 0 0 0 0-.1L84.3 134H144a6 6 0 0 0 0-12H84.3L54.17 32.8a.3.3 0 0 0 0-.1a1.87 1.87 0 0 1 .6-2.2a1.85 1.85 0 0 1 2.23-.25l168 95.89a1.93 1.93 0 0 1 1 1.74a2 2 0 0 1-1.07 1.78Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m230.88 115.69l-168-95.88a14 14 0 0 0-20 16.87L73.66 128l-30.85 91.33A14 14 0 0 0 56 238a14.15 14.15 0 0 0 6.93-1.83l167.91-96.07a14 14 0 0 0 0-24.41Zm-5.95 14L57 225.73a2 2 0 0 1-2.86-2.42a.4.4 0 0 0 0-.1L84.3 134H144a6 6 0 0 0 0-12H84.3L54.17 32.8a.3.3 0 0 0 0-.1a1.87 1.87 0 0 1 .6-2.2a1.85 1.85 0 0 1 2.23-.25l168 95.89a1.93 1.93 0 0 1 1 1.74a2 2 0 0 1-1.07 1.78Z"/></svg>
</template>

CSS

.icon-paper-plane-right-light {
  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%22m230.88%20115.69l-168-95.88a14%2014%200%200%200-20%2016.87L73.66%20128l-30.85%2091.33A14%2014%200%200%200%2056%20238a14.15%2014.15%200%200%200%206.93-1.83l167.91-96.07a14%2014%200%200%200%200-24.41Zm-5.95%2014L57%20225.73a2%202%200%200%201-2.86-2.42a.4.4%200%200%200%200-.1L84.3%20134H144a6%206%200%200%200%200-12H84.3L54.17%2032.8a.3.3%200%200%200%200-.1a1.87%201.87%200%200%201%20.6-2.2a1.85%201.85%200%200%201%202.23-.25l168%2095.89a1.93%201.93%200%200%201%201%201.74a2%202%200%200%201-1.07%201.78Z%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%22m230.88%20115.69l-168-95.88a14%2014%200%200%200-20%2016.87L73.66%20128l-30.85%2091.33A14%2014%200%200%200%2056%20238a14.15%2014.15%200%200%200%206.93-1.83l167.91-96.07a14%2014%200%200%200%200-24.41Zm-5.95%2014L57%20225.73a2%202%200%200%201-2.86-2.42a.4.4%200%200%200%200-.1L84.3%20134H144a6%206%200%200%200%200-12H84.3L54.17%2032.8a.3.3%200%200%200%200-.1a1.87%201.87%200%200%201%20.6-2.2a1.85%201.85%200%200%201%202.23-.25l168%2095.89a1.93%201.93%200%200%201%201%201.74a2%202%200%200%201-1.07%201.78Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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