tower broadcast icon
tower-broadcast from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- tower-broadcast
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the tower broadcast icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M80.3 44C69.8 69.9 64 98.2 64 128s5.8 58.1 16.3 84c6.6 16.4-1.3 35-17.7 41.7s-35-1.3-41.7-17.7C7.4 202.6 0 166.1 0 128S7.4 53.4 20.9 20C27.6 3.6 46.2-4.3 62.6 2.3S86.9 27.6 80.3 44m474.8-24C568.6 53.4 576 89.9 576 128s-7.4 74.6-20.9 108c-6.6 16.4-25.3 24.3-41.7 17.7s-24.3-25.3-17.7-41.7c10.5-25.9 16.3-54.2 16.3-84s-5.8-58.1-16.3-84c-6.6-16.4 1.3-35 17.7-41.7s35 1.3 41.7 17.7M352 128c0 23.7-12.9 44.4-32 55.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V183.4c-19.1-11.1-32-31.7-32-55.4c0-35.3 28.7-64 64-64s64 28.7 64 64M170.6 76.8C163.8 92.4 160 109.7 160 128s3.8 35.6 10.6 51.2c7.1 16.2-.3 35.1-16.5 42.1S119 221 112 204.8c-10.3-23.6-16-49.6-16-76.8s5.7-53.2 16-76.8c7.1-16.2 25.9-23.6 42.1-16.5s23.6 25.9 16.5 42.1M464 51.2c10.3 23.6 16 49.6 16 76.8s-5.7 53.2-16 76.8c-7.1 16.2-25.9 23.6-42.1 16.5s-23.6-25.9-16.5-42.1c6.8-15.6 10.6-32.9 10.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2.3-35.1 16.5-42.1S457 35 464 51.2"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidTowerBroadcast(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M80.3 44C69.8 69.9 64 98.2 64 128s5.8 58.1 16.3 84c6.6 16.4-1.3 35-17.7 41.7s-35-1.3-41.7-17.7C7.4 202.6 0 166.1 0 128S7.4 53.4 20.9 20C27.6 3.6 46.2-4.3 62.6 2.3S86.9 27.6 80.3 44m474.8-24C568.6 53.4 576 89.9 576 128s-7.4 74.6-20.9 108c-6.6 16.4-25.3 24.3-41.7 17.7s-24.3-25.3-17.7-41.7c10.5-25.9 16.3-54.2 16.3-84s-5.8-58.1-16.3-84c-6.6-16.4 1.3-35 17.7-41.7s35 1.3 41.7 17.7M352 128c0 23.7-12.9 44.4-32 55.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V183.4c-19.1-11.1-32-31.7-32-55.4c0-35.3 28.7-64 64-64s64 28.7 64 64M170.6 76.8C163.8 92.4 160 109.7 160 128s3.8 35.6 10.6 51.2c7.1 16.2-.3 35.1-16.5 42.1S119 221 112 204.8c-10.3-23.6-16-49.6-16-76.8s5.7-53.2 16-76.8c7.1-16.2 25.9-23.6 42.1-16.5s23.6 25.9 16.5 42.1M464 51.2c10.3 23.6 16 49.6 16 76.8s-5.7 53.2-16 76.8c-7.1 16.2-25.9 23.6-42.1 16.5s-23.6-25.9-16.5-42.1c6.8-15.6 10.6-32.9 10.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2.3-35.1 16.5-42.1S457 35 464 51.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M80.3 44C69.8 69.9 64 98.2 64 128s5.8 58.1 16.3 84c6.6 16.4-1.3 35-17.7 41.7s-35-1.3-41.7-17.7C7.4 202.6 0 166.1 0 128S7.4 53.4 20.9 20C27.6 3.6 46.2-4.3 62.6 2.3S86.9 27.6 80.3 44m474.8-24C568.6 53.4 576 89.9 576 128s-7.4 74.6-20.9 108c-6.6 16.4-25.3 24.3-41.7 17.7s-24.3-25.3-17.7-41.7c10.5-25.9 16.3-54.2 16.3-84s-5.8-58.1-16.3-84c-6.6-16.4 1.3-35 17.7-41.7s35 1.3 41.7 17.7M352 128c0 23.7-12.9 44.4-32 55.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V183.4c-19.1-11.1-32-31.7-32-55.4c0-35.3 28.7-64 64-64s64 28.7 64 64M170.6 76.8C163.8 92.4 160 109.7 160 128s3.8 35.6 10.6 51.2c7.1 16.2-.3 35.1-16.5 42.1S119 221 112 204.8c-10.3-23.6-16-49.6-16-76.8s5.7-53.2 16-76.8c7.1-16.2 25.9-23.6 42.1-16.5s23.6 25.9 16.5 42.1M464 51.2c10.3 23.6 16 49.6 16 76.8s-5.7 53.2-16 76.8c-7.1 16.2-25.9 23.6-42.1 16.5s-23.6-25.9-16.5-42.1c6.8-15.6 10.6-32.9 10.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2.3-35.1 16.5-42.1S457 35 464 51.2"/></svg> </template>
CSS
.icon-tower-broadcast {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80.3%2044C69.8%2069.9%2064%2098.2%2064%20128s5.8%2058.1%2016.3%2084c6.6%2016.4-1.3%2035-17.7%2041.7s-35-1.3-41.7-17.7C7.4%20202.6%200%20166.1%200%20128S7.4%2053.4%2020.9%2020C27.6%203.6%2046.2-4.3%2062.6%202.3S86.9%2027.6%2080.3%2044m474.8-24C568.6%2053.4%20576%2089.9%20576%20128s-7.4%2074.6-20.9%20108c-6.6%2016.4-25.3%2024.3-41.7%2017.7s-24.3-25.3-17.7-41.7c10.5-25.9%2016.3-54.2%2016.3-84s-5.8-58.1-16.3-84c-6.6-16.4%201.3-35%2017.7-41.7s35%201.3%2041.7%2017.7M352%20128c0%2023.7-12.9%2044.4-32%2055.4V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V183.4c-19.1-11.1-32-31.7-32-55.4c0-35.3%2028.7-64%2064-64s64%2028.7%2064%2064M170.6%2076.8C163.8%2092.4%20160%20109.7%20160%20128s3.8%2035.6%2010.6%2051.2c7.1%2016.2-.3%2035.1-16.5%2042.1S119%20221%20112%20204.8c-10.3-23.6-16-49.6-16-76.8s5.7-53.2%2016-76.8c7.1-16.2%2025.9-23.6%2042.1-16.5s23.6%2025.9%2016.5%2042.1M464%2051.2c10.3%2023.6%2016%2049.6%2016%2076.8s-5.7%2053.2-16%2076.8c-7.1%2016.2-25.9%2023.6-42.1%2016.5s-23.6-25.9-16.5-42.1c6.8-15.6%2010.6-32.9%2010.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2.3-35.1%2016.5-42.1S457%2035%20464%2051.2%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80.3%2044C69.8%2069.9%2064%2098.2%2064%20128s5.8%2058.1%2016.3%2084c6.6%2016.4-1.3%2035-17.7%2041.7s-35-1.3-41.7-17.7C7.4%20202.6%200%20166.1%200%20128S7.4%2053.4%2020.9%2020C27.6%203.6%2046.2-4.3%2062.6%202.3S86.9%2027.6%2080.3%2044m474.8-24C568.6%2053.4%20576%2089.9%20576%20128s-7.4%2074.6-20.9%20108c-6.6%2016.4-25.3%2024.3-41.7%2017.7s-24.3-25.3-17.7-41.7c10.5-25.9%2016.3-54.2%2016.3-84s-5.8-58.1-16.3-84c-6.6-16.4%201.3-35%2017.7-41.7s35%201.3%2041.7%2017.7M352%20128c0%2023.7-12.9%2044.4-32%2055.4V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V183.4c-19.1-11.1-32-31.7-32-55.4c0-35.3%2028.7-64%2064-64s64%2028.7%2064%2064M170.6%2076.8C163.8%2092.4%20160%20109.7%20160%20128s3.8%2035.6%2010.6%2051.2c7.1%2016.2-.3%2035.1-16.5%2042.1S119%20221%20112%20204.8c-10.3-23.6-16-49.6-16-76.8s5.7-53.2%2016-76.8c7.1-16.2%2025.9-23.6%2042.1-16.5s23.6%2025.9%2016.5%2042.1M464%2051.2c10.3%2023.6%2016%2049.6%2016%2076.8s-5.7%2053.2-16%2076.8c-7.1%2016.2-25.9%2023.6-42.1%2016.5s-23.6-25.9-16.5-42.1c6.8-15.6%2010.6-32.9%2010.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2.3-35.1%2016.5-42.1S457%2035%20464%2051.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/tower-broadcast.svg?color=%231a73e8&size=48