broadcast tower icon
broadcast-tower from Font Awesome Solid by Dave Gandy · Solid · Audio & Video · CC-BY-4.0 Attribution required.
- Name
- broadcast-tower
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Audio & Video
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More audio & video icons from Font Awesome Solid
Use the broadcast tower icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M119.9 75.5c-11.3-6.9-26.1-3.2-33 8.1c-24.8 41-39 89.1-39 140.4s14.2 99.4 39 140.4c6.9 11.3 21.6 15 33 8.1s15-21.6 8.1-33c-20.3-33.6-32-73.2-32-115.5s11.7-81.9 32.1-115.6c6.9-11.3 3.2-26.1-8.1-33zm400.1 0c-11.3 6.9-15 21.6-8.1 33c20.4 33.7 32.1 73.3 32.1 115.6s-11.7 81.9-32.1 115.6c-6.9 11.3-3.2 26.1 8.1 33s26.1 3.2 33-8.1c24.8-41 39-89.1 39-140.4s-14.2-99.6-39-140.6c-6.9-11.3-21.6-15-33-8.1M352 279.4c19.1-11.1 32-31.7 32-55.4c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 23.7 12.9 44.4 32 55.4V544c0 17.7 14.3 32 32 32s32-14.3 32-32zM212.2 155c7.2-11.2 3.9-26-7.2-33.2s-26-3.9-33.2 7.2c-17.6 27.4-27.8 60-27.8 95s10.2 67.6 27.8 95c7.2 11.2 22 14.4 33.2 7.2s14.4-22 7.2-33.2c-12.8-19.9-20.2-43.6-20.2-69s7.4-49.1 20.2-69m256-26c-7.2-11.2-22-14.4-33.2-7.2s-14.4 22-7.2 33.2c12.8 19.9 20.2 43.6 20.2 69s-7.4 49.1-20.2 69c-7.2 11.2-3.9 26 7.2 33.2s26 3.9 33.2-7.2c17.6-27.4 27.8-60 27.8-95s-10.2-67.6-27.8-95"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBroadcastTower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M119.9 75.5c-11.3-6.9-26.1-3.2-33 8.1c-24.8 41-39 89.1-39 140.4s14.2 99.4 39 140.4c6.9 11.3 21.6 15 33 8.1s15-21.6 8.1-33c-20.3-33.6-32-73.2-32-115.5s11.7-81.9 32.1-115.6c6.9-11.3 3.2-26.1-8.1-33zm400.1 0c-11.3 6.9-15 21.6-8.1 33c20.4 33.7 32.1 73.3 32.1 115.6s-11.7 81.9-32.1 115.6c-6.9 11.3-3.2 26.1 8.1 33s26.1 3.2 33-8.1c24.8-41 39-89.1 39-140.4s-14.2-99.6-39-140.6c-6.9-11.3-21.6-15-33-8.1M352 279.4c19.1-11.1 32-31.7 32-55.4c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 23.7 12.9 44.4 32 55.4V544c0 17.7 14.3 32 32 32s32-14.3 32-32zM212.2 155c7.2-11.2 3.9-26-7.2-33.2s-26-3.9-33.2 7.2c-17.6 27.4-27.8 60-27.8 95s10.2 67.6 27.8 95c7.2 11.2 22 14.4 33.2 7.2s14.4-22 7.2-33.2c-12.8-19.9-20.2-43.6-20.2-69s7.4-49.1 20.2-69m256-26c-7.2-11.2-22-14.4-33.2-7.2s-14.4 22-7.2 33.2c12.8 19.9 20.2 43.6 20.2 69s-7.4 49.1-20.2 69c-7.2 11.2-3.9 26 7.2 33.2s26 3.9 33.2-7.2c17.6-27.4 27.8-60 27.8-95s-10.2-67.6-27.8-95"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M119.9 75.5c-11.3-6.9-26.1-3.2-33 8.1c-24.8 41-39 89.1-39 140.4s14.2 99.4 39 140.4c6.9 11.3 21.6 15 33 8.1s15-21.6 8.1-33c-20.3-33.6-32-73.2-32-115.5s11.7-81.9 32.1-115.6c6.9-11.3 3.2-26.1-8.1-33zm400.1 0c-11.3 6.9-15 21.6-8.1 33c20.4 33.7 32.1 73.3 32.1 115.6s-11.7 81.9-32.1 115.6c-6.9 11.3-3.2 26.1 8.1 33s26.1 3.2 33-8.1c24.8-41 39-89.1 39-140.4s-14.2-99.6-39-140.6c-6.9-11.3-21.6-15-33-8.1M352 279.4c19.1-11.1 32-31.7 32-55.4c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 23.7 12.9 44.4 32 55.4V544c0 17.7 14.3 32 32 32s32-14.3 32-32zM212.2 155c7.2-11.2 3.9-26-7.2-33.2s-26-3.9-33.2 7.2c-17.6 27.4-27.8 60-27.8 95s10.2 67.6 27.8 95c7.2 11.2 22 14.4 33.2 7.2s14.4-22 7.2-33.2c-12.8-19.9-20.2-43.6-20.2-69s7.4-49.1 20.2-69m256-26c-7.2-11.2-22-14.4-33.2-7.2s-14.4 22-7.2 33.2c12.8 19.9 20.2 43.6 20.2 69s-7.4 49.1-20.2 69c-7.2 11.2-3.9 26 7.2 33.2s26 3.9 33.2-7.2c17.6-27.4 27.8-60 27.8-95s-10.2-67.6-27.8-95"/></svg> </template>
CSS
.icon-broadcast-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M119.9%2075.5c-11.3-6.9-26.1-3.2-33%208.1c-24.8%2041-39%2089.1-39%20140.4s14.2%2099.4%2039%20140.4c6.9%2011.3%2021.6%2015%2033%208.1s15-21.6%208.1-33c-20.3-33.6-32-73.2-32-115.5s11.7-81.9%2032.1-115.6c6.9-11.3%203.2-26.1-8.1-33zm400.1%200c-11.3%206.9-15%2021.6-8.1%2033c20.4%2033.7%2032.1%2073.3%2032.1%20115.6s-11.7%2081.9-32.1%20115.6c-6.9%2011.3-3.2%2026.1%208.1%2033s26.1%203.2%2033-8.1c24.8-41%2039-89.1%2039-140.4s-14.2-99.6-39-140.6c-6.9-11.3-21.6-15-33-8.1M352%20279.4c19.1-11.1%2032-31.7%2032-55.4c0-35.3-28.7-64-64-64s-64%2028.7-64%2064c0%2023.7%2012.9%2044.4%2032%2055.4V544c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zM212.2%20155c7.2-11.2%203.9-26-7.2-33.2s-26-3.9-33.2%207.2c-17.6%2027.4-27.8%2060-27.8%2095s10.2%2067.6%2027.8%2095c7.2%2011.2%2022%2014.4%2033.2%207.2s14.4-22%207.2-33.2c-12.8-19.9-20.2-43.6-20.2-69s7.4-49.1%2020.2-69m256-26c-7.2-11.2-22-14.4-33.2-7.2s-14.4%2022-7.2%2033.2c12.8%2019.9%2020.2%2043.6%2020.2%2069s-7.4%2049.1-20.2%2069c-7.2%2011.2-3.9%2026%207.2%2033.2s26%203.9%2033.2-7.2c17.6-27.4%2027.8-60%2027.8-95s-10.2-67.6-27.8-95%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M119.9%2075.5c-11.3-6.9-26.1-3.2-33%208.1c-24.8%2041-39%2089.1-39%20140.4s14.2%2099.4%2039%20140.4c6.9%2011.3%2021.6%2015%2033%208.1s15-21.6%208.1-33c-20.3-33.6-32-73.2-32-115.5s11.7-81.9%2032.1-115.6c6.9-11.3%203.2-26.1-8.1-33zm400.1%200c-11.3%206.9-15%2021.6-8.1%2033c20.4%2033.7%2032.1%2073.3%2032.1%20115.6s-11.7%2081.9-32.1%20115.6c-6.9%2011.3-3.2%2026.1%208.1%2033s26.1%203.2%2033-8.1c24.8-41%2039-89.1%2039-140.4s-14.2-99.6-39-140.6c-6.9-11.3-21.6-15-33-8.1M352%20279.4c19.1-11.1%2032-31.7%2032-55.4c0-35.3-28.7-64-64-64s-64%2028.7-64%2064c0%2023.7%2012.9%2044.4%2032%2055.4V544c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zM212.2%20155c7.2-11.2%203.9-26-7.2-33.2s-26-3.9-33.2%207.2c-17.6%2027.4-27.8%2060-27.8%2095s10.2%2067.6%2027.8%2095c7.2%2011.2%2022%2014.4%2033.2%207.2s14.4-22%207.2-33.2c-12.8-19.9-20.2-43.6-20.2-69s7.4-49.1%2020.2-69m256-26c-7.2-11.2-22-14.4-33.2-7.2s-14.4%2022-7.2%2033.2c12.8%2019.9%2020.2%2043.6%2020.2%2069s-7.4%2049.1-20.2%2069c-7.2%2011.2-3.9%2026%207.2%2033.2s26%203.9%2033.2-7.2c17.6-27.4%2027.8-60%2027.8-95s-10.2-67.6-27.8-95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/broadcast-tower.svg?color=%231a73e8&size=48