radio tower icon
radio-tower from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- radio-tower
- Set
- Octicons
- Style
- Regular
- Viewbox
- 16×16
- License
- MIT
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-rule="evenodd" d="M4.79 6.11c.25-.25.25-.67 0-.92c-.32-.33-.48-.76-.48-1.19c0-.43.16-.86.48-1.19c.25-.26.25-.67 0-.92a.613.613 0 0 0-.45-.19c-.16 0-.33.06-.45.19c-.57.58-.85 1.35-.85 2.11c0 .76.29 1.53.85 2.11c.25.25.66.25.9 0zM2.33.52a.651.651 0 0 0-.92 0C.48 1.48.01 2.74.01 3.99c0 1.26.47 2.52 1.4 3.48c.25.26.66.26.91 0s.25-.68 0-.94c-.68-.7-1.02-1.62-1.02-2.54c0-.92.34-1.84 1.02-2.54a.66.66 0 0 0 .01-.93zm5.69 5.1A1.62 1.62 0 1 0 6.4 4c-.01.89.72 1.62 1.62 1.62zM14.59.53a.628.628 0 0 0-.91 0c-.25.26-.25.68 0 .94c.68.7 1.02 1.62 1.02 2.54c0 .92-.34 1.83-1.02 2.54c-.25.26-.25.68 0 .94a.651.651 0 0 0 .92 0c.93-.96 1.4-2.22 1.4-3.48A5.048 5.048 0 0 0 14.59.53zM8.02 6.92c-.41 0-.83-.1-1.2-.3l-3.15 8.37h1.49l.86-1h4l.84 1h1.49L9.21 6.62c-.38.2-.78.3-1.19.3zm-.01.48L9.02 11h-2l.99-3.6zm-1.99 5.59l1-1h2l1 1h-4zm5.19-11.1c-.25.25-.25.67 0 .92c.32.33.48.76.48 1.19c0 .43-.16.86-.48 1.19c-.25.26-.25.67 0 .92a.63.63 0 0 0 .9 0c.57-.58.85-1.35.85-2.11c0-.76-.28-1.53-.85-2.11a.634.634 0 0 0-.9 0z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonRadioTower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M4.79 6.11c.25-.25.25-.67 0-.92c-.32-.33-.48-.76-.48-1.19c0-.43.16-.86.48-1.19c.25-.26.25-.67 0-.92a.613.613 0 0 0-.45-.19c-.16 0-.33.06-.45.19c-.57.58-.85 1.35-.85 2.11c0 .76.29 1.53.85 2.11c.25.25.66.25.9 0zM2.33.52a.651.651 0 0 0-.92 0C.48 1.48.01 2.74.01 3.99c0 1.26.47 2.52 1.4 3.48c.25.26.66.26.91 0s.25-.68 0-.94c-.68-.7-1.02-1.62-1.02-2.54c0-.92.34-1.84 1.02-2.54a.66.66 0 0 0 .01-.93zm5.69 5.1A1.62 1.62 0 1 0 6.4 4c-.01.89.72 1.62 1.62 1.62zM14.59.53a.628.628 0 0 0-.91 0c-.25.26-.25.68 0 .94c.68.7 1.02 1.62 1.02 2.54c0 .92-.34 1.83-1.02 2.54c-.25.26-.25.68 0 .94a.651.651 0 0 0 .92 0c.93-.96 1.4-2.22 1.4-3.48A5.048 5.048 0 0 0 14.59.53zM8.02 6.92c-.41 0-.83-.1-1.2-.3l-3.15 8.37h1.49l.86-1h4l.84 1h1.49L9.21 6.62c-.38.2-.78.3-1.19.3zm-.01.48L9.02 11h-2l.99-3.6zm-1.99 5.59l1-1h2l1 1h-4zm5.19-11.1c-.25.25-.25.67 0 .92c.32.33.48.76.48 1.19c0 .43-.16.86-.48 1.19c-.25.26-.25.67 0 .92a.63.63 0 0 0 .9 0c.57-.58.85-1.35.85-2.11c0-.76-.28-1.53-.85-2.11a.634.634 0 0 0-.9 0z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.79 6.11c.25-.25.25-.67 0-.92c-.32-.33-.48-.76-.48-1.19c0-.43.16-.86.48-1.19c.25-.26.25-.67 0-.92a.613.613 0 0 0-.45-.19c-.16 0-.33.06-.45.19c-.57.58-.85 1.35-.85 2.11c0 .76.29 1.53.85 2.11c.25.25.66.25.9 0zM2.33.52a.651.651 0 0 0-.92 0C.48 1.48.01 2.74.01 3.99c0 1.26.47 2.52 1.4 3.48c.25.26.66.26.91 0s.25-.68 0-.94c-.68-.7-1.02-1.62-1.02-2.54c0-.92.34-1.84 1.02-2.54a.66.66 0 0 0 .01-.93zm5.69 5.1A1.62 1.62 0 1 0 6.4 4c-.01.89.72 1.62 1.62 1.62zM14.59.53a.628.628 0 0 0-.91 0c-.25.26-.25.68 0 .94c.68.7 1.02 1.62 1.02 2.54c0 .92-.34 1.83-1.02 2.54c-.25.26-.25.68 0 .94a.651.651 0 0 0 .92 0c.93-.96 1.4-2.22 1.4-3.48A5.048 5.048 0 0 0 14.59.53zM8.02 6.92c-.41 0-.83-.1-1.2-.3l-3.15 8.37h1.49l.86-1h4l.84 1h1.49L9.21 6.62c-.38.2-.78.3-1.19.3zm-.01.48L9.02 11h-2l.99-3.6zm-1.99 5.59l1-1h2l1 1h-4zm5.19-11.1c-.25.25-.25.67 0 .92c.32.33.48.76.48 1.19c0 .43-.16.86-.48 1.19c-.25.26-.25.67 0 .92a.63.63 0 0 0 .9 0c.57-.58.85-1.35.85-2.11c0-.76-.28-1.53-.85-2.11a.634.634 0 0 0-.9 0z" fill="currentColor"/></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-rule%3D%22evenodd%22%20d%3D%22M4.79%206.11c.25-.25.25-.67%200-.92c-.32-.33-.48-.76-.48-1.19c0-.43.16-.86.48-1.19c.25-.26.25-.67%200-.92a.613.613%200%200%200-.45-.19c-.16%200-.33.06-.45.19c-.57.58-.85%201.35-.85%202.11c0%20.76.29%201.53.85%202.11c.25.25.66.25.9%200zM2.33.52a.651.651%200%200%200-.92%200C.48%201.48.01%202.74.01%203.99c0%201.26.47%202.52%201.4%203.48c.25.26.66.26.91%200s.25-.68%200-.94c-.68-.7-1.02-1.62-1.02-2.54c0-.92.34-1.84%201.02-2.54a.66.66%200%200%200%20.01-.93zm5.69%205.1A1.62%201.62%200%201%200%206.4%204c-.01.89.72%201.62%201.62%201.62zM14.59.53a.628.628%200%200%200-.91%200c-.25.26-.25.68%200%20.94c.68.7%201.02%201.62%201.02%202.54c0%20.92-.34%201.83-1.02%202.54c-.25.26-.25.68%200%20.94a.651.651%200%200%200%20.92%200c.93-.96%201.4-2.22%201.4-3.48A5.048%205.048%200%200%200%2014.59.53zM8.02%206.92c-.41%200-.83-.1-1.2-.3l-3.15%208.37h1.49l.86-1h4l.84%201h1.49L9.21%206.62c-.38.2-.78.3-1.19.3zm-.01.48L9.02%2011h-2l.99-3.6zm-1.99%205.59l1-1h2l1%201h-4zm5.19-11.1c-.25.25-.25.67%200%20.92c.32.33.48.76.48%201.19c0%20.43-.16.86-.48%201.19c-.25.26-.25.67%200%20.92a.63.63%200%200%200%20.9%200c.57-.58.85-1.35.85-2.11c0-.76-.28-1.53-.85-2.11a.634.634%200%200%200-.9%200z%22%20fill%3D%22currentColor%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-rule%3D%22evenodd%22%20d%3D%22M4.79%206.11c.25-.25.25-.67%200-.92c-.32-.33-.48-.76-.48-1.19c0-.43.16-.86.48-1.19c.25-.26.25-.67%200-.92a.613.613%200%200%200-.45-.19c-.16%200-.33.06-.45.19c-.57.58-.85%201.35-.85%202.11c0%20.76.29%201.53.85%202.11c.25.25.66.25.9%200zM2.33.52a.651.651%200%200%200-.92%200C.48%201.48.01%202.74.01%203.99c0%201.26.47%202.52%201.4%203.48c.25.26.66.26.91%200s.25-.68%200-.94c-.68-.7-1.02-1.62-1.02-2.54c0-.92.34-1.84%201.02-2.54a.66.66%200%200%200%20.01-.93zm5.69%205.1A1.62%201.62%200%201%200%206.4%204c-.01.89.72%201.62%201.62%201.62zM14.59.53a.628.628%200%200%200-.91%200c-.25.26-.25.68%200%20.94c.68.7%201.02%201.62%201.02%202.54c0%20.92-.34%201.83-1.02%202.54c-.25.26-.25.68%200%20.94a.651.651%200%200%200%20.92%200c.93-.96%201.4-2.22%201.4-3.48A5.048%205.048%200%200%200%2014.59.53zM8.02%206.92c-.41%200-.83-.1-1.2-.3l-3.15%208.37h1.49l.86-1h4l.84%201h1.49L9.21%206.62c-.38.2-.78.3-1.19.3zm-.01.48L9.02%2011h-2l.99-3.6zm-1.99%205.59l1-1h2l1%201h-4zm5.19-11.1c-.25.25-.25.67%200%20.92c.32.33.48.76.48%201.19c0%20.43-.16.86-.48%201.19c-.25.26-.25.67%200%20.92a.63.63%200%200%200%20.9%200c.57-.58.85-1.35.85-2.11c0-.76-.28-1.53-.85-2.11a.634.634%200%200%200-.9%200z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/radio-tower.svg?color=%231a73e8&size=48