cell tower icon
cell-tower-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- cell-tower-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cell-tower-outline-rounded
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="M3.7 10q0 1.375.463 2.738t1.362 2.512q.225.275.225.638t-.25.612t-.612.225t-.588-.3Q3.15 15 2.575 13.375T2 10t.575-3.375T4.3 3.575q.225-.275.588-.3T5.5 3.5t.25.612t-.225.638q-.9 1.15-1.362 2.513T3.7 10M7 10q0 .725.225 1.475t.725 1.4q.2.275.2.625t-.25.6t-.6.238t-.575-.288q-.7-.9-1.063-1.937T5.3 10t.363-2.113T6.725 5.95q.225-.275.575-.288t.6.238t.238.6t-.213.625q-.475.625-.7 1.363T7 10m2.675 10l-.45 1.35q-.1.275-.35.463t-.55.187q-.5 0-.775-.387t-.125-.863l2.95-8.875q-.4-.35-.638-.825T9.5 10q0-1.05.725-1.775T12 7.5t1.775.725T14.5 10q0 .575-.238 1.05t-.637.825l2.95 8.875q.15.45-.112.85t-.763.4q-.3 0-.562-.175t-.363-.475L14.35 20zm.65-2h3.35L12 13zM17 10q0-.725-.225-1.475t-.725-1.4q-.2-.275-.2-.625t.25-.6t.612-.238t.563.288q.675.9 1.025 1.938T18.7 10q0 1.075-.363 2.113t-1.062 1.937q-.225.275-.575.288t-.6-.238t-.238-.6t.213-.625q.475-.625.7-1.362T17 10m2.838-2.738Q19.374 5.9 18.475 4.75q-.225-.275-.225-.638t.25-.612t.613-.225t.587.3Q20.85 5 21.425 6.625T22 10t-.537 3.375t-1.738 3.05q-.25.275-.6.313T18.5 16.5q-.25-.25-.25-.612t.225-.638q.9-1.15 1.363-2.512T20.3 10t-.462-2.738"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCellTowerRounded(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.375.463 2.738t1.362 2.512q.225.275.225.638t-.25.612t-.612.225t-.588-.3Q3.15 15 2.575 13.375T2 10t.575-3.375T4.3 3.575q.225-.275.588-.3T5.5 3.5t.25.612t-.225.638q-.9 1.15-1.362 2.513T3.7 10M7 10q0 .725.225 1.475t.725 1.4q.2.275.2.625t-.25.6t-.6.238t-.575-.288q-.7-.9-1.063-1.937T5.3 10t.363-2.113T6.725 5.95q.225-.275.575-.288t.6.238t.238.6t-.213.625q-.475.625-.7 1.363T7 10m2.675 10l-.45 1.35q-.1.275-.35.463t-.55.187q-.5 0-.775-.387t-.125-.863l2.95-8.875q-.4-.35-.638-.825T9.5 10q0-1.05.725-1.775T12 7.5t1.775.725T14.5 10q0 .575-.238 1.05t-.637.825l2.95 8.875q.15.45-.112.85t-.763.4q-.3 0-.562-.175t-.363-.475L14.35 20zm.65-2h3.35L12 13zM17 10q0-.725-.225-1.475t-.725-1.4q-.2-.275-.2-.625t.25-.6t.612-.238t.563.288q.675.9 1.025 1.938T18.7 10q0 1.075-.363 2.113t-1.062 1.937q-.225.275-.575.288t-.6-.238t-.238-.6t.213-.625q.475-.625.7-1.362T17 10m2.838-2.738Q19.374 5.9 18.475 4.75q-.225-.275-.225-.638t.25-.612t.613-.225t.587.3Q20.85 5 21.425 6.625T22 10t-.537 3.375t-1.738 3.05q-.25.275-.6.313T18.5 16.5q-.25-.25-.25-.612t.225-.638q.9-1.15 1.363-2.512T20.3 10t-.462-2.738"/></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.375.463 2.738t1.362 2.512q.225.275.225.638t-.25.612t-.612.225t-.588-.3Q3.15 15 2.575 13.375T2 10t.575-3.375T4.3 3.575q.225-.275.588-.3T5.5 3.5t.25.612t-.225.638q-.9 1.15-1.362 2.513T3.7 10M7 10q0 .725.225 1.475t.725 1.4q.2.275.2.625t-.25.6t-.6.238t-.575-.288q-.7-.9-1.063-1.937T5.3 10t.363-2.113T6.725 5.95q.225-.275.575-.288t.6.238t.238.6t-.213.625q-.475.625-.7 1.363T7 10m2.675 10l-.45 1.35q-.1.275-.35.463t-.55.187q-.5 0-.775-.387t-.125-.863l2.95-8.875q-.4-.35-.638-.825T9.5 10q0-1.05.725-1.775T12 7.5t1.775.725T14.5 10q0 .575-.238 1.05t-.637.825l2.95 8.875q.15.45-.112.85t-.763.4q-.3 0-.562-.175t-.363-.475L14.35 20zm.65-2h3.35L12 13zM17 10q0-.725-.225-1.475t-.725-1.4q-.2-.275-.2-.625t.25-.6t.612-.238t.563.288q.675.9 1.025 1.938T18.7 10q0 1.075-.363 2.113t-1.062 1.937q-.225.275-.575.288t-.6-.238t-.238-.6t.213-.625q.475-.625.7-1.362T17 10m2.838-2.738Q19.374 5.9 18.475 4.75q-.225-.275-.225-.638t.25-.612t.613-.225t.587.3Q20.85 5 21.425 6.625T22 10t-.537 3.375t-1.738 3.05q-.25.275-.6.313T18.5 16.5q-.25-.25-.25-.612t.225-.638q.9-1.15 1.363-2.512T20.3 10t-.462-2.738"/></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.375.463%202.738t1.362%202.512q.225.275.225.638t-.25.612t-.612.225t-.588-.3Q3.15%2015%202.575%2013.375T2%2010t.575-3.375T4.3%203.575q.225-.275.588-.3T5.5%203.5t.25.612t-.225.638q-.9%201.15-1.362%202.513T3.7%2010M7%2010q0%20.725.225%201.475t.725%201.4q.2.275.2.625t-.25.6t-.6.238t-.575-.288q-.7-.9-1.063-1.937T5.3%2010t.363-2.113T6.725%205.95q.225-.275.575-.288t.6.238t.238.6t-.213.625q-.475.625-.7%201.363T7%2010m2.675%2010l-.45%201.35q-.1.275-.35.463t-.55.187q-.5%200-.775-.387t-.125-.863l2.95-8.875q-.4-.35-.638-.825T9.5%2010q0-1.05.725-1.775T12%207.5t1.775.725T14.5%2010q0%20.575-.238%201.05t-.637.825l2.95%208.875q.15.45-.112.85t-.763.4q-.3%200-.562-.175t-.363-.475L14.35%2020zm.65-2h3.35L12%2013zM17%2010q0-.725-.225-1.475t-.725-1.4q-.2-.275-.2-.625t.25-.6t.612-.238t.563.288q.675.9%201.025%201.938T18.7%2010q0%201.075-.363%202.113t-1.062%201.937q-.225.275-.575.288t-.6-.238t-.238-.6t.213-.625q.475-.625.7-1.362T17%2010m2.838-2.738Q19.374%205.9%2018.475%204.75q-.225-.275-.225-.638t.25-.612t.613-.225t.587.3Q20.85%205%2021.425%206.625T22%2010t-.537%203.375t-1.738%203.05q-.25.275-.6.313T18.5%2016.5q-.25-.25-.25-.612t.225-.638q.9-1.15%201.363-2.512T20.3%2010t-.462-2.738%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.375.463%202.738t1.362%202.512q.225.275.225.638t-.25.612t-.612.225t-.588-.3Q3.15%2015%202.575%2013.375T2%2010t.575-3.375T4.3%203.575q.225-.275.588-.3T5.5%203.5t.25.612t-.225.638q-.9%201.15-1.362%202.513T3.7%2010M7%2010q0%20.725.225%201.475t.725%201.4q.2.275.2.625t-.25.6t-.6.238t-.575-.288q-.7-.9-1.063-1.937T5.3%2010t.363-2.113T6.725%205.95q.225-.275.575-.288t.6.238t.238.6t-.213.625q-.475.625-.7%201.363T7%2010m2.675%2010l-.45%201.35q-.1.275-.35.463t-.55.187q-.5%200-.775-.387t-.125-.863l2.95-8.875q-.4-.35-.638-.825T9.5%2010q0-1.05.725-1.775T12%207.5t1.775.725T14.5%2010q0%20.575-.238%201.05t-.637.825l2.95%208.875q.15.45-.112.85t-.763.4q-.3%200-.562-.175t-.363-.475L14.35%2020zm.65-2h3.35L12%2013zM17%2010q0-.725-.225-1.475t-.725-1.4q-.2-.275-.2-.625t.25-.6t.612-.238t.563.288q.675.9%201.025%201.938T18.7%2010q0%201.075-.363%202.113t-1.062%201.937q-.225.275-.575.288t-.6-.238t-.238-.6t.213-.625q.475-.625.7-1.362T17%2010m2.838-2.738Q19.374%205.9%2018.475%204.75q-.225-.275-.225-.638t.25-.612t.613-.225t.587.3Q20.85%205%2021.425%206.625T22%2010t-.537%203.375t-1.738%203.05q-.25.275-.6.313T18.5%2016.5q-.25-.25-.25-.612t.225-.638q.9-1.15%201.363-2.512T20.3%2010t-.462-2.738%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-rounded.svg?color=%231a73e8&size=48