airplane square icon

airplane-square from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
airplane-square
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the airplane square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m9.86 19l1.68-1.42c.25-.21.67-.21.93 0L14.14 19c.39.2.87 0 1.01-.42l.32-.96c.08-.23 0-.57-.17-.74l-1.64-1.65a.83.83 0 0 1-.21-.51v-1.85c0-.42.31-.62.7-.46l3.35 1.44c.55.24 1.01-.06 1.01-.66v-.93c0-.48-.36-1.04-.81-1.23l-3.94-1.7a.53.53 0 0 1-.3-.46V6.8c0-.68-.5-1.48-1.1-1.79a.76.76 0 0 0-.69 0c-.61.3-1.1 1.11-1.1 1.79v2.07c0 .18-.14.39-.3.46l-3.94 1.7c-.44.19-.81.75-.81 1.23v.93c0 .6.45.9 1.01.66l3.35-1.44c.38-.17.7.04.7.46v1.85c0 .17-.1.4-.21.51L8.7 16.87c-.17.17-.25.51-.17.74l.32.96c.14.43.61.63 1.01.43"/><path d="M9 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9v6c0 5 2 7 7 7"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAirplaneSquare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m9.86 19l1.68-1.42c.25-.21.67-.21.93 0L14.14 19c.39.2.87 0 1.01-.42l.32-.96c.08-.23 0-.57-.17-.74l-1.64-1.65a.83.83 0 0 1-.21-.51v-1.85c0-.42.31-.62.7-.46l3.35 1.44c.55.24 1.01-.06 1.01-.66v-.93c0-.48-.36-1.04-.81-1.23l-3.94-1.7a.53.53 0 0 1-.3-.46V6.8c0-.68-.5-1.48-1.1-1.79a.76.76 0 0 0-.69 0c-.61.3-1.1 1.11-1.1 1.79v2.07c0 .18-.14.39-.3.46l-3.94 1.7c-.44.19-.81.75-.81 1.23v.93c0 .6.45.9 1.01.66l3.35-1.44c.38-.17.7.04.7.46v1.85c0 .17-.1.4-.21.51L8.7 16.87c-.17.17-.25.51-.17.74l.32.96c.14.43.61.63 1.01.43"/><path d="M9 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9v6c0 5 2 7 7 7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m9.86 19l1.68-1.42c.25-.21.67-.21.93 0L14.14 19c.39.2.87 0 1.01-.42l.32-.96c.08-.23 0-.57-.17-.74l-1.64-1.65a.83.83 0 0 1-.21-.51v-1.85c0-.42.31-.62.7-.46l3.35 1.44c.55.24 1.01-.06 1.01-.66v-.93c0-.48-.36-1.04-.81-1.23l-3.94-1.7a.53.53 0 0 1-.3-.46V6.8c0-.68-.5-1.48-1.1-1.79a.76.76 0 0 0-.69 0c-.61.3-1.1 1.11-1.1 1.79v2.07c0 .18-.14.39-.3.46l-3.94 1.7c-.44.19-.81.75-.81 1.23v.93c0 .6.45.9 1.01.66l3.35-1.44c.38-.17.7.04.7.46v1.85c0 .17-.1.4-.21.51L8.7 16.87c-.17.17-.25.51-.17.74l.32.96c.14.43.61.63 1.01.43"/><path d="M9 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9v6c0 5 2 7 7 7"/></g></svg>
</template>

CSS

.icon-airplane-square {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m9.86%2019l1.68-1.42c.25-.21.67-.21.93%200L14.14%2019c.39.2.87%200%201.01-.42l.32-.96c.08-.23%200-.57-.17-.74l-1.64-1.65a.83.83%200%200%201-.21-.51v-1.85c0-.42.31-.62.7-.46l3.35%201.44c.55.24%201.01-.06%201.01-.66v-.93c0-.48-.36-1.04-.81-1.23l-3.94-1.7a.53.53%200%200%201-.3-.46V6.8c0-.68-.5-1.48-1.1-1.79a.76.76%200%200%200-.69%200c-.61.3-1.1%201.11-1.1%201.79v2.07c0%20.18-.14.39-.3.46l-3.94%201.7c-.44.19-.81.75-.81%201.23v.93c0%20.6.45.9%201.01.66l3.35-1.44c.38-.17.7.04.7.46v1.85c0%20.17-.1.4-.21.51L8.7%2016.87c-.17.17-.25.51-.17.74l.32.96c.14.43.61.63%201.01.43%22%2F%3E%3Cpath%20d%3D%22M9%2022h6c5%200%207-2%207-7V9c0-5-2-7-7-7H9C4%202%202%204%202%209v6c0%205%202%207%207%207%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m9.86%2019l1.68-1.42c.25-.21.67-.21.93%200L14.14%2019c.39.2.87%200%201.01-.42l.32-.96c.08-.23%200-.57-.17-.74l-1.64-1.65a.83.83%200%200%201-.21-.51v-1.85c0-.42.31-.62.7-.46l3.35%201.44c.55.24%201.01-.06%201.01-.66v-.93c0-.48-.36-1.04-.81-1.23l-3.94-1.7a.53.53%200%200%201-.3-.46V6.8c0-.68-.5-1.48-1.1-1.79a.76.76%200%200%200-.69%200c-.61.3-1.1%201.11-1.1%201.79v2.07c0%20.18-.14.39-.3.46l-3.94%201.7c-.44.19-.81.75-.81%201.23v.93c0%20.6.45.9%201.01.66l3.35-1.44c.38-.17.7.04.7.46v1.85c0%20.17-.1.4-.21.51L8.7%2016.87c-.17.17-.25.51-.17.74l.32.96c.14.43.61.63%201.01.43%22%2F%3E%3Cpath%20d%3D%22M9%2022h6c5%200%207-2%207-7V9c0-5-2-7-7-7H9C4%202%202%204%202%209v6c0%205%202%207%207%207%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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