cell tower icon
cell-tower from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- cell-tower
- Set
- Material Symbols
- Style
- Regular
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cell-tower-outline, cell-tower-outline-sharp, cell-tower-sharp
1 other variant in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
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="M4.9 17.1q-1.425-1.5-2.162-3.325T2 10t.738-3.775T4.9 2.9l1.2 1.2Q4.9 5.3 4.3 6.863T3.7 10t.6 3.138T6.1 15.9zm2.4-2.4q-.975-.975-1.487-2.2T5.3 10t.513-2.5T7.3 5.3l1.2 1.2q-.75.675-1.125 1.6T7 10q0 .9.375 1.825T8.5 13.5zM7 22l3.375-10.125q-.4-.35-.638-.825T9.5 10q0-1.05.725-1.775T12 7.5t1.775.725T14.5 10q0 .575-.238 1.05t-.637.825L17 22h-2l-.65-2H9.675L9 22zm3.325-4h3.35L12 13zm6.375-3.3l-1.2-1.2q.75-.675 1.125-1.6T17 10q0-.9-.375-1.825T15.5 6.5l1.2-1.2q.975.975 1.45 2.2t.55 2.5q0 1.275-.512 2.5T16.7 14.7m2.4 2.4l-1.2-1.2q1.2-1.2 1.8-2.762T20.3 10t-.6-3.137T17.9 4.1l1.2-1.2q1.425 1.5 2.163 3.325T22 10t-.7 3.775t-2.2 3.325"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCellTower(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="M4.9 17.1q-1.425-1.5-2.162-3.325T2 10t.738-3.775T4.9 2.9l1.2 1.2Q4.9 5.3 4.3 6.863T3.7 10t.6 3.138T6.1 15.9zm2.4-2.4q-.975-.975-1.487-2.2T5.3 10t.513-2.5T7.3 5.3l1.2 1.2q-.75.675-1.125 1.6T7 10q0 .9.375 1.825T8.5 13.5zM7 22l3.375-10.125q-.4-.35-.638-.825T9.5 10q0-1.05.725-1.775T12 7.5t1.775.725T14.5 10q0 .575-.238 1.05t-.637.825L17 22h-2l-.65-2H9.675L9 22zm3.325-4h3.35L12 13zm6.375-3.3l-1.2-1.2q.75-.675 1.125-1.6T17 10q0-.9-.375-1.825T15.5 6.5l1.2-1.2q.975.975 1.45 2.2t.55 2.5q0 1.275-.512 2.5T16.7 14.7m2.4 2.4l-1.2-1.2q1.2-1.2 1.8-2.762T20.3 10t-.6-3.137T17.9 4.1l1.2-1.2q1.425 1.5 2.163 3.325T22 10t-.7 3.775t-2.2 3.325"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.9 17.1q-1.425-1.5-2.162-3.325T2 10t.738-3.775T4.9 2.9l1.2 1.2Q4.9 5.3 4.3 6.863T3.7 10t.6 3.138T6.1 15.9zm2.4-2.4q-.975-.975-1.487-2.2T5.3 10t.513-2.5T7.3 5.3l1.2 1.2q-.75.675-1.125 1.6T7 10q0 .9.375 1.825T8.5 13.5zM7 22l3.375-10.125q-.4-.35-.638-.825T9.5 10q0-1.05.725-1.775T12 7.5t1.775.725T14.5 10q0 .575-.238 1.05t-.637.825L17 22h-2l-.65-2H9.675L9 22zm3.325-4h3.35L12 13zm6.375-3.3l-1.2-1.2q.75-.675 1.125-1.6T17 10q0-.9-.375-1.825T15.5 6.5l1.2-1.2q.975.975 1.45 2.2t.55 2.5q0 1.275-.512 2.5T16.7 14.7m2.4 2.4l-1.2-1.2q1.2-1.2 1.8-2.762T20.3 10t-.6-3.137T17.9 4.1l1.2-1.2q1.425 1.5 2.163 3.325T22 10t-.7 3.775t-2.2 3.325"/></svg> </template>
CSS
.icon-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%22M4.9%2017.1q-1.425-1.5-2.162-3.325T2%2010t.738-3.775T4.9%202.9l1.2%201.2Q4.9%205.3%204.3%206.863T3.7%2010t.6%203.138T6.1%2015.9zm2.4-2.4q-.975-.975-1.487-2.2T5.3%2010t.513-2.5T7.3%205.3l1.2%201.2q-.75.675-1.125%201.6T7%2010q0%20.9.375%201.825T8.5%2013.5zM7%2022l3.375-10.125q-.4-.35-.638-.825T9.5%2010q0-1.05.725-1.775T12%207.5t1.775.725T14.5%2010q0%20.575-.238%201.05t-.637.825L17%2022h-2l-.65-2H9.675L9%2022zm3.325-4h3.35L12%2013zm6.375-3.3l-1.2-1.2q.75-.675%201.125-1.6T17%2010q0-.9-.375-1.825T15.5%206.5l1.2-1.2q.975.975%201.45%202.2t.55%202.5q0%201.275-.512%202.5T16.7%2014.7m2.4%202.4l-1.2-1.2q1.2-1.2%201.8-2.762T20.3%2010t-.6-3.137T17.9%204.1l1.2-1.2q1.425%201.5%202.163%203.325T22%2010t-.7%203.775t-2.2%203.325%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%22M4.9%2017.1q-1.425-1.5-2.162-3.325T2%2010t.738-3.775T4.9%202.9l1.2%201.2Q4.9%205.3%204.3%206.863T3.7%2010t.6%203.138T6.1%2015.9zm2.4-2.4q-.975-.975-1.487-2.2T5.3%2010t.513-2.5T7.3%205.3l1.2%201.2q-.75.675-1.125%201.6T7%2010q0%20.9.375%201.825T8.5%2013.5zM7%2022l3.375-10.125q-.4-.35-.638-.825T9.5%2010q0-1.05.725-1.775T12%207.5t1.775.725T14.5%2010q0%20.575-.238%201.05t-.637.825L17%2022h-2l-.65-2H9.675L9%2022zm3.325-4h3.35L12%2013zm6.375-3.3l-1.2-1.2q.75-.675%201.125-1.6T17%2010q0-.9-.375-1.825T15.5%206.5l1.2-1.2q.975.975%201.45%202.2t.55%202.5q0%201.275-.512%202.5T16.7%2014.7m2.4%202.4l-1.2-1.2q1.2-1.2%201.8-2.762T20.3%2010t-.6-3.137T17.9%204.1l1.2-1.2q1.425%201.5%202.163%203.325T22%2010t-.7%203.775t-2.2%203.325%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cell-tower.svg?color=%231a73e8&size=48