send-plane-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
send-plane-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the send 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.432 4.862a1 1 0 0 0-1.181-1.33l-17.5 4.5a1 1 0 0 0-.443 1.691l5.193 4.965v4.52a.5.5 0 0 0 .853.353l2.073-2.073l3.381 3.235a1 1 0 0 0 1.624-.361zM9.768 14.813l-1.735-1.66L19 6z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSendPlaneFill(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.432 4.862a1 1 0 0 0-1.181-1.33l-17.5 4.5a1 1 0 0 0-.443 1.691l5.193 4.965v4.52a.5.5 0 0 0 .853.353l2.073-2.073l3.381 3.235a1 1 0 0 0 1.624-.361zM9.768 14.813l-1.735-1.66L19 6z"/></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.432 4.862a1 1 0 0 0-1.181-1.33l-17.5 4.5a1 1 0 0 0-.443 1.691l5.193 4.965v4.52a.5.5 0 0 0 .853.353l2.073-2.073l3.381 3.235a1 1 0 0 0 1.624-.361zM9.768 14.813l-1.735-1.66L19 6z"/></svg>
</template>

CSS

.icon-send-plane-fill {
  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.432%204.862a1%201%200%200%200-1.181-1.33l-17.5%204.5a1%201%200%200%200-.443%201.691l5.193%204.965v4.52a.5.5%200%200%200%20.853.353l2.073-2.073l3.381%203.235a1%201%200%200%200%201.624-.361zM9.768%2014.813l-1.735-1.66L19%206z%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.432%204.862a1%201%200%200%200-1.181-1.33l-17.5%204.5a1%201%200%200%200-.443%201.691l5.193%204.965v4.52a.5.5%200%200%200%20.853.353l2.073-2.073l3.381%203.235a1%201%200%200%200%201.624-.361zM9.768%2014.813l-1.735-1.66L19%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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