cell tower icon

cell-tower-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
cell-tower-light
Set
Phosphor
Style
Light
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="M133.37 85.32a6 6 0 0 0-10.74 0l-72 144a6 6 0 0 0 10.74 5.37L75.71 206h104.58l14.34 28.68A6 6 0 0 0 200 238a5.9 5.9 0 0 0 2.68-.64a6 6 0 0 0 2.69-8.05Zm-5.37 16.1L158.29 162H97.71ZM81.71 194l10-20h72.58l10 20Zm79.74-99.9A33.6 33.6 0 0 0 162 88a34 34 0 0 0-68 0a33.6 33.6 0 0 0 .55 6.1a6 6 0 1 1-11.81 2.13a46 46 0 1 1 90.52 0a6 6 0 0 1-5.89 4.94a5.6 5.6 0 0 1-1.08-.1a6 6 0 0 1-4.84-6.97M65.75 135A78 78 0 1 1 206 88a77.33 77.33 0 0 1-15.75 47a6 6 0 1 1-9.57-7.24A65.42 65.42 0 0 0 194 88a66 66 0 0 0-132 0a65.42 65.42 0 0 0 13.32 39.76a6 6 0 1 1-9.57 7.24"/></svg>

React

import type { SVGProps } from "react";

export function PhCellTowerLight(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="M133.37 85.32a6 6 0 0 0-10.74 0l-72 144a6 6 0 0 0 10.74 5.37L75.71 206h104.58l14.34 28.68A6 6 0 0 0 200 238a5.9 5.9 0 0 0 2.68-.64a6 6 0 0 0 2.69-8.05Zm-5.37 16.1L158.29 162H97.71ZM81.71 194l10-20h72.58l10 20Zm79.74-99.9A33.6 33.6 0 0 0 162 88a34 34 0 0 0-68 0a33.6 33.6 0 0 0 .55 6.1a6 6 0 1 1-11.81 2.13a46 46 0 1 1 90.52 0a6 6 0 0 1-5.89 4.94a5.6 5.6 0 0 1-1.08-.1a6 6 0 0 1-4.84-6.97M65.75 135A78 78 0 1 1 206 88a77.33 77.33 0 0 1-15.75 47a6 6 0 1 1-9.57-7.24A65.42 65.42 0 0 0 194 88a66 66 0 0 0-132 0a65.42 65.42 0 0 0 13.32 39.76a6 6 0 1 1-9.57 7.24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M133.37 85.32a6 6 0 0 0-10.74 0l-72 144a6 6 0 0 0 10.74 5.37L75.71 206h104.58l14.34 28.68A6 6 0 0 0 200 238a5.9 5.9 0 0 0 2.68-.64a6 6 0 0 0 2.69-8.05Zm-5.37 16.1L158.29 162H97.71ZM81.71 194l10-20h72.58l10 20Zm79.74-99.9A33.6 33.6 0 0 0 162 88a34 34 0 0 0-68 0a33.6 33.6 0 0 0 .55 6.1a6 6 0 1 1-11.81 2.13a46 46 0 1 1 90.52 0a6 6 0 0 1-5.89 4.94a5.6 5.6 0 0 1-1.08-.1a6 6 0 0 1-4.84-6.97M65.75 135A78 78 0 1 1 206 88a77.33 77.33 0 0 1-15.75 47a6 6 0 1 1-9.57-7.24A65.42 65.42 0 0 0 194 88a66 66 0 0 0-132 0a65.42 65.42 0 0 0 13.32 39.76a6 6 0 1 1-9.57 7.24"/></svg>
</template>

CSS

.icon-cell-tower-light {
  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%22M133.37%2085.32a6%206%200%200%200-10.74%200l-72%20144a6%206%200%200%200%2010.74%205.37L75.71%20206h104.58l14.34%2028.68A6%206%200%200%200%20200%20238a5.9%205.9%200%200%200%202.68-.64a6%206%200%200%200%202.69-8.05Zm-5.37%2016.1L158.29%20162H97.71ZM81.71%20194l10-20h72.58l10%2020Zm79.74-99.9A33.6%2033.6%200%200%200%20162%2088a34%2034%200%200%200-68%200a33.6%2033.6%200%200%200%20.55%206.1a6%206%200%201%201-11.81%202.13a46%2046%200%201%201%2090.52%200a6%206%200%200%201-5.89%204.94a5.6%205.6%200%200%201-1.08-.1a6%206%200%200%201-4.84-6.97M65.75%20135A78%2078%200%201%201%20206%2088a77.33%2077.33%200%200%201-15.75%2047a6%206%200%201%201-9.57-7.24A65.42%2065.42%200%200%200%20194%2088a66%2066%200%200%200-132%200a65.42%2065.42%200%200%200%2013.32%2039.76a6%206%200%201%201-9.57%207.24%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%22M133.37%2085.32a6%206%200%200%200-10.74%200l-72%20144a6%206%200%200%200%2010.74%205.37L75.71%20206h104.58l14.34%2028.68A6%206%200%200%200%20200%20238a5.9%205.9%200%200%200%202.68-.64a6%206%200%200%200%202.69-8.05Zm-5.37%2016.1L158.29%20162H97.71ZM81.71%20194l10-20h72.58l10%2020Zm79.74-99.9A33.6%2033.6%200%200%200%20162%2088a34%2034%200%200%200-68%200a33.6%2033.6%200%200%200%20.55%206.1a6%206%200%201%201-11.81%202.13a46%2046%200%201%201%2090.52%200a6%206%200%200%201-5.89%204.94a5.6%205.6%200%200%201-1.08-.1a6%206%200%200%201-4.84-6.97M65.75%20135A78%2078%200%201%201%20206%2088a77.33%2077.33%200%200%201-15.75%2047a6%206%200%201%201-9.57-7.24A65.42%2065.42%200%200%200%20194%2088a66%2066%200%200%200-132%200a65.42%2065.42%200%200%200%2013.32%2039.76a6%206%200%201%201-9.57%207.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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