airport 02 icon

airport-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
airport-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the airport 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.5 15h-13c-1.404 0-2.107 0-2.611.337a2 2 0 0 0-.552.552C2 16.393 2 17.096 2 18.5s0 2.107.337 2.611a2 2 0 0 0 .552.552C3.393 22 4.096 22 5.5 22h13c1.404 0 2.107 0 2.611-.337c.218-.146.406-.334.552-.552C22 20.607 22 19.904 22 18.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C20.607 15 19.904 15 18.5 15m-.5 3.5v.01m-4-.01v.01m-4-.01v.01m-4-.01v.01M20 15v-.5c0-1.405 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C18.607 11 17.904 11 16.5 11s-2.107 0-2.611.337a2 2 0 0 0-.552.552C13 12.393 13 13.096 13 14.5v.5m-4 0V8H5v7m6.191-11H2.809a.81.81 0 0 0-.724 1.17l.586 1.172c.403.807.605 1.21.967 1.434C4.001 8 4.452 8 5.354 8h3.292c.902 0 1.353 0 1.715-.224s.565-.627.968-1.434l.586-1.171A.81.81 0 0 0 11.19 4M7 4V2"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAirport02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.5 15h-13c-1.404 0-2.107 0-2.611.337a2 2 0 0 0-.552.552C2 16.393 2 17.096 2 18.5s0 2.107.337 2.611a2 2 0 0 0 .552.552C3.393 22 4.096 22 5.5 22h13c1.404 0 2.107 0 2.611-.337c.218-.146.406-.334.552-.552C22 20.607 22 19.904 22 18.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C20.607 15 19.904 15 18.5 15m-.5 3.5v.01m-4-.01v.01m-4-.01v.01m-4-.01v.01M20 15v-.5c0-1.405 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C18.607 11 17.904 11 16.5 11s-2.107 0-2.611.337a2 2 0 0 0-.552.552C13 12.393 13 13.096 13 14.5v.5m-4 0V8H5v7m6.191-11H2.809a.81.81 0 0 0-.724 1.17l.586 1.172c.403.807.605 1.21.967 1.434C4.001 8 4.452 8 5.354 8h3.292c.902 0 1.353 0 1.715-.224s.565-.627.968-1.434l.586-1.171A.81.81 0 0 0 11.19 4M7 4V2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.5 15h-13c-1.404 0-2.107 0-2.611.337a2 2 0 0 0-.552.552C2 16.393 2 17.096 2 18.5s0 2.107.337 2.611a2 2 0 0 0 .552.552C3.393 22 4.096 22 5.5 22h13c1.404 0 2.107 0 2.611-.337c.218-.146.406-.334.552-.552C22 20.607 22 19.904 22 18.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552C20.607 15 19.904 15 18.5 15m-.5 3.5v.01m-4-.01v.01m-4-.01v.01m-4-.01v.01M20 15v-.5c0-1.405 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C18.607 11 17.904 11 16.5 11s-2.107 0-2.611.337a2 2 0 0 0-.552.552C13 12.393 13 13.096 13 14.5v.5m-4 0V8H5v7m6.191-11H2.809a.81.81 0 0 0-.724 1.17l.586 1.172c.403.807.605 1.21.967 1.434C4.001 8 4.452 8 5.354 8h3.292c.902 0 1.353 0 1.715-.224s.565-.627.968-1.434l.586-1.171A.81.81 0 0 0 11.19 4M7 4V2"/></svg>
</template>

CSS

.icon-airport-02 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.5%2015h-13c-1.404%200-2.107%200-2.611.337a2%202%200%200%200-.552.552C2%2016.393%202%2017.096%202%2018.5s0%202.107.337%202.611a2%202%200%200%200%20.552.552C3.393%2022%204.096%2022%205.5%2022h13c1.404%200%202.107%200%202.611-.337c.218-.146.406-.334.552-.552C22%2020.607%2022%2019.904%2022%2018.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C20.607%2015%2019.904%2015%2018.5%2015m-.5%203.5v.01m-4-.01v.01m-4-.01v.01m-4-.01v.01M20%2015v-.5c0-1.405%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C18.607%2011%2017.904%2011%2016.5%2011s-2.107%200-2.611.337a2%202%200%200%200-.552.552C13%2012.393%2013%2013.096%2013%2014.5v.5m-4%200V8H5v7m6.191-11H2.809a.81.81%200%200%200-.724%201.17l.586%201.172c.403.807.605%201.21.967%201.434C4.001%208%204.452%208%205.354%208h3.292c.902%200%201.353%200%201.715-.224s.565-.627.968-1.434l.586-1.171A.81.81%200%200%200%2011.19%204M7%204V2%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.5%2015h-13c-1.404%200-2.107%200-2.611.337a2%202%200%200%200-.552.552C2%2016.393%202%2017.096%202%2018.5s0%202.107.337%202.611a2%202%200%200%200%20.552.552C3.393%2022%204.096%2022%205.5%2022h13c1.404%200%202.107%200%202.611-.337c.218-.146.406-.334.552-.552C22%2020.607%2022%2019.904%2022%2018.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552C20.607%2015%2019.904%2015%2018.5%2015m-.5%203.5v.01m-4-.01v.01m-4-.01v.01m-4-.01v.01M20%2015v-.5c0-1.405%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C18.607%2011%2017.904%2011%2016.5%2011s-2.107%200-2.611.337a2%202%200%200%200-.552.552C13%2012.393%2013%2013.096%2013%2014.5v.5m-4%200V8H5v7m6.191-11H2.809a.81.81%200%200%200-.724%201.17l.586%201.172c.403.807.605%201.21.967%201.434C4.001%208%204.452%208%205.354%208h3.292c.902%200%201.353%200%201.715-.224s.565-.627.968-1.434l.586-1.171A.81.81%200%200%200%2011.19%204M7%204V2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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