airport tower icon

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

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

Related icons in Huge Icons

Use the airport tower 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="M20.123 6H3.877a.877.877 0 0 0-.843 1.118l1.137 3.98c.4 1.397.599 2.095 1.133 2.499C5.84 14 6.565 14 8.017 14h7.966c1.452 0 2.178 0 2.713-.403c.534-.404.734-1.102 1.133-2.498l1.137-3.98A.877.877 0 0 0 20.123 6M16 6l-1 8m-6 0L8 6m7 8v8m-6-8v8m1-20h4m-2 0v4"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAirportTower(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="M20.123 6H3.877a.877.877 0 0 0-.843 1.118l1.137 3.98c.4 1.397.599 2.095 1.133 2.499C5.84 14 6.565 14 8.017 14h7.966c1.452 0 2.178 0 2.713-.403c.534-.404.734-1.102 1.133-2.498l1.137-3.98A.877.877 0 0 0 20.123 6M16 6l-1 8m-6 0L8 6m7 8v8m-6-8v8m1-20h4m-2 0v4"/></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="M20.123 6H3.877a.877.877 0 0 0-.843 1.118l1.137 3.98c.4 1.397.599 2.095 1.133 2.499C5.84 14 6.565 14 8.017 14h7.966c1.452 0 2.178 0 2.713-.403c.534-.404.734-1.102 1.133-2.498l1.137-3.98A.877.877 0 0 0 20.123 6M16 6l-1 8m-6 0L8 6m7 8v8m-6-8v8m1-20h4m-2 0v4"/></svg>
</template>

CSS

.icon-airport-tower {
  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%22M20.123%206H3.877a.877.877%200%200%200-.843%201.118l1.137%203.98c.4%201.397.599%202.095%201.133%202.499C5.84%2014%206.565%2014%208.017%2014h7.966c1.452%200%202.178%200%202.713-.403c.534-.404.734-1.102%201.133-2.498l1.137-3.98A.877.877%200%200%200%2020.123%206M16%206l-1%208m-6%200L8%206m7%208v8m-6-8v8m1-20h4m-2%200v4%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%22M20.123%206H3.877a.877.877%200%200%200-.843%201.118l1.137%203.98c.4%201.397.599%202.095%201.133%202.499C5.84%2014%206.565%2014%208.017%2014h7.966c1.452%200%202.178%200%202.713-.403c.534-.404.734-1.102%201.133-2.498l1.137-3.98A.877.877%200%200%200%2020.123%206M16%206l-1%208m-6%200L8%206m7%208v8m-6-8v8m1-20h4m-2%200v4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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