cell tower icon
cell-tower from Material Symbols Light by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- cell-tower
- Set
- Material Symbols Light
- 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 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="M5.477 16.523q-1.386-1.404-2.047-3.075q-.66-1.671-.66-3.448t.66-3.448t2.047-3.075l.662.661Q4.9 5.397 4.3 6.912Q3.7 8.425 3.7 10t.6 3.09t1.839 2.772zM7.8 14.2q-.86-.898-1.295-1.988q-.436-1.09-.436-2.212t.436-2.211Q6.94 6.698 7.8 5.8l.662.662q-.731.713-1.096 1.648T7 10q0 .939.356 1.864t1.106 1.674zm.277 6.146l2.914-8.74q-.439-.254-.676-.7T10.077 10q0-.8.562-1.361T12 8.077t1.362.562t.561 1.361q0 .46-.218.887t-.695.719l2.913 8.74h-1.038l-.65-2H9.77l-.636 2zm2.036-3h3.774L12 11.654zM16.2 14.2l-.662-.661q.731-.714 1.096-1.648Q17 10.956 17 10q0-.88-.365-1.825q-.366-.944-1.097-1.714L16.2 5.8q.86.898 1.287 2.008t.444 2.211q0 1.121-.426 2.202T16.2 14.2m2.323 2.323l-.662-.662Q19.1 14.605 19.7 13.09t.6-3.09t-.6-3.09t-1.839-2.772l.662-.661q1.368 1.404 2.038 3.075T21.23 10t-.643 3.448t-2.065 3.075"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCellTower(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="M5.477 16.523q-1.386-1.404-2.047-3.075q-.66-1.671-.66-3.448t.66-3.448t2.047-3.075l.662.661Q4.9 5.397 4.3 6.912Q3.7 8.425 3.7 10t.6 3.09t1.839 2.772zM7.8 14.2q-.86-.898-1.295-1.988q-.436-1.09-.436-2.212t.436-2.211Q6.94 6.698 7.8 5.8l.662.662q-.731.713-1.096 1.648T7 10q0 .939.356 1.864t1.106 1.674zm.277 6.146l2.914-8.74q-.439-.254-.676-.7T10.077 10q0-.8.562-1.361T12 8.077t1.362.562t.561 1.361q0 .46-.218.887t-.695.719l2.913 8.74h-1.038l-.65-2H9.77l-.636 2zm2.036-3h3.774L12 11.654zM16.2 14.2l-.662-.661q.731-.714 1.096-1.648Q17 10.956 17 10q0-.88-.365-1.825q-.366-.944-1.097-1.714L16.2 5.8q.86.898 1.287 2.008t.444 2.211q0 1.121-.426 2.202T16.2 14.2m2.323 2.323l-.662-.662Q19.1 14.605 19.7 13.09t.6-3.09t-.6-3.09t-1.839-2.772l.662-.661q1.368 1.404 2.038 3.075T21.23 10t-.643 3.448t-2.065 3.075"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.477 16.523q-1.386-1.404-2.047-3.075q-.66-1.671-.66-3.448t.66-3.448t2.047-3.075l.662.661Q4.9 5.397 4.3 6.912Q3.7 8.425 3.7 10t.6 3.09t1.839 2.772zM7.8 14.2q-.86-.898-1.295-1.988q-.436-1.09-.436-2.212t.436-2.211Q6.94 6.698 7.8 5.8l.662.662q-.731.713-1.096 1.648T7 10q0 .939.356 1.864t1.106 1.674zm.277 6.146l2.914-8.74q-.439-.254-.676-.7T10.077 10q0-.8.562-1.361T12 8.077t1.362.562t.561 1.361q0 .46-.218.887t-.695.719l2.913 8.74h-1.038l-.65-2H9.77l-.636 2zm2.036-3h3.774L12 11.654zM16.2 14.2l-.662-.661q.731-.714 1.096-1.648Q17 10.956 17 10q0-.88-.365-1.825q-.366-.944-1.097-1.714L16.2 5.8q.86.898 1.287 2.008t.444 2.211q0 1.121-.426 2.202T16.2 14.2m2.323 2.323l-.662-.662Q19.1 14.605 19.7 13.09t.6-3.09t-.6-3.09t-1.839-2.772l.662-.661q1.368 1.404 2.038 3.075T21.23 10t-.643 3.448t-2.065 3.075"/></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%22M5.477%2016.523q-1.386-1.404-2.047-3.075q-.66-1.671-.66-3.448t.66-3.448t2.047-3.075l.662.661Q4.9%205.397%204.3%206.912Q3.7%208.425%203.7%2010t.6%203.09t1.839%202.772zM7.8%2014.2q-.86-.898-1.295-1.988q-.436-1.09-.436-2.212t.436-2.211Q6.94%206.698%207.8%205.8l.662.662q-.731.713-1.096%201.648T7%2010q0%20.939.356%201.864t1.106%201.674zm.277%206.146l2.914-8.74q-.439-.254-.676-.7T10.077%2010q0-.8.562-1.361T12%208.077t1.362.562t.561%201.361q0%20.46-.218.887t-.695.719l2.913%208.74h-1.038l-.65-2H9.77l-.636%202zm2.036-3h3.774L12%2011.654zM16.2%2014.2l-.662-.661q.731-.714%201.096-1.648Q17%2010.956%2017%2010q0-.88-.365-1.825q-.366-.944-1.097-1.714L16.2%205.8q.86.898%201.287%202.008t.444%202.211q0%201.121-.426%202.202T16.2%2014.2m2.323%202.323l-.662-.662Q19.1%2014.605%2019.7%2013.09t.6-3.09t-.6-3.09t-1.839-2.772l.662-.661q1.368%201.404%202.038%203.075T21.23%2010t-.643%203.448t-2.065%203.075%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%22M5.477%2016.523q-1.386-1.404-2.047-3.075q-.66-1.671-.66-3.448t.66-3.448t2.047-3.075l.662.661Q4.9%205.397%204.3%206.912Q3.7%208.425%203.7%2010t.6%203.09t1.839%202.772zM7.8%2014.2q-.86-.898-1.295-1.988q-.436-1.09-.436-2.212t.436-2.211Q6.94%206.698%207.8%205.8l.662.662q-.731.713-1.096%201.648T7%2010q0%20.939.356%201.864t1.106%201.674zm.277%206.146l2.914-8.74q-.439-.254-.676-.7T10.077%2010q0-.8.562-1.361T12%208.077t1.362.562t.561%201.361q0%20.46-.218.887t-.695.719l2.913%208.74h-1.038l-.65-2H9.77l-.636%202zm2.036-3h3.774L12%2011.654zM16.2%2014.2l-.662-.661q.731-.714%201.096-1.648Q17%2010.956%2017%2010q0-.88-.365-1.825q-.366-.944-1.097-1.714L16.2%205.8q.86.898%201.287%202.008t.444%202.211q0%201.121-.426%202.202T16.2%2014.2m2.323%202.323l-.662-.662Q19.1%2014.605%2019.7%2013.09t.6-3.09t-.6-3.09t-1.839-2.772l.662-.661q1.368%201.404%202.038%203.075T21.23%2010t-.643%203.448t-2.065%203.075%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.svg?color=%231a73e8&size=48