air traffic control icon
air-traffic-control-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- air-traffic-control-light
- Set
- Phosphor
- Style
- Light
- 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="M227.47 72A14 14 0 0 0 216 66h-82V30h18a6 6 0 0 0 0-12h-48a6 6 0 0 0 0 12h18v36H40a14 14 0 0 0-13.16 18.78l26.19 72A14 14 0 0 0 66.18 166H98v66a6 6 0 0 0 12 0v-66h36v66a6 6 0 0 0 12 0v-66h31.82a14 14 0 0 0 13.18-9.22l26.19-72A14 14 0 0 0 227.47 72M109 154L95.19 78h65.62L147 154Zm-44.7-1.32l-26.18-72a2 2 0 0 1 .24-1.83A1.94 1.94 0 0 1 40 78h43l13.82 76H66.18a2 2 0 0 1-1.88-1.32m153.58-72l-26.18 72a2 2 0 0 1-1.88 1.32h-30.63L173 78h43a1.94 1.94 0 0 1 1.64.85a2 2 0 0 1 .24 1.83"/></svg>
React
import type { SVGProps } from "react";
export function PhAirTrafficControlLight(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="M227.47 72A14 14 0 0 0 216 66h-82V30h18a6 6 0 0 0 0-12h-48a6 6 0 0 0 0 12h18v36H40a14 14 0 0 0-13.16 18.78l26.19 72A14 14 0 0 0 66.18 166H98v66a6 6 0 0 0 12 0v-66h36v66a6 6 0 0 0 12 0v-66h31.82a14 14 0 0 0 13.18-9.22l26.19-72A14 14 0 0 0 227.47 72M109 154L95.19 78h65.62L147 154Zm-44.7-1.32l-26.18-72a2 2 0 0 1 .24-1.83A1.94 1.94 0 0 1 40 78h43l13.82 76H66.18a2 2 0 0 1-1.88-1.32m153.58-72l-26.18 72a2 2 0 0 1-1.88 1.32h-30.63L173 78h43a1.94 1.94 0 0 1 1.64.85a2 2 0 0 1 .24 1.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.47 72A14 14 0 0 0 216 66h-82V30h18a6 6 0 0 0 0-12h-48a6 6 0 0 0 0 12h18v36H40a14 14 0 0 0-13.16 18.78l26.19 72A14 14 0 0 0 66.18 166H98v66a6 6 0 0 0 12 0v-66h36v66a6 6 0 0 0 12 0v-66h31.82a14 14 0 0 0 13.18-9.22l26.19-72A14 14 0 0 0 227.47 72M109 154L95.19 78h65.62L147 154Zm-44.7-1.32l-26.18-72a2 2 0 0 1 .24-1.83A1.94 1.94 0 0 1 40 78h43l13.82 76H66.18a2 2 0 0 1-1.88-1.32m153.58-72l-26.18 72a2 2 0 0 1-1.88 1.32h-30.63L173 78h43a1.94 1.94 0 0 1 1.64.85a2 2 0 0 1 .24 1.83"/></svg> </template>
CSS
.icon-air-traffic-control-light {
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%22M227.47%2072A14%2014%200%200%200%20216%2066h-82V30h18a6%206%200%200%200%200-12h-48a6%206%200%200%200%200%2012h18v36H40a14%2014%200%200%200-13.16%2018.78l26.19%2072A14%2014%200%200%200%2066.18%20166H98v66a6%206%200%200%200%2012%200v-66h36v66a6%206%200%200%200%2012%200v-66h31.82a14%2014%200%200%200%2013.18-9.22l26.19-72A14%2014%200%200%200%20227.47%2072M109%20154L95.19%2078h65.62L147%20154Zm-44.7-1.32l-26.18-72a2%202%200%200%201%20.24-1.83A1.94%201.94%200%200%201%2040%2078h43l13.82%2076H66.18a2%202%200%200%201-1.88-1.32m153.58-72l-26.18%2072a2%202%200%200%201-1.88%201.32h-30.63L173%2078h43a1.94%201.94%200%200%201%201.64.85a2%202%200%200%201%20.24%201.83%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%22M227.47%2072A14%2014%200%200%200%20216%2066h-82V30h18a6%206%200%200%200%200-12h-48a6%206%200%200%200%200%2012h18v36H40a14%2014%200%200%200-13.16%2018.78l26.19%2072A14%2014%200%200%200%2066.18%20166H98v66a6%206%200%200%200%2012%200v-66h36v66a6%206%200%200%200%2012%200v-66h31.82a14%2014%200%200%200%2013.18-9.22l26.19-72A14%2014%200%200%200%20227.47%2072M109%20154L95.19%2078h65.62L147%20154Zm-44.7-1.32l-26.18-72a2%202%200%200%201%20.24-1.83A1.94%201.94%200%200%201%2040%2078h43l13.82%2076H66.18a2%202%200%200%201-1.88-1.32m153.58-72l-26.18%2072a2%202%200%200%201-1.88%201.32h-30.63L173%2078h43a1.94%201.94%200%200%201%201.64.85a2%202%200%200%201%20.24%201.83%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-light.svg?color=%231a73e8&size=48