signal-off from Material Design Icons by Pictogrammers · Filled · Cellphone / Phone · Apache-2.0 Free for personal and commercial use.

Name
signal-off
Set
Material Design Icons
Style
Filled
Category
Cellphone / Phone
Viewbox
24×24
License
Apache 2.0

More cellphone / phone icons from Material Design Icons

Use the signal off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 3v13.18l3 3V3zM4.28 5L3 6.27L10.73 14H8v7h3v-6.73l2 2V21h3v-1.73L19.73 23L21 21.72zM13 9v2.18l3 3V9zM3 18v3h3v-3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSignalOff(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="M18 3v13.18l3 3V3zM4.28 5L3 6.27L10.73 14H8v7h3v-6.73l2 2V21h3v-1.73L19.73 23L21 21.72zM13 9v2.18l3 3V9zM3 18v3h3v-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 3v13.18l3 3V3zM4.28 5L3 6.27L10.73 14H8v7h3v-6.73l2 2V21h3v-1.73L19.73 23L21 21.72zM13 9v2.18l3 3V9zM3 18v3h3v-3z"/></svg>
</template>

CSS

.icon-signal-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%22M18%203v13.18l3%203V3zM4.28%205L3%206.27L10.73%2014H8v7h3v-6.73l2%202V21h3v-1.73L19.73%2023L21%2021.72zM13%209v2.18l3%203V9zM3%2018v3h3v-3z%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%22M18%203v13.18l3%203V3zM4.28%205L3%206.27L10.73%2014H8v7h3v-6.73l2%202V21h3v-1.73L19.73%2023L21%2021.72zM13%209v2.18l3%203V9zM3%2018v3h3v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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