cell tower icon

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

Name
cell-tower-thin
Set
Phosphor
Style
Thin
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="M131.58 86.21a4 4 0 0 0-7.16 0l-72 144a4 4 0 0 0 7.16 3.58L74.47 204h107.06l14.89 29.79A4 4 0 0 0 200 236a4.1 4.1 0 0 0 1.79-.42a4 4 0 0 0 1.79-5.37ZM128 96.94L161.53 164H94.47ZM78.47 196l12-24h75.06l12 24Zm84.95-101.55A35.6 35.6 0 0 0 164 88a36 36 0 0 0-72 0a35.6 35.6 0 0 0 .58 6.45a4 4 0 0 1-7.88 1.43A45 45 0 0 1 84 88a44 44 0 0 1 88 0a45 45 0 0 1-.7 7.88a4 4 0 0 1-3.94 3.29a4.4 4.4 0 0 1-.71-.07a4 4 0 0 1-3.23-4.65m-96.08 39.34a76 76 0 1 1 121.32 0a4 4 0 1 1-6.38-4.82a68 68 0 1 0-108.56 0a4 4 0 1 1-6.38 4.82"/></svg>

React

import type { SVGProps } from "react";

export function PhCellTowerThin(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="M131.58 86.21a4 4 0 0 0-7.16 0l-72 144a4 4 0 0 0 7.16 3.58L74.47 204h107.06l14.89 29.79A4 4 0 0 0 200 236a4.1 4.1 0 0 0 1.79-.42a4 4 0 0 0 1.79-5.37ZM128 96.94L161.53 164H94.47ZM78.47 196l12-24h75.06l12 24Zm84.95-101.55A35.6 35.6 0 0 0 164 88a36 36 0 0 0-72 0a35.6 35.6 0 0 0 .58 6.45a4 4 0 0 1-7.88 1.43A45 45 0 0 1 84 88a44 44 0 0 1 88 0a45 45 0 0 1-.7 7.88a4 4 0 0 1-3.94 3.29a4.4 4.4 0 0 1-.71-.07a4 4 0 0 1-3.23-4.65m-96.08 39.34a76 76 0 1 1 121.32 0a4 4 0 1 1-6.38-4.82a68 68 0 1 0-108.56 0a4 4 0 1 1-6.38 4.82"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M131.58 86.21a4 4 0 0 0-7.16 0l-72 144a4 4 0 0 0 7.16 3.58L74.47 204h107.06l14.89 29.79A4 4 0 0 0 200 236a4.1 4.1 0 0 0 1.79-.42a4 4 0 0 0 1.79-5.37ZM128 96.94L161.53 164H94.47ZM78.47 196l12-24h75.06l12 24Zm84.95-101.55A35.6 35.6 0 0 0 164 88a36 36 0 0 0-72 0a35.6 35.6 0 0 0 .58 6.45a4 4 0 0 1-7.88 1.43A45 45 0 0 1 84 88a44 44 0 0 1 88 0a45 45 0 0 1-.7 7.88a4 4 0 0 1-3.94 3.29a4.4 4.4 0 0 1-.71-.07a4 4 0 0 1-3.23-4.65m-96.08 39.34a76 76 0 1 1 121.32 0a4 4 0 1 1-6.38-4.82a68 68 0 1 0-108.56 0a4 4 0 1 1-6.38 4.82"/></svg>
</template>

CSS

.icon-cell-tower-thin {
  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%22M131.58%2086.21a4%204%200%200%200-7.16%200l-72%20144a4%204%200%200%200%207.16%203.58L74.47%20204h107.06l14.89%2029.79A4%204%200%200%200%20200%20236a4.1%204.1%200%200%200%201.79-.42a4%204%200%200%200%201.79-5.37ZM128%2096.94L161.53%20164H94.47ZM78.47%20196l12-24h75.06l12%2024Zm84.95-101.55A35.6%2035.6%200%200%200%20164%2088a36%2036%200%200%200-72%200a35.6%2035.6%200%200%200%20.58%206.45a4%204%200%200%201-7.88%201.43A45%2045%200%200%201%2084%2088a44%2044%200%200%201%2088%200a45%2045%200%200%201-.7%207.88a4%204%200%200%201-3.94%203.29a4.4%204.4%200%200%201-.71-.07a4%204%200%200%201-3.23-4.65m-96.08%2039.34a76%2076%200%201%201%20121.32%200a4%204%200%201%201-6.38-4.82a68%2068%200%201%200-108.56%200a4%204%200%201%201-6.38%204.82%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%22M131.58%2086.21a4%204%200%200%200-7.16%200l-72%20144a4%204%200%200%200%207.16%203.58L74.47%20204h107.06l14.89%2029.79A4%204%200%200%200%20200%20236a4.1%204.1%200%200%200%201.79-.42a4%204%200%200%200%201.79-5.37ZM128%2096.94L161.53%20164H94.47ZM78.47%20196l12-24h75.06l12%2024Zm84.95-101.55A35.6%2035.6%200%200%200%20164%2088a36%2036%200%200%200-72%200a35.6%2035.6%200%200%200%20.58%206.45a4%204%200%200%201-7.88%201.43A45%2045%200%200%201%2084%2088a44%2044%200%200%201%2088%200a45%2045%200%200%201-.7%207.88a4%204%200%200%201-3.94%203.29a4.4%204.4%200%200%201-.71-.07a4%204%200%200%201-3.23-4.65m-96.08%2039.34a76%2076%200%201%201%20121.32%200a4%204%200%201%201-6.38-4.82a68%2068%200%201%200-108.56%200a4%204%200%201%201-6.38%204.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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