paper airplane icon

paper-airplane-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
paper-airplane-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

The same icon in other sets

Use the paper airplane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.513 1.96a1.37 1.37 0 0 1 1.499-.21l19.335 9.215a1.147 1.147 0 0 1 0 2.07L3.012 22.25a1.374 1.374 0 0 1-1.947-1.46L2.49 12L1.065 3.21a1.38 1.38 0 0 1 .448-1.25m2.375 10.79l-1.304 8.042L21.031 12L2.584 3.208l1.304 8.042h7.362a.75.75 0 0 1 0 1.5Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonPaperAirplane24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.513 1.96a1.37 1.37 0 0 1 1.499-.21l19.335 9.215a1.147 1.147 0 0 1 0 2.07L3.012 22.25a1.374 1.374 0 0 1-1.947-1.46L2.49 12L1.065 3.21a1.38 1.38 0 0 1 .448-1.25m2.375 10.79l-1.304 8.042L21.031 12L2.584 3.208l1.304 8.042h7.362a.75.75 0 0 1 0 1.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.513 1.96a1.37 1.37 0 0 1 1.499-.21l19.335 9.215a1.147 1.147 0 0 1 0 2.07L3.012 22.25a1.374 1.374 0 0 1-1.947-1.46L2.49 12L1.065 3.21a1.38 1.38 0 0 1 .448-1.25m2.375 10.79l-1.304 8.042L21.031 12L2.584 3.208l1.304 8.042h7.362a.75.75 0 0 1 0 1.5Z"/></svg>
</template>

CSS

.icon-paper-airplane-24 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.513%201.96a1.37%201.37%200%200%201%201.499-.21l19.335%209.215a1.147%201.147%200%200%201%200%202.07L3.012%2022.25a1.374%201.374%200%200%201-1.947-1.46L2.49%2012L1.065%203.21a1.38%201.38%200%200%201%20.448-1.25m2.375%2010.79l-1.304%208.042L21.031%2012L2.584%203.208l1.304%208.042h7.362a.75.75%200%200%201%200%201.5Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.513%201.96a1.37%201.37%200%200%201%201.499-.21l19.335%209.215a1.147%201.147%200%200%201%200%202.07L3.012%2022.25a1.374%201.374%200%200%201-1.947-1.46L2.49%2012L1.065%203.21a1.38%201.38%200%200%201%20.448-1.25m2.375%2010.79l-1.304%208.042L21.031%2012L2.584%203.208l1.304%208.042h7.362a.75.75%200%200%201%200%201.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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