radio tower icon

radio-tower from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
radio-tower
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the radio tower icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.6 9.68c-.14 0-.28-.06-.38-.17A6.14 6.14 0 0 1 1.75 5.5c0-1.67.65-3.24 1.84-4.42c.2-.2.51-.19.71 0c.19.2.19.51 0 .71c-.99.99-1.54 2.3-1.54 3.71c0 1.26.43 2.42 1.23 3.35c.18.21.16.53-.05.71c-.09.08-.21.12-.33.12zm.9-1.78c.1.14.25.21.41.21a.499.499 0 0 0 .41-.79c-.37-.53-.57-1.16-.57-1.82c0-.87.34-1.68.95-2.3c.2-.19.2-.51 0-.71s-.51-.2-.71 0c-.8.8-1.25 1.87-1.25 3c0 .87.26 1.69.75 2.4zm7.91-6.82c-.2-.2-.51-.19-.71 0c-.19.2-.19.51 0 .71c.99.99 1.54 2.3 1.54 3.71c0 1.26-.43 2.42-1.23 3.35c-.18.21-.16.53.05.71c.09.08.21.12.33.12c.14 0 .28-.06.38-.17c.95-1.1 1.47-2.53 1.47-4.01c0-1.67-.65-3.24-1.84-4.42zM11.25 5.5c0 .66-.2 1.29-.57 1.82c-.16.23-.1.54.12.7c.09.06.19.09.29.09c.16 0 .31-.07.41-.21c.49-.7.75-1.53.75-2.4c0-1.13-.44-2.2-1.25-3c-.2-.2-.51-.2-.71 0s-.2.51 0 .71c.61.61.95 1.43.95 2.3zm1.21 8.8a.498.498 0 0 1-.46.7a.5.5 0 0 1-.46-.3L10.8 13H5.2l-.74 1.7a.5.5 0 0 1-.66.26a.507.507 0 0 1-.26-.66l3.39-7.75c-.27-.27-.43-.64-.43-1.05C6.5 4.67 7.17 4 8 4a1.498 1.498 0 0 1 1.07 2.55zM7.5 5.5c0 .28.22.5.5.5s.5-.22.5-.5S8.28 5 8 5s-.5.22-.5.5m2.86 6.5L8.17 6.98c-.06 0-.11.02-.17.02s-.11-.01-.17-.02L5.64 12z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconRadioTower(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.6 9.68c-.14 0-.28-.06-.38-.17A6.14 6.14 0 0 1 1.75 5.5c0-1.67.65-3.24 1.84-4.42c.2-.2.51-.19.71 0c.19.2.19.51 0 .71c-.99.99-1.54 2.3-1.54 3.71c0 1.26.43 2.42 1.23 3.35c.18.21.16.53-.05.71c-.09.08-.21.12-.33.12zm.9-1.78c.1.14.25.21.41.21a.499.499 0 0 0 .41-.79c-.37-.53-.57-1.16-.57-1.82c0-.87.34-1.68.95-2.3c.2-.19.2-.51 0-.71s-.51-.2-.71 0c-.8.8-1.25 1.87-1.25 3c0 .87.26 1.69.75 2.4zm7.91-6.82c-.2-.2-.51-.19-.71 0c-.19.2-.19.51 0 .71c.99.99 1.54 2.3 1.54 3.71c0 1.26-.43 2.42-1.23 3.35c-.18.21-.16.53.05.71c.09.08.21.12.33.12c.14 0 .28-.06.38-.17c.95-1.1 1.47-2.53 1.47-4.01c0-1.67-.65-3.24-1.84-4.42zM11.25 5.5c0 .66-.2 1.29-.57 1.82c-.16.23-.1.54.12.7c.09.06.19.09.29.09c.16 0 .31-.07.41-.21c.49-.7.75-1.53.75-2.4c0-1.13-.44-2.2-1.25-3c-.2-.2-.51-.2-.71 0s-.2.51 0 .71c.61.61.95 1.43.95 2.3zm1.21 8.8a.498.498 0 0 1-.46.7a.5.5 0 0 1-.46-.3L10.8 13H5.2l-.74 1.7a.5.5 0 0 1-.66.26a.507.507 0 0 1-.26-.66l3.39-7.75c-.27-.27-.43-.64-.43-1.05C6.5 4.67 7.17 4 8 4a1.498 1.498 0 0 1 1.07 2.55zM7.5 5.5c0 .28.22.5.5.5s.5-.22.5-.5S8.28 5 8 5s-.5.22-.5.5m2.86 6.5L8.17 6.98c-.06 0-.11.02-.17.02s-.11-.01-.17-.02L5.64 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.6 9.68c-.14 0-.28-.06-.38-.17A6.14 6.14 0 0 1 1.75 5.5c0-1.67.65-3.24 1.84-4.42c.2-.2.51-.19.71 0c.19.2.19.51 0 .71c-.99.99-1.54 2.3-1.54 3.71c0 1.26.43 2.42 1.23 3.35c.18.21.16.53-.05.71c-.09.08-.21.12-.33.12zm.9-1.78c.1.14.25.21.41.21a.499.499 0 0 0 .41-.79c-.37-.53-.57-1.16-.57-1.82c0-.87.34-1.68.95-2.3c.2-.19.2-.51 0-.71s-.51-.2-.71 0c-.8.8-1.25 1.87-1.25 3c0 .87.26 1.69.75 2.4zm7.91-6.82c-.2-.2-.51-.19-.71 0c-.19.2-.19.51 0 .71c.99.99 1.54 2.3 1.54 3.71c0 1.26-.43 2.42-1.23 3.35c-.18.21-.16.53.05.71c.09.08.21.12.33.12c.14 0 .28-.06.38-.17c.95-1.1 1.47-2.53 1.47-4.01c0-1.67-.65-3.24-1.84-4.42zM11.25 5.5c0 .66-.2 1.29-.57 1.82c-.16.23-.1.54.12.7c.09.06.19.09.29.09c.16 0 .31-.07.41-.21c.49-.7.75-1.53.75-2.4c0-1.13-.44-2.2-1.25-3c-.2-.2-.51-.2-.71 0s-.2.51 0 .71c.61.61.95 1.43.95 2.3zm1.21 8.8a.498.498 0 0 1-.46.7a.5.5 0 0 1-.46-.3L10.8 13H5.2l-.74 1.7a.5.5 0 0 1-.66.26a.507.507 0 0 1-.26-.66l3.39-7.75c-.27-.27-.43-.64-.43-1.05C6.5 4.67 7.17 4 8 4a1.498 1.498 0 0 1 1.07 2.55zM7.5 5.5c0 .28.22.5.5.5s.5-.22.5-.5S8.28 5 8 5s-.5.22-.5.5m2.86 6.5L8.17 6.98c-.06 0-.11.02-.17.02s-.11-.01-.17-.02L5.64 12z"/></svg>
</template>

CSS

.icon-radio-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.6%209.68c-.14%200-.28-.06-.38-.17A6.14%206.14%200%200%201%201.75%205.5c0-1.67.65-3.24%201.84-4.42c.2-.2.51-.19.71%200c.19.2.19.51%200%20.71c-.99.99-1.54%202.3-1.54%203.71c0%201.26.43%202.42%201.23%203.35c.18.21.16.53-.05.71c-.09.08-.21.12-.33.12zm.9-1.78c.1.14.25.21.41.21a.499.499%200%200%200%20.41-.79c-.37-.53-.57-1.16-.57-1.82c0-.87.34-1.68.95-2.3c.2-.19.2-.51%200-.71s-.51-.2-.71%200c-.8.8-1.25%201.87-1.25%203c0%20.87.26%201.69.75%202.4zm7.91-6.82c-.2-.2-.51-.19-.71%200c-.19.2-.19.51%200%20.71c.99.99%201.54%202.3%201.54%203.71c0%201.26-.43%202.42-1.23%203.35c-.18.21-.16.53.05.71c.09.08.21.12.33.12c.14%200%20.28-.06.38-.17c.95-1.1%201.47-2.53%201.47-4.01c0-1.67-.65-3.24-1.84-4.42zM11.25%205.5c0%20.66-.2%201.29-.57%201.82c-.16.23-.1.54.12.7c.09.06.19.09.29.09c.16%200%20.31-.07.41-.21c.49-.7.75-1.53.75-2.4c0-1.13-.44-2.2-1.25-3c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71c.61.61.95%201.43.95%202.3zm1.21%208.8a.498.498%200%200%201-.46.7a.5.5%200%200%201-.46-.3L10.8%2013H5.2l-.74%201.7a.5.5%200%200%201-.66.26a.507.507%200%200%201-.26-.66l3.39-7.75c-.27-.27-.43-.64-.43-1.05C6.5%204.67%207.17%204%208%204a1.498%201.498%200%200%201%201.07%202.55zM7.5%205.5c0%20.28.22.5.5.5s.5-.22.5-.5S8.28%205%208%205s-.5.22-.5.5m2.86%206.5L8.17%206.98c-.06%200-.11.02-.17.02s-.11-.01-.17-.02L5.64%2012z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.6%209.68c-.14%200-.28-.06-.38-.17A6.14%206.14%200%200%201%201.75%205.5c0-1.67.65-3.24%201.84-4.42c.2-.2.51-.19.71%200c.19.2.19.51%200%20.71c-.99.99-1.54%202.3-1.54%203.71c0%201.26.43%202.42%201.23%203.35c.18.21.16.53-.05.71c-.09.08-.21.12-.33.12zm.9-1.78c.1.14.25.21.41.21a.499.499%200%200%200%20.41-.79c-.37-.53-.57-1.16-.57-1.82c0-.87.34-1.68.95-2.3c.2-.19.2-.51%200-.71s-.51-.2-.71%200c-.8.8-1.25%201.87-1.25%203c0%20.87.26%201.69.75%202.4zm7.91-6.82c-.2-.2-.51-.19-.71%200c-.19.2-.19.51%200%20.71c.99.99%201.54%202.3%201.54%203.71c0%201.26-.43%202.42-1.23%203.35c-.18.21-.16.53.05.71c.09.08.21.12.33.12c.14%200%20.28-.06.38-.17c.95-1.1%201.47-2.53%201.47-4.01c0-1.67-.65-3.24-1.84-4.42zM11.25%205.5c0%20.66-.2%201.29-.57%201.82c-.16.23-.1.54.12.7c.09.06.19.09.29.09c.16%200%20.31-.07.41-.21c.49-.7.75-1.53.75-2.4c0-1.13-.44-2.2-1.25-3c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71c.61.61.95%201.43.95%202.3zm1.21%208.8a.498.498%200%200%201-.46.7a.5.5%200%200%201-.46-.3L10.8%2013H5.2l-.74%201.7a.5.5%200%200%201-.66.26a.507.507%200%200%201-.26-.66l3.39-7.75c-.27-.27-.43-.64-.43-1.05C6.5%204.67%207.17%204%208%204a1.498%201.498%200%200%201%201.07%202.55zM7.5%205.5c0%20.28.22.5.5.5s.5-.22.5-.5S8.28%205%208%205s-.5.22-.5.5m2.86%206.5L8.17%206.98c-.06%200-.11.02-.17.02s-.11-.01-.17-.02L5.64%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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