round cell tower icon

round-cell-tower from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.

Name
round-cell-tower
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Google Material Icons

Use the round cell tower icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.9 14.1l.09-.09c.27-.27.32-.71.08-1.01C7.36 12.09 7 11.01 7 10c0-1.08.35-2.16 1.04-3.01c.25-.3.21-.75-.07-1.02L7.9 5.9c-.34-.34-.9-.3-1.2.08c-.91 1.18-1.4 2.6-1.4 4.02s.49 2.84 1.4 4.02c.3.38.86.42 1.2.08M18.51 3.49l-.08.08c-.3.3-.29.76-.03 1.08c1.26 1.53 1.9 3.48 1.9 5.35s-.63 3.81-1.9 5.35c-.28.33-.23.83.08 1.14c.35.35.93.31 1.24-.07C21.29 14.54 22 12.31 22 10c0-2.32-.79-4.55-2.31-6.43c-.3-.37-.85-.41-1.18-.08"/><path fill="currentColor" d="m5.57 3.57l-.08-.08c-.33-.33-.88-.29-1.18.08C2.79 5.45 2 7.68 2 10s.79 4.55 2.31 6.43c.3.37.85.42 1.18.08l.08-.08c.3-.3.29-.76.03-1.08c-1.27-1.54-1.9-3.48-1.9-5.35s.63-3.81 1.9-5.35c.26-.32.27-.78-.03-1.08m10.5 10.5c.36.36.95.32 1.26-.09c.9-1.18 1.37-2.58 1.37-3.98c-.08-1.41-.51-2.83-1.4-4.01a.797.797 0 0 0-1.2-.09l-.08.08c-.27.27-.32.71-.08 1.01c.7.92 1.06 2 1.06 3.01c0 1.07-.34 2.13-1.01 2.98c-.26.32-.22.79.08 1.09M14.5 10c0-1.6-1.51-2.85-3.18-2.41c-.8.21-1.46.85-1.7 1.65c-.32 1.06.06 2.04.76 2.64l-2.96 8.87c-.21.62.25 1.25.9 1.25c.41 0 .77-.26.9-.65L9.67 20h4.67l.45 1.35a.949.949 0 1 0 1.8-.6l-2.96-8.87c.53-.46.87-1.12.87-1.88m-4.17 8L12 13l1.67 5z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundCellTower(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.9 14.1l.09-.09c.27-.27.32-.71.08-1.01C7.36 12.09 7 11.01 7 10c0-1.08.35-2.16 1.04-3.01c.25-.3.21-.75-.07-1.02L7.9 5.9c-.34-.34-.9-.3-1.2.08c-.91 1.18-1.4 2.6-1.4 4.02s.49 2.84 1.4 4.02c.3.38.86.42 1.2.08M18.51 3.49l-.08.08c-.3.3-.29.76-.03 1.08c1.26 1.53 1.9 3.48 1.9 5.35s-.63 3.81-1.9 5.35c-.28.33-.23.83.08 1.14c.35.35.93.31 1.24-.07C21.29 14.54 22 12.31 22 10c0-2.32-.79-4.55-2.31-6.43c-.3-.37-.85-.41-1.18-.08"/><path fill="currentColor" d="m5.57 3.57l-.08-.08c-.33-.33-.88-.29-1.18.08C2.79 5.45 2 7.68 2 10s.79 4.55 2.31 6.43c.3.37.85.42 1.18.08l.08-.08c.3-.3.29-.76.03-1.08c-1.27-1.54-1.9-3.48-1.9-5.35s.63-3.81 1.9-5.35c.26-.32.27-.78-.03-1.08m10.5 10.5c.36.36.95.32 1.26-.09c.9-1.18 1.37-2.58 1.37-3.98c-.08-1.41-.51-2.83-1.4-4.01a.797.797 0 0 0-1.2-.09l-.08.08c-.27.27-.32.71-.08 1.01c.7.92 1.06 2 1.06 3.01c0 1.07-.34 2.13-1.01 2.98c-.26.32-.22.79.08 1.09M14.5 10c0-1.6-1.51-2.85-3.18-2.41c-.8.21-1.46.85-1.7 1.65c-.32 1.06.06 2.04.76 2.64l-2.96 8.87c-.21.62.25 1.25.9 1.25c.41 0 .77-.26.9-.65L9.67 20h4.67l.45 1.35a.949.949 0 1 0 1.8-.6l-2.96-8.87c.53-.46.87-1.12.87-1.88m-4.17 8L12 13l1.67 5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.9 14.1l.09-.09c.27-.27.32-.71.08-1.01C7.36 12.09 7 11.01 7 10c0-1.08.35-2.16 1.04-3.01c.25-.3.21-.75-.07-1.02L7.9 5.9c-.34-.34-.9-.3-1.2.08c-.91 1.18-1.4 2.6-1.4 4.02s.49 2.84 1.4 4.02c.3.38.86.42 1.2.08M18.51 3.49l-.08.08c-.3.3-.29.76-.03 1.08c1.26 1.53 1.9 3.48 1.9 5.35s-.63 3.81-1.9 5.35c-.28.33-.23.83.08 1.14c.35.35.93.31 1.24-.07C21.29 14.54 22 12.31 22 10c0-2.32-.79-4.55-2.31-6.43c-.3-.37-.85-.41-1.18-.08"/><path fill="currentColor" d="m5.57 3.57l-.08-.08c-.33-.33-.88-.29-1.18.08C2.79 5.45 2 7.68 2 10s.79 4.55 2.31 6.43c.3.37.85.42 1.18.08l.08-.08c.3-.3.29-.76.03-1.08c-1.27-1.54-1.9-3.48-1.9-5.35s.63-3.81 1.9-5.35c.26-.32.27-.78-.03-1.08m10.5 10.5c.36.36.95.32 1.26-.09c.9-1.18 1.37-2.58 1.37-3.98c-.08-1.41-.51-2.83-1.4-4.01a.797.797 0 0 0-1.2-.09l-.08.08c-.27.27-.32.71-.08 1.01c.7.92 1.06 2 1.06 3.01c0 1.07-.34 2.13-1.01 2.98c-.26.32-.22.79.08 1.09M14.5 10c0-1.6-1.51-2.85-3.18-2.41c-.8.21-1.46.85-1.7 1.65c-.32 1.06.06 2.04.76 2.64l-2.96 8.87c-.21.62.25 1.25.9 1.25c.41 0 .77-.26.9-.65L9.67 20h4.67l.45 1.35a.949.949 0 1 0 1.8-.6l-2.96-8.87c.53-.46.87-1.12.87-1.88m-4.17 8L12 13l1.67 5z"/></svg>
</template>

CSS

.icon-round-cell-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.9%2014.1l.09-.09c.27-.27.32-.71.08-1.01C7.36%2012.09%207%2011.01%207%2010c0-1.08.35-2.16%201.04-3.01c.25-.3.21-.75-.07-1.02L7.9%205.9c-.34-.34-.9-.3-1.2.08c-.91%201.18-1.4%202.6-1.4%204.02s.49%202.84%201.4%204.02c.3.38.86.42%201.2.08M18.51%203.49l-.08.08c-.3.3-.29.76-.03%201.08c1.26%201.53%201.9%203.48%201.9%205.35s-.63%203.81-1.9%205.35c-.28.33-.23.83.08%201.14c.35.35.93.31%201.24-.07C21.29%2014.54%2022%2012.31%2022%2010c0-2.32-.79-4.55-2.31-6.43c-.3-.37-.85-.41-1.18-.08%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.57%203.57l-.08-.08c-.33-.33-.88-.29-1.18.08C2.79%205.45%202%207.68%202%2010s.79%204.55%202.31%206.43c.3.37.85.42%201.18.08l.08-.08c.3-.3.29-.76.03-1.08c-1.27-1.54-1.9-3.48-1.9-5.35s.63-3.81%201.9-5.35c.26-.32.27-.78-.03-1.08m10.5%2010.5c.36.36.95.32%201.26-.09c.9-1.18%201.37-2.58%201.37-3.98c-.08-1.41-.51-2.83-1.4-4.01a.797.797%200%200%200-1.2-.09l-.08.08c-.27.27-.32.71-.08%201.01c.7.92%201.06%202%201.06%203.01c0%201.07-.34%202.13-1.01%202.98c-.26.32-.22.79.08%201.09M14.5%2010c0-1.6-1.51-2.85-3.18-2.41c-.8.21-1.46.85-1.7%201.65c-.32%201.06.06%202.04.76%202.64l-2.96%208.87c-.21.62.25%201.25.9%201.25c.41%200%20.77-.26.9-.65L9.67%2020h4.67l.45%201.35a.949.949%200%201%200%201.8-.6l-2.96-8.87c.53-.46.87-1.12.87-1.88m-4.17%208L12%2013l1.67%205z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.9%2014.1l.09-.09c.27-.27.32-.71.08-1.01C7.36%2012.09%207%2011.01%207%2010c0-1.08.35-2.16%201.04-3.01c.25-.3.21-.75-.07-1.02L7.9%205.9c-.34-.34-.9-.3-1.2.08c-.91%201.18-1.4%202.6-1.4%204.02s.49%202.84%201.4%204.02c.3.38.86.42%201.2.08M18.51%203.49l-.08.08c-.3.3-.29.76-.03%201.08c1.26%201.53%201.9%203.48%201.9%205.35s-.63%203.81-1.9%205.35c-.28.33-.23.83.08%201.14c.35.35.93.31%201.24-.07C21.29%2014.54%2022%2012.31%2022%2010c0-2.32-.79-4.55-2.31-6.43c-.3-.37-.85-.41-1.18-.08%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.57%203.57l-.08-.08c-.33-.33-.88-.29-1.18.08C2.79%205.45%202%207.68%202%2010s.79%204.55%202.31%206.43c.3.37.85.42%201.18.08l.08-.08c.3-.3.29-.76.03-1.08c-1.27-1.54-1.9-3.48-1.9-5.35s.63-3.81%201.9-5.35c.26-.32.27-.78-.03-1.08m10.5%2010.5c.36.36.95.32%201.26-.09c.9-1.18%201.37-2.58%201.37-3.98c-.08-1.41-.51-2.83-1.4-4.01a.797.797%200%200%200-1.2-.09l-.08.08c-.27.27-.32.71-.08%201.01c.7.92%201.06%202%201.06%203.01c0%201.07-.34%202.13-1.01%202.98c-.26.32-.22.79.08%201.09M14.5%2010c0-1.6-1.51-2.85-3.18-2.41c-.8.21-1.46.85-1.7%201.65c-.32%201.06.06%202.04.76%202.64l-2.96%208.87c-.21.62.25%201.25.9%201.25c.41%200%20.77-.26.9-.65L9.67%2020h4.67l.45%201.35a.949.949%200%201%200%201.8-.6l-2.96-8.87c.53-.46.87-1.12.87-1.88m-4.17%208L12%2013l1.67%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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