air traffic control icon

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

Name
air-traffic-control-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="m223.51 82.73l-26.18 72a8 8 0 0 1-7.52 5.27H66.19a8 8 0 0 1-7.52-5.27l-26.18-72A8 8 0 0 1 40 72h176a8 8 0 0 1 7.51 10.73" opacity=".2"/><path 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.53H96v64a8 8 0 0 0 16 0v-64h32v64a8 8 0 0 0 16 0v-64h29.82a16 16 0 0 0 15-10.53l26.19-72a16 16 0 0 0-1.9-14.65M110.68 152l-13.1-72h60.84l-13.1 72ZM40 80h41.32l13.09 72H66.18Zm149.82 72h-28.23l13.09-72H216Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhAirTrafficControlDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m223.51 82.73l-26.18 72a8 8 0 0 1-7.52 5.27H66.19a8 8 0 0 1-7.52-5.27l-26.18-72A8 8 0 0 1 40 72h176a8 8 0 0 1 7.51 10.73" opacity=".2"/><path 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.53H96v64a8 8 0 0 0 16 0v-64h32v64a8 8 0 0 0 16 0v-64h29.82a16 16 0 0 0 15-10.53l26.19-72a16 16 0 0 0-1.9-14.65M110.68 152l-13.1-72h60.84l-13.1 72ZM40 80h41.32l13.09 72H66.18Zm149.82 72h-28.23l13.09-72H216Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m223.51 82.73l-26.18 72a8 8 0 0 1-7.52 5.27H66.19a8 8 0 0 1-7.52-5.27l-26.18-72A8 8 0 0 1 40 72h176a8 8 0 0 1 7.51 10.73" opacity=".2"/><path 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.53H96v64a8 8 0 0 0 16 0v-64h32v64a8 8 0 0 0 16 0v-64h29.82a16 16 0 0 0 15-10.53l26.19-72a16 16 0 0 0-1.9-14.65M110.68 152l-13.1-72h60.84l-13.1 72ZM40 80h41.32l13.09 72H66.18Zm149.82 72h-28.23l13.09-72H216Z"/></g></svg>
</template>

CSS

.icon-air-traffic-control-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m223.51%2082.73l-26.18%2072a8%208%200%200%201-7.52%205.27H66.19a8%208%200%200%201-7.52-5.27l-26.18-72A8%208%200%200%201%2040%2072h176a8%208%200%200%201%207.51%2010.73%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.53H96v64a8%208%200%200%200%2016%200v-64h32v64a8%208%200%200%200%2016%200v-64h29.82a16%2016%200%200%200%2015-10.53l26.19-72a16%2016%200%200%200-1.9-14.65M110.68%20152l-13.1-72h60.84l-13.1%2072ZM40%2080h41.32l13.09%2072H66.18Zm149.82%2072h-28.23l13.09-72H216Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m223.51%2082.73l-26.18%2072a8%208%200%200%201-7.52%205.27H66.19a8%208%200%200%201-7.52-5.27l-26.18-72A8%208%200%200%201%2040%2072h176a8%208%200%200%201%207.51%2010.73%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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.53H96v64a8%208%200%200%200%2016%200v-64h32v64a8%208%200%200%200%2016%200v-64h29.82a16%2016%200%200%200%2015-10.53l26.19-72a16%2016%200%200%200-1.9-14.65M110.68%20152l-13.1-72h60.84l-13.1%2072ZM40%2080h41.32l13.09%2072H66.18Zm149.82%2072h-28.23l13.09-72H216Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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