air traffic control icon

air-traffic-control-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
air-traffic-control-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the air traffic control icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.11 70.82A16 16 0 0 0 216 64h-80V32h16a8 8 0 0 0 0-16h-48a8 8 0 0 0 0 16h16v32H40a16 16 0 0 0-15 21.47l26.19 72a16 16 0 0 0 15 10.53h123.63a16 16 0 0 0 15-10.53l26.19-72a16 16 0 0 0-1.9-14.65m-126.59 81.05a8 8 0 0 1-1.44.13a8 8 0 0 1-7.86-6.57L83 89.43a8 8 0 0 1 15.75-2.86l10.18 56a8 8 0 0 1-6.41 9.3M173 89.43l-10.19 56a8 8 0 0 1-7.86 6.57a8 8 0 0 1-1.44-.13a8 8 0 0 1-6.44-9.3l10.18-56A8 8 0 0 1 173 89.43M160 188v44a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-44a4 4 0 0 1 4-4h56a4 4 0 0 1 4 4"/></svg>

React

import type { SVGProps } from "react";

export function PhAirTrafficControlFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.11 70.82A16 16 0 0 0 216 64h-80V32h16a8 8 0 0 0 0-16h-48a8 8 0 0 0 0 16h16v32H40a16 16 0 0 0-15 21.47l26.19 72a16 16 0 0 0 15 10.53h123.63a16 16 0 0 0 15-10.53l26.19-72a16 16 0 0 0-1.9-14.65m-126.59 81.05a8 8 0 0 1-1.44.13a8 8 0 0 1-7.86-6.57L83 89.43a8 8 0 0 1 15.75-2.86l10.18 56a8 8 0 0 1-6.41 9.3M173 89.43l-10.19 56a8 8 0 0 1-7.86 6.57a8 8 0 0 1-1.44-.13a8 8 0 0 1-6.44-9.3l10.18-56A8 8 0 0 1 173 89.43M160 188v44a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-44a4 4 0 0 1 4-4h56a4 4 0 0 1 4 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.11 70.82A16 16 0 0 0 216 64h-80V32h16a8 8 0 0 0 0-16h-48a8 8 0 0 0 0 16h16v32H40a16 16 0 0 0-15 21.47l26.19 72a16 16 0 0 0 15 10.53h123.63a16 16 0 0 0 15-10.53l26.19-72a16 16 0 0 0-1.9-14.65m-126.59 81.05a8 8 0 0 1-1.44.13a8 8 0 0 1-7.86-6.57L83 89.43a8 8 0 0 1 15.75-2.86l10.18 56a8 8 0 0 1-6.41 9.3M173 89.43l-10.19 56a8 8 0 0 1-7.86 6.57a8 8 0 0 1-1.44-.13a8 8 0 0 1-6.44-9.3l10.18-56A8 8 0 0 1 173 89.43M160 188v44a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-44a4 4 0 0 1 4-4h56a4 4 0 0 1 4 4"/></svg>
</template>

CSS

.icon-air-traffic-control-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M229.11%2070.82A16%2016%200%200%200%20216%2064h-80V32h16a8%208%200%200%200%200-16h-48a8%208%200%200%200%200%2016h16v32H40a16%2016%200%200%200-15%2021.47l26.19%2072a16%2016%200%200%200%2015%2010.53h123.63a16%2016%200%200%200%2015-10.53l26.19-72a16%2016%200%200%200-1.9-14.65m-126.59%2081.05a8%208%200%200%201-1.44.13a8%208%200%200%201-7.86-6.57L83%2089.43a8%208%200%200%201%2015.75-2.86l10.18%2056a8%208%200%200%201-6.41%209.3M173%2089.43l-10.19%2056a8%208%200%200%201-7.86%206.57a8%208%200%200%201-1.44-.13a8%208%200%200%201-6.44-9.3l10.18-56A8%208%200%200%201%20173%2089.43M160%20188v44a8%208%200%200%201-8%208h-48a8%208%200%200%201-8-8v-44a4%204%200%200%201%204-4h56a4%204%200%200%201%204%204%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M229.11%2070.82A16%2016%200%200%200%20216%2064h-80V32h16a8%208%200%200%200%200-16h-48a8%208%200%200%200%200%2016h16v32H40a16%2016%200%200%200-15%2021.47l26.19%2072a16%2016%200%200%200%2015%2010.53h123.63a16%2016%200%200%200%2015-10.53l26.19-72a16%2016%200%200%200-1.9-14.65m-126.59%2081.05a8%208%200%200%201-1.44.13a8%208%200%200%201-7.86-6.57L83%2089.43a8%208%200%200%201%2015.75-2.86l10.18%2056a8%208%200%200%201-6.41%209.3M173%2089.43l-10.19%2056a8%208%200%200%201-7.86%206.57a8%208%200%200%201-1.44-.13a8%208%200%200%201-6.44-9.3l10.18-56A8%208%200%200%201%20173%2089.43M160%20188v44a8%208%200%200%201-8%208h-48a8%208%200%200%201-8-8v-44a4%204%200%200%201%204-4h56a4%204%200%200%201%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/air-traffic-control-fill.svg?color=%231a73e8&size=48