cell-tower-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
cell-tower-rounded
Set
Material Symbols Light
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
cell-tower-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the 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="M3.7 10q0 1.452.51 2.863q.511 1.41 1.565 2.618q.148.16.167.359t-.134.352t-.363.12t-.356-.195Q3.9 14.77 3.335 13.212Q2.769 11.654 2.769 10t.566-3.212t1.754-2.905q.147-.16.356-.195q.209-.034.363.12q.153.153.134.352t-.167.36Q4.721 5.726 4.211 7.137Q3.7 8.548 3.7 10M7 10q0 .84.273 1.658q.273.817.87 1.525q.122.16.132.346q.01.187-.144.34t-.34.142t-.316-.172q-.7-.843-1.053-1.842T6.069 10t.353-1.997t1.053-1.841q.129-.16.316-.172q.186-.013.34.14t.141.35t-.155.357q-.552.682-.834 1.497Q7 9.148 7 10m2.771 8.346l-.527 1.658q-.061.16-.186.25q-.125.092-.29.092q-.27 0-.41-.195t-.067-.459l2.7-8.086q-.439-.254-.676-.7T10.077 10q0-.8.562-1.361T12 8.077t1.362.562t.561 1.361q0 .46-.218.887t-.695.719l2.7 8.086q.073.239-.065.447t-.406.207q-.166 0-.284-.088t-.18-.254l-.54-1.658zm.342-1h3.774L12 11.654zM17 10q0-.783-.283-1.629q-.282-.846-.86-1.554q-.122-.16-.132-.346q-.01-.187.144-.34t.343-.142t.313.172q.694.843 1.044 1.851t.362 2.007q0 .998-.344 1.988t-1.062 1.832q-.129.159-.315.171q-.187.013-.34-.14t-.142-.35t.155-.356q.552-.683.834-1.498Q17 10.852 17 10m2.79-2.863q-.511-1.41-1.565-2.618q-.148-.16-.167-.358t.134-.353t.363-.12t.357.195Q20.1 5.23 20.666 6.789q.565 1.557.565 3.211t-.547 3.212t-1.767 2.905q-.153.16-.36.198t-.365-.123q-.153-.153-.134-.352t.167-.36q1.054-1.207 1.565-2.617q.51-1.411.51-2.863t-.51-2.863"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCellTowerRounded(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="M3.7 10q0 1.452.51 2.863q.511 1.41 1.565 2.618q.148.16.167.359t-.134.352t-.363.12t-.356-.195Q3.9 14.77 3.335 13.212Q2.769 11.654 2.769 10t.566-3.212t1.754-2.905q.147-.16.356-.195q.209-.034.363.12q.153.153.134.352t-.167.36Q4.721 5.726 4.211 7.137Q3.7 8.548 3.7 10M7 10q0 .84.273 1.658q.273.817.87 1.525q.122.16.132.346q.01.187-.144.34t-.34.142t-.316-.172q-.7-.843-1.053-1.842T6.069 10t.353-1.997t1.053-1.841q.129-.16.316-.172q.186-.013.34.14t.141.35t-.155.357q-.552.682-.834 1.497Q7 9.148 7 10m2.771 8.346l-.527 1.658q-.061.16-.186.25q-.125.092-.29.092q-.27 0-.41-.195t-.067-.459l2.7-8.086q-.439-.254-.676-.7T10.077 10q0-.8.562-1.361T12 8.077t1.362.562t.561 1.361q0 .46-.218.887t-.695.719l2.7 8.086q.073.239-.065.447t-.406.207q-.166 0-.284-.088t-.18-.254l-.54-1.658zm.342-1h3.774L12 11.654zM17 10q0-.783-.283-1.629q-.282-.846-.86-1.554q-.122-.16-.132-.346q-.01-.187.144-.34t.343-.142t.313.172q.694.843 1.044 1.851t.362 2.007q0 .998-.344 1.988t-1.062 1.832q-.129.159-.315.171q-.187.013-.34-.14t-.142-.35t.155-.356q.552-.683.834-1.498Q17 10.852 17 10m2.79-2.863q-.511-1.41-1.565-2.618q-.148-.16-.167-.358t.134-.353t.363-.12t.357.195Q20.1 5.23 20.666 6.789q.565 1.557.565 3.211t-.547 3.212t-1.767 2.905q-.153.16-.36.198t-.365-.123q-.153-.153-.134-.352t.167-.36q1.054-1.207 1.565-2.617q.51-1.411.51-2.863t-.51-2.863"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.7 10q0 1.452.51 2.863q.511 1.41 1.565 2.618q.148.16.167.359t-.134.352t-.363.12t-.356-.195Q3.9 14.77 3.335 13.212Q2.769 11.654 2.769 10t.566-3.212t1.754-2.905q.147-.16.356-.195q.209-.034.363.12q.153.153.134.352t-.167.36Q4.721 5.726 4.211 7.137Q3.7 8.548 3.7 10M7 10q0 .84.273 1.658q.273.817.87 1.525q.122.16.132.346q.01.187-.144.34t-.34.142t-.316-.172q-.7-.843-1.053-1.842T6.069 10t.353-1.997t1.053-1.841q.129-.16.316-.172q.186-.013.34.14t.141.35t-.155.357q-.552.682-.834 1.497Q7 9.148 7 10m2.771 8.346l-.527 1.658q-.061.16-.186.25q-.125.092-.29.092q-.27 0-.41-.195t-.067-.459l2.7-8.086q-.439-.254-.676-.7T10.077 10q0-.8.562-1.361T12 8.077t1.362.562t.561 1.361q0 .46-.218.887t-.695.719l2.7 8.086q.073.239-.065.447t-.406.207q-.166 0-.284-.088t-.18-.254l-.54-1.658zm.342-1h3.774L12 11.654zM17 10q0-.783-.283-1.629q-.282-.846-.86-1.554q-.122-.16-.132-.346q-.01-.187.144-.34t.343-.142t.313.172q.694.843 1.044 1.851t.362 2.007q0 .998-.344 1.988t-1.062 1.832q-.129.159-.315.171q-.187.013-.34-.14t-.142-.35t.155-.356q.552-.683.834-1.498Q17 10.852 17 10m2.79-2.863q-.511-1.41-1.565-2.618q-.148-.16-.167-.358t.134-.353t.363-.12t.357.195Q20.1 5.23 20.666 6.789q.565 1.557.565 3.211t-.547 3.212t-1.767 2.905q-.153.16-.36.198t-.365-.123q-.153-.153-.134-.352t.167-.36q1.054-1.207 1.565-2.617q.51-1.411.51-2.863t-.51-2.863"/></svg>
</template>

CSS

.icon-cell-tower-rounded {
  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%22M3.7%2010q0%201.452.51%202.863q.511%201.41%201.565%202.618q.148.16.167.359t-.134.352t-.363.12t-.356-.195Q3.9%2014.77%203.335%2013.212Q2.769%2011.654%202.769%2010t.566-3.212t1.754-2.905q.147-.16.356-.195q.209-.034.363.12q.153.153.134.352t-.167.36Q4.721%205.726%204.211%207.137Q3.7%208.548%203.7%2010M7%2010q0%20.84.273%201.658q.273.817.87%201.525q.122.16.132.346q.01.187-.144.34t-.34.142t-.316-.172q-.7-.843-1.053-1.842T6.069%2010t.353-1.997t1.053-1.841q.129-.16.316-.172q.186-.013.34.14t.141.35t-.155.357q-.552.682-.834%201.497Q7%209.148%207%2010m2.771%208.346l-.527%201.658q-.061.16-.186.25q-.125.092-.29.092q-.27%200-.41-.195t-.067-.459l2.7-8.086q-.439-.254-.676-.7T10.077%2010q0-.8.562-1.361T12%208.077t1.362.562t.561%201.361q0%20.46-.218.887t-.695.719l2.7%208.086q.073.239-.065.447t-.406.207q-.166%200-.284-.088t-.18-.254l-.54-1.658zm.342-1h3.774L12%2011.654zM17%2010q0-.783-.283-1.629q-.282-.846-.86-1.554q-.122-.16-.132-.346q-.01-.187.144-.34t.343-.142t.313.172q.694.843%201.044%201.851t.362%202.007q0%20.998-.344%201.988t-1.062%201.832q-.129.159-.315.171q-.187.013-.34-.14t-.142-.35t.155-.356q.552-.683.834-1.498Q17%2010.852%2017%2010m2.79-2.863q-.511-1.41-1.565-2.618q-.148-.16-.167-.358t.134-.353t.363-.12t.357.195Q20.1%205.23%2020.666%206.789q.565%201.557.565%203.211t-.547%203.212t-1.767%202.905q-.153.16-.36.198t-.365-.123q-.153-.153-.134-.352t.167-.36q1.054-1.207%201.565-2.617q.51-1.411.51-2.863t-.51-2.863%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%22M3.7%2010q0%201.452.51%202.863q.511%201.41%201.565%202.618q.148.16.167.359t-.134.352t-.363.12t-.356-.195Q3.9%2014.77%203.335%2013.212Q2.769%2011.654%202.769%2010t.566-3.212t1.754-2.905q.147-.16.356-.195q.209-.034.363.12q.153.153.134.352t-.167.36Q4.721%205.726%204.211%207.137Q3.7%208.548%203.7%2010M7%2010q0%20.84.273%201.658q.273.817.87%201.525q.122.16.132.346q.01.187-.144.34t-.34.142t-.316-.172q-.7-.843-1.053-1.842T6.069%2010t.353-1.997t1.053-1.841q.129-.16.316-.172q.186-.013.34.14t.141.35t-.155.357q-.552.682-.834%201.497Q7%209.148%207%2010m2.771%208.346l-.527%201.658q-.061.16-.186.25q-.125.092-.29.092q-.27%200-.41-.195t-.067-.459l2.7-8.086q-.439-.254-.676-.7T10.077%2010q0-.8.562-1.361T12%208.077t1.362.562t.561%201.361q0%20.46-.218.887t-.695.719l2.7%208.086q.073.239-.065.447t-.406.207q-.166%200-.284-.088t-.18-.254l-.54-1.658zm.342-1h3.774L12%2011.654zM17%2010q0-.783-.283-1.629q-.282-.846-.86-1.554q-.122-.16-.132-.346q-.01-.187.144-.34t.343-.142t.313.172q.694.843%201.044%201.851t.362%202.007q0%20.998-.344%201.988t-1.062%201.832q-.129.159-.315.171q-.187.013-.34-.14t-.142-.35t.155-.356q.552-.683.834-1.498Q17%2010.852%2017%2010m2.79-2.863q-.511-1.41-1.565-2.618q-.148-.16-.167-.358t.134-.353t.363-.12t.357.195Q20.1%205.23%2020.666%206.789q.565%201.557.565%203.211t-.547%203.212t-1.767%202.905q-.153.16-.36.198t-.365-.123q-.153-.153-.134-.352t.167-.36q1.054-1.207%201.565-2.617q.51-1.411.51-2.863t-.51-2.863%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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