paper plane icon

paper-plane-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
paper-plane-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

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="M21 4a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.2-.3a1 1 0 0 0-.29-.19h-.09a.9.9 0 0 0-.31-.15H20a1 1 0 0 0-.3 0l-18 6a1 1 0 0 0 0 1.9l8.53 2.84l2.84 8.53a1 1 0 0 0 1.9 0l6-18A1 1 0 0 0 21 4m-4.7 2.29l-5.57 5.57L5.16 10ZM14 18.84l-1.86-5.57l5.57-5.57Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaPaperPlaneOutline(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="M21 4a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.2-.3a1 1 0 0 0-.29-.19h-.09a.9.9 0 0 0-.31-.15H20a1 1 0 0 0-.3 0l-18 6a1 1 0 0 0 0 1.9l8.53 2.84l2.84 8.53a1 1 0 0 0 1.9 0l6-18A1 1 0 0 0 21 4m-4.7 2.29l-5.57 5.57L5.16 10ZM14 18.84l-1.86-5.57l5.57-5.57Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 4a1.3 1.3 0 0 0-.06-.27v-.09a1 1 0 0 0-.2-.3a1 1 0 0 0-.29-.19h-.09a.9.9 0 0 0-.31-.15H20a1 1 0 0 0-.3 0l-18 6a1 1 0 0 0 0 1.9l8.53 2.84l2.84 8.53a1 1 0 0 0 1.9 0l6-18A1 1 0 0 0 21 4m-4.7 2.29l-5.57 5.57L5.16 10ZM14 18.84l-1.86-5.57l5.57-5.57Z"/></svg>
</template>

CSS

.icon-paper-plane-outline {
  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%22M21%204a1.3%201.3%200%200%200-.06-.27v-.09a1%201%200%200%200-.2-.3a1%201%200%200%200-.29-.19h-.09a.9.9%200%200%200-.31-.15H20a1%201%200%200%200-.3%200l-18%206a1%201%200%200%200%200%201.9l8.53%202.84l2.84%208.53a1%201%200%200%200%201.9%200l6-18A1%201%200%200%200%2021%204m-4.7%202.29l-5.57%205.57L5.16%2010ZM14%2018.84l-1.86-5.57l5.57-5.57Z%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%22M21%204a1.3%201.3%200%200%200-.06-.27v-.09a1%201%200%200%200-.2-.3a1%201%200%200%200-.29-.19h-.09a.9.9%200%200%200-.31-.15H20a1%201%200%200%200-.3%200l-18%206a1%201%200%200%200%200%201.9l8.53%202.84l2.84%208.53a1%201%200%200%200%201.9%200l6-18A1%201%200%200%200%2021%204m-4.7%202.29l-5.57%205.57L5.16%2010ZM14%2018.84l-1.86-5.57l5.57-5.57Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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