airplane window icon
airplane-window from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- airplane-window
- 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M10 18C10 10.268 16.268 4 24 4C31.732 4 38 10.268 38 18V30C38 37.732 31.732 44 24 44C16.268 44 10 37.732 10 30V18Z"/><path stroke="#fff" d="M10 17L38 17"/><path stroke="#fff" d="M22 11L26 11"/><path stroke="#fff" d="M10 26C10 26 15.4 25.4 17 27C18.6 28.6 18 30.3687 18 30.3687C21 30.3687 24 30.527 24 34C24 36.5 20 38 17.5 36.3687C17.5 38.5 17 40 14 40"/><path stroke="#fff" d="M38 23C38 23 34.5 21 33 22C31.5 23 32 25 32 25C30.5 24 28 25 28 27.5C28 30 30.5 31 33 30C34 33 36.5 33 38 32"/><path stroke="#000" d="M25 44V44C32.1797 44 38 38.1797 38 31V18C38 10.268 31.732 4 24 4V4"/><path stroke="#000" d="M23 44V44C15.8203 44 10 38.1797 10 31V18C10 10.268 16.268 4 24 4V4"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkAirplaneWindow(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M10 18C10 10.268 16.268 4 24 4C31.732 4 38 10.268 38 18V30C38 37.732 31.732 44 24 44C16.268 44 10 37.732 10 30V18Z"/><path stroke="#fff" d="M10 17L38 17"/><path stroke="#fff" d="M22 11L26 11"/><path stroke="#fff" d="M10 26C10 26 15.4 25.4 17 27C18.6 28.6 18 30.3687 18 30.3687C21 30.3687 24 30.527 24 34C24 36.5 20 38 17.5 36.3687C17.5 38.5 17 40 14 40"/><path stroke="#fff" d="M38 23C38 23 34.5 21 33 22C31.5 23 32 25 32 25C30.5 24 28 25 28 27.5C28 30 30.5 31 33 30C34 33 36.5 33 38 32"/><path stroke="#000" d="M25 44V44C32.1797 44 38 38.1797 38 31V18C38 10.268 31.732 4 24 4V4"/><path stroke="#000" d="M23 44V44C15.8203 44 10 38.1797 10 31V18C10 10.268 16.268 4 24 4V4"/></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-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M10 18C10 10.268 16.268 4 24 4C31.732 4 38 10.268 38 18V30C38 37.732 31.732 44 24 44C16.268 44 10 37.732 10 30V18Z"/><path stroke="#fff" d="M10 17L38 17"/><path stroke="#fff" d="M22 11L26 11"/><path stroke="#fff" d="M10 26C10 26 15.4 25.4 17 27C18.6 28.6 18 30.3687 18 30.3687C21 30.3687 24 30.527 24 34C24 36.5 20 38 17.5 36.3687C17.5 38.5 17 40 14 40"/><path stroke="#fff" d="M38 23C38 23 34.5 21 33 22C31.5 23 32 25 32 25C30.5 24 28 25 28 27.5C28 30 30.5 31 33 30C34 33 36.5 33 38 32"/><path stroke="#000" d="M25 44V44C32.1797 44 38 38.1797 38 31V18C38 10.268 31.732 4 24 4V4"/><path stroke="#000" d="M23 44V44C15.8203 44 10 38.1797 10 31V18C10 10.268 16.268 4 24 4V4"/></g></svg> </template>
CSS
.icon-airplane-window {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M10%2018C10%2010.268%2016.268%204%2024%204C31.732%204%2038%2010.268%2038%2018V30C38%2037.732%2031.732%2044%2024%2044C16.268%2044%2010%2037.732%2010%2030V18Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M10%2017L38%2017%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M22%2011L26%2011%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M10%2026C10%2026%2015.4%2025.4%2017%2027C18.6%2028.6%2018%2030.3687%2018%2030.3687C21%2030.3687%2024%2030.527%2024%2034C24%2036.5%2020%2038%2017.5%2036.3687C17.5%2038.5%2017%2040%2014%2040%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M38%2023C38%2023%2034.5%2021%2033%2022C31.5%2023%2032%2025%2032%2025C30.5%2024%2028%2025%2028%2027.5C28%2030%2030.5%2031%2033%2030C34%2033%2036.5%2033%2038%2032%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M25%2044V44C32.1797%2044%2038%2038.1797%2038%2031V18C38%2010.268%2031.732%204%2024%204V4%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M23%2044V44C15.8203%2044%2010%2038.1797%2010%2031V18C10%2010.268%2016.268%204%2024%204V4%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M10%2018C10%2010.268%2016.268%204%2024%204C31.732%204%2038%2010.268%2038%2018V30C38%2037.732%2031.732%2044%2024%2044C16.268%2044%2010%2037.732%2010%2030V18Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M10%2017L38%2017%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M22%2011L26%2011%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M10%2026C10%2026%2015.4%2025.4%2017%2027C18.6%2028.6%2018%2030.3687%2018%2030.3687C21%2030.3687%2024%2030.527%2024%2034C24%2036.5%2020%2038%2017.5%2036.3687C17.5%2038.5%2017%2040%2014%2040%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M38%2023C38%2023%2034.5%2021%2033%2022C31.5%2023%2032%2025%2032%2025C30.5%2024%2028%2025%2028%2027.5C28%2030%2030.5%2031%2033%2030C34%2033%2036.5%2033%2038%2032%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M25%2044V44C32.1797%2044%2038%2038.1797%2038%2031V18C38%2010.268%2031.732%204%2024%204V4%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M23%2044V44C15.8203%2044%2010%2038.1797%2010%2031V18C10%2010.268%2016.268%204%2024%204V4%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.svg?color=%231a73e8&size=48