broadcast tower icon

broadcast-tower from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
broadcast-tower
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
broadcast-tower-solid

The same icon in other sets

More objects icons from Line Awesome

Use the broadcast tower icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.188 4.188c-4.297 4.183-4.282 11.125 0 15.406l1.406-1.407c-3.52-3.519-3.504-9.148 0-12.562zm17.625.093L23.405 5.72c3.524 3.523 3.524 9.039 0 12.562l1.407 1.438a10.897 10.897 0 0 0 0-15.438zM9.905 7.188c-2.586 2.585-2.586 6.82 0 9.406l1.406-1.407a4.68 4.68 0 0 1 0-6.593zm12.188.093L20.687 8.72a4.64 4.64 0 0 1 0 6.562l1.407 1.438c2.586-2.586 2.586-6.852 0-9.438zM16 10a2 2 0 0 0-2 2c0 .625.3 1.164.75 1.531L10.312 26H9v2h4v-2h-.594L16 15.969L19.594 26H19v2h4v-2h-1.313L17.25 13.531c.45-.367.75-.906.75-1.531a2 2 0 0 0-2-2"/></svg>

React

import type { SVGProps } from "react";

export function LaBroadcastTower(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.188 4.188c-4.297 4.183-4.282 11.125 0 15.406l1.406-1.407c-3.52-3.519-3.504-9.148 0-12.562zm17.625.093L23.405 5.72c3.524 3.523 3.524 9.039 0 12.562l1.407 1.438a10.897 10.897 0 0 0 0-15.438zM9.905 7.188c-2.586 2.585-2.586 6.82 0 9.406l1.406-1.407a4.68 4.68 0 0 1 0-6.593zm12.188.093L20.687 8.72a4.64 4.64 0 0 1 0 6.562l1.407 1.438c2.586-2.586 2.586-6.852 0-9.438zM16 10a2 2 0 0 0-2 2c0 .625.3 1.164.75 1.531L10.312 26H9v2h4v-2h-.594L16 15.969L19.594 26H19v2h4v-2h-1.313L17.25 13.531c.45-.367.75-.906.75-1.531a2 2 0 0 0-2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.188 4.188c-4.297 4.183-4.282 11.125 0 15.406l1.406-1.407c-3.52-3.519-3.504-9.148 0-12.562zm17.625.093L23.405 5.72c3.524 3.523 3.524 9.039 0 12.562l1.407 1.438a10.897 10.897 0 0 0 0-15.438zM9.905 7.188c-2.586 2.585-2.586 6.82 0 9.406l1.406-1.407a4.68 4.68 0 0 1 0-6.593zm12.188.093L20.687 8.72a4.64 4.64 0 0 1 0 6.562l1.407 1.438c2.586-2.586 2.586-6.852 0-9.438zM16 10a2 2 0 0 0-2 2c0 .625.3 1.164.75 1.531L10.312 26H9v2h4v-2h-.594L16 15.969L19.594 26H19v2h4v-2h-1.313L17.25 13.531c.45-.367.75-.906.75-1.531a2 2 0 0 0-2-2"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.188%204.188c-4.297%204.183-4.282%2011.125%200%2015.406l1.406-1.407c-3.52-3.519-3.504-9.148%200-12.562zm17.625.093L23.405%205.72c3.524%203.523%203.524%209.039%200%2012.562l1.407%201.438a10.897%2010.897%200%200%200%200-15.438zM9.905%207.188c-2.586%202.585-2.586%206.82%200%209.406l1.406-1.407a4.68%204.68%200%200%201%200-6.593zm12.188.093L20.687%208.72a4.64%204.64%200%200%201%200%206.562l1.407%201.438c2.586-2.586%202.586-6.852%200-9.438zM16%2010a2%202%200%200%200-2%202c0%20.625.3%201.164.75%201.531L10.312%2026H9v2h4v-2h-.594L16%2015.969L19.594%2026H19v2h4v-2h-1.313L17.25%2013.531c.45-.367.75-.906.75-1.531a2%202%200%200%200-2-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.188%204.188c-4.297%204.183-4.282%2011.125%200%2015.406l1.406-1.407c-3.52-3.519-3.504-9.148%200-12.562zm17.625.093L23.405%205.72c3.524%203.523%203.524%209.039%200%2012.562l1.407%201.438a10.897%2010.897%200%200%200%200-15.438zM9.905%207.188c-2.586%202.585-2.586%206.82%200%209.406l1.406-1.407a4.68%204.68%200%200%201%200-6.593zm12.188.093L20.687%208.72a4.64%204.64%200%200%201%200%206.562l1.407%201.438c2.586-2.586%202.586-6.852%200-9.438zM16%2010a2%202%200%200%200-2%202c0%20.625.3%201.164.75%201.531L10.312%2026H9v2h4v-2h-.594L16%2015.969L19.594%2026H19v2h4v-2h-1.313L17.25%2013.531c.45-.367.75-.906.75-1.531a2%202%200%200%200-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/broadcast-tower.svg?color=%231a73e8&size=48