paper plane icon

paper-plane from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
paper-plane
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-paper-plane

The same icon in other sets

Use the paper plane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.56 3.34a1 1 0 0 0-1-.08l-17 8a1 1 0 0 0-.57.92a1 1 0 0 0 .6.9L8 15.45v6.72L13.84 18l4.76 2.08a.9.9 0 0 0 .4.09a1 1 0 0 0 .52-.15a1 1 0 0 0 .48-.79l1-15a1 1 0 0 0-.44-.89M18.1 17.68l-5.27-2.31L16 9.17l-7.65 4.25l-2.93-1.29l13.47-6.34Z"/></svg>

React

import type { SVGProps } from "react";

export function BxPaperPlane(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="M20.56 3.34a1 1 0 0 0-1-.08l-17 8a1 1 0 0 0-.57.92a1 1 0 0 0 .6.9L8 15.45v6.72L13.84 18l4.76 2.08a.9.9 0 0 0 .4.09a1 1 0 0 0 .52-.15a1 1 0 0 0 .48-.79l1-15a1 1 0 0 0-.44-.89M18.1 17.68l-5.27-2.31L16 9.17l-7.65 4.25l-2.93-1.29l13.47-6.34Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.56 3.34a1 1 0 0 0-1-.08l-17 8a1 1 0 0 0-.57.92a1 1 0 0 0 .6.9L8 15.45v6.72L13.84 18l4.76 2.08a.9.9 0 0 0 .4.09a1 1 0 0 0 .52-.15a1 1 0 0 0 .48-.79l1-15a1 1 0 0 0-.44-.89M18.1 17.68l-5.27-2.31L16 9.17l-7.65 4.25l-2.93-1.29l13.47-6.34Z"/></svg>
</template>

CSS

.icon-paper-plane {
  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%22M20.56%203.34a1%201%200%200%200-1-.08l-17%208a1%201%200%200%200-.57.92a1%201%200%200%200%20.6.9L8%2015.45v6.72L13.84%2018l4.76%202.08a.9.9%200%200%200%20.4.09a1%201%200%200%200%20.52-.15a1%201%200%200%200%20.48-.79l1-15a1%201%200%200%200-.44-.89M18.1%2017.68l-5.27-2.31L16%209.17l-7.65%204.25l-2.93-1.29l13.47-6.34Z%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%22M20.56%203.34a1%201%200%200%200-1-.08l-17%208a1%201%200%200%200-.57.92a1%201%200%200%200%20.6.9L8%2015.45v6.72L13.84%2018l4.76%202.08a.9.9%200%200%200%20.4.09a1%201%200%200%200%20.52-.15a1%201%200%200%200%20.48-.79l1-15a1%201%200%200%200-.44-.89M18.1%2017.68l-5.27-2.31L16%209.17l-7.65%204.25l-2.93-1.29l13.47-6.34Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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