transmission tower off icon

transmission-tower-off from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
transmission-tower-off
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
powerline-off, pylon-off

More home automation icons from Material Design Icons

Use the transmission tower off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3l5 5h-.7l-1.3 2.5l1.8.9l.7-1.4h1.5l1 1l-2.9 11h2.1l.2-.9l3.5-5.2l3.5 5.2l.2.9h2.1l-.8-3.2l3.9 3.9zM9.3 18.1l1.2-4.5l.9 1.3zm5.4 0L12.6 15l.2-.3l1.3 1.3zm-.5-7.1h.7l.2.9zm-.1-3h4.5l1.3 2.6l-1.8.9l-.7-1.5h-4.2l-3-3l.5-2h2.6zM8.4 5.2L6.9 3.7L7.8 2h8.5l1.3 2.5l-1.8.9L15 4H9z"/></svg>

React

import type { SVGProps } from "react";

export function MdiTransmissionTowerOff(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="M22.1 21.5L2.4 1.7L1.1 3l5 5h-.7l-1.3 2.5l1.8.9l.7-1.4h1.5l1 1l-2.9 11h2.1l.2-.9l3.5-5.2l3.5 5.2l.2.9h2.1l-.8-3.2l3.9 3.9zM9.3 18.1l1.2-4.5l.9 1.3zm5.4 0L12.6 15l.2-.3l1.3 1.3zm-.5-7.1h.7l.2.9zm-.1-3h4.5l1.3 2.6l-1.8.9l-.7-1.5h-4.2l-3-3l.5-2h2.6zM8.4 5.2L6.9 3.7L7.8 2h8.5l1.3 2.5l-1.8.9L15 4H9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3l5 5h-.7l-1.3 2.5l1.8.9l.7-1.4h1.5l1 1l-2.9 11h2.1l.2-.9l3.5-5.2l3.5 5.2l.2.9h2.1l-.8-3.2l3.9 3.9zM9.3 18.1l1.2-4.5l.9 1.3zm5.4 0L12.6 15l.2-.3l1.3 1.3zm-.5-7.1h.7l.2.9zm-.1-3h4.5l1.3 2.6l-1.8.9l-.7-1.5h-4.2l-3-3l.5-2h2.6zM8.4 5.2L6.9 3.7L7.8 2h8.5l1.3 2.5l-1.8.9L15 4H9z"/></svg>
</template>

CSS

.icon-transmission-tower-off {
  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%22M22.1%2021.5L2.4%201.7L1.1%203l5%205h-.7l-1.3%202.5l1.8.9l.7-1.4h1.5l1%201l-2.9%2011h2.1l.2-.9l3.5-5.2l3.5%205.2l.2.9h2.1l-.8-3.2l3.9%203.9zM9.3%2018.1l1.2-4.5l.9%201.3zm5.4%200L12.6%2015l.2-.3l1.3%201.3zm-.5-7.1h.7l.2.9zm-.1-3h4.5l1.3%202.6l-1.8.9l-.7-1.5h-4.2l-3-3l.5-2h2.6zM8.4%205.2L6.9%203.7L7.8%202h8.5l1.3%202.5l-1.8.9L15%204H9z%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%22M22.1%2021.5L2.4%201.7L1.1%203l5%205h-.7l-1.3%202.5l1.8.9l.7-1.4h1.5l1%201l-2.9%2011h2.1l.2-.9l3.5-5.2l3.5%205.2l.2.9h2.1l-.8-3.2l3.9%203.9zM9.3%2018.1l1.2-4.5l.9%201.3zm5.4%200L12.6%2015l.2-.3l1.3%201.3zm-.5-7.1h.7l.2.9zm-.1-3h4.5l1.3%202.6l-1.8.9l-.7-1.5h-4.2l-3-3l.5-2h2.6zM8.4%205.2L6.9%203.7L7.8%202h8.5l1.3%202.5l-1.8.9L15%204H9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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