airplane window one icon

airplane-window-one from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.

Name
airplane-window-one
Set
IconPark
Style
Color
Category
Travel
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More travel icons from IconPark

Use the airplane window one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path stroke="#000" stroke-linecap="round" d="M30.3489 32L36.8554 7.7176C37.2842 6.1172 38.9292 5.16746 40.5296 5.59628V5.59628C42.13 6.02511 43.0798 7.67012 42.6509 9.27052L36.5606 32"/><path fill="#2F88FF" stroke="#000" stroke-linecap="round" d="M36 32L36 38L13 38C11.3431 38 10 36.6569 10 35C10 33.3431 11.3431 32 13 32L36 32Z"/><path stroke="#000" stroke-linecap="round" d="M21 44H29"/><rect width="10" height="20" x="6" y="4" fill="#2F88FF" stroke="#000" rx="5"/><path stroke="#fff" stroke-linecap="round" d="M6 14L16 14"/><path stroke="#000" stroke-linecap="round" d="M6 9L6 19"/><path stroke="#000" stroke-linecap="round" d="M16 9V19"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkAirplaneWindowOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinejoin="round" strokeWidth="4"><path stroke="#000" strokeLinecap="round" d="M30.3489 32L36.8554 7.7176C37.2842 6.1172 38.9292 5.16746 40.5296 5.59628V5.59628C42.13 6.02511 43.0798 7.67012 42.6509 9.27052L36.5606 32"/><path fill="#2F88FF" stroke="#000" strokeLinecap="round" d="M36 32L36 38L13 38C11.3431 38 10 36.6569 10 35C10 33.3431 11.3431 32 13 32L36 32Z"/><path stroke="#000" strokeLinecap="round" d="M21 44H29"/><rect width="10" height="20" x="6" y="4" fill="#2F88FF" stroke="#000" rx="5"/><path stroke="#fff" strokeLinecap="round" d="M6 14L16 14"/><path stroke="#000" strokeLinecap="round" d="M6 9L6 19"/><path stroke="#000" strokeLinecap="round" d="M16 9V19"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path stroke="#000" stroke-linecap="round" d="M30.3489 32L36.8554 7.7176C37.2842 6.1172 38.9292 5.16746 40.5296 5.59628V5.59628C42.13 6.02511 43.0798 7.67012 42.6509 9.27052L36.5606 32"/><path fill="#2F88FF" stroke="#000" stroke-linecap="round" d="M36 32L36 38L13 38C11.3431 38 10 36.6569 10 35C10 33.3431 11.3431 32 13 32L36 32Z"/><path stroke="#000" stroke-linecap="round" d="M21 44H29"/><rect width="10" height="20" x="6" y="4" fill="#2F88FF" stroke="#000" rx="5"/><path stroke="#fff" stroke-linecap="round" d="M6 14L16 14"/><path stroke="#000" stroke-linecap="round" d="M6 9L6 19"/><path stroke="#000" stroke-linecap="round" d="M16 9V19"/></g></svg>
</template>

CSS

.icon-airplane-window-one {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M30.3489%2032L36.8554%207.7176C37.2842%206.1172%2038.9292%205.16746%2040.5296%205.59628V5.59628C42.13%206.02511%2043.0798%207.67012%2042.6509%209.27052L36.5606%2032%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M36%2032L36%2038L13%2038C11.3431%2038%2010%2036.6569%2010%2035C10%2033.3431%2011.3431%2032%2013%2032L36%2032Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M21%2044H29%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%2220%22%20x%3D%226%22%20y%3D%224%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20rx%3D%225%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M6%2014L16%2014%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M6%209L6%2019%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M16%209V19%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M30.3489%2032L36.8554%207.7176C37.2842%206.1172%2038.9292%205.16746%2040.5296%205.59628V5.59628C42.13%206.02511%2043.0798%207.67012%2042.6509%209.27052L36.5606%2032%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M36%2032L36%2038L13%2038C11.3431%2038%2010%2036.6569%2010%2035C10%2033.3431%2011.3431%2032%2013%2032L36%2032Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M21%2044H29%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%2220%22%20x%3D%226%22%20y%3D%224%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20rx%3D%225%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M6%2014L16%2014%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M6%209L6%2019%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M16%209V19%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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