cell tower icon
cell-tower from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- cell-tower
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the cell tower icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M135.16 84.42a8 8 0 0 0-14.32 0l-72 144a8 8 0 0 0 14.31 7.16L77 208h102.1l13.79 27.58A8 8 0 0 0 200 240a8 8 0 0 0 7.15-11.58ZM128 105.89L155.06 160h-54.12ZM85 192l8-16h70.1l8 16Zm74.54-98.26a32 32 0 1 0-63 0a8 8 0 1 1-15.74 2.85a48 48 0 1 1 94.46 0a8 8 0 0 1-7.86 6.58a9 9 0 0 1-1.43-.13a8 8 0 0 1-6.48-9.3Zm-95.39 42.47a80 80 0 1 1 127.7 0a8 8 0 0 1-12.76-9.65a64 64 0 1 0-102.18 0a8 8 0 0 1-12.76 9.65"/></svg>
React
import type { SVGProps } from "react";
export function PhCellTower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M135.16 84.42a8 8 0 0 0-14.32 0l-72 144a8 8 0 0 0 14.31 7.16L77 208h102.1l13.79 27.58A8 8 0 0 0 200 240a8 8 0 0 0 7.15-11.58ZM128 105.89L155.06 160h-54.12ZM85 192l8-16h70.1l8 16Zm74.54-98.26a32 32 0 1 0-63 0a8 8 0 1 1-15.74 2.85a48 48 0 1 1 94.46 0a8 8 0 0 1-7.86 6.58a9 9 0 0 1-1.43-.13a8 8 0 0 1-6.48-9.3Zm-95.39 42.47a80 80 0 1 1 127.7 0a8 8 0 0 1-12.76-9.65a64 64 0 1 0-102.18 0a8 8 0 0 1-12.76 9.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M135.16 84.42a8 8 0 0 0-14.32 0l-72 144a8 8 0 0 0 14.31 7.16L77 208h102.1l13.79 27.58A8 8 0 0 0 200 240a8 8 0 0 0 7.15-11.58ZM128 105.89L155.06 160h-54.12ZM85 192l8-16h70.1l8 16Zm74.54-98.26a32 32 0 1 0-63 0a8 8 0 1 1-15.74 2.85a48 48 0 1 1 94.46 0a8 8 0 0 1-7.86 6.58a9 9 0 0 1-1.43-.13a8 8 0 0 1-6.48-9.3Zm-95.39 42.47a80 80 0 1 1 127.7 0a8 8 0 0 1-12.76-9.65a64 64 0 1 0-102.18 0a8 8 0 0 1-12.76 9.65"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M135.16%2084.42a8%208%200%200%200-14.32%200l-72%20144a8%208%200%200%200%2014.31%207.16L77%20208h102.1l13.79%2027.58A8%208%200%200%200%20200%20240a8%208%200%200%200%207.15-11.58ZM128%20105.89L155.06%20160h-54.12ZM85%20192l8-16h70.1l8%2016Zm74.54-98.26a32%2032%200%201%200-63%200a8%208%200%201%201-15.74%202.85a48%2048%200%201%201%2094.46%200a8%208%200%200%201-7.86%206.58a9%209%200%200%201-1.43-.13a8%208%200%200%201-6.48-9.3Zm-95.39%2042.47a80%2080%200%201%201%20127.7%200a8%208%200%200%201-12.76-9.65a64%2064%200%201%200-102.18%200a8%208%200%200%201-12.76%209.65%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M135.16%2084.42a8%208%200%200%200-14.32%200l-72%20144a8%208%200%200%200%2014.31%207.16L77%20208h102.1l13.79%2027.58A8%208%200%200%200%20200%20240a8%208%200%200%200%207.15-11.58ZM128%20105.89L155.06%20160h-54.12ZM85%20192l8-16h70.1l8%2016Zm74.54-98.26a32%2032%200%201%200-63%200a8%208%200%201%201-15.74%202.85a48%2048%200%201%201%2094.46%200a8%208%200%200%201-7.86%206.58a9%209%200%200%201-1.43-.13a8%208%200%200%201-6.48-9.3Zm-95.39%2042.47a80%2080%200%201%201%20127.7%200a8%208%200%200%201-12.76-9.65a64%2064%200%201%200-102.18%200a8%208%200%200%201-12.76%209.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cell-tower.svg?color=%231a73e8&size=48