devices-off from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
devices-off
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
phonelink-off

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the devices off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.923 21.685L17.239 19h-1.22q-.51 0-.86-.351q-.351-.351-.351-.86v-1.22l-2.77-2.769v2.816H5.617q-.691 0-1.153-.463T4 15V6.616q0-.204.039-.38t.134-.32L1.969 3.712l.708-.708l17.954 17.973zM12.044 9.52L7.523 5h10.862q.517 0 .912.28t.55.72h-4.2q-1.485 0-2.53 1.028t-1.073 2.493m8.933 8.933l-6.17-6.17V9.982q0-.51.352-.86q.35-.352.86-.352h3.962q.51 0 .86.351q.351.351.351.86v7.808q0 .189-.058.355q-.06.166-.157.31M18 12.5q.287 0 .48-.196t.193-.477q0-.286-.193-.48q-.194-.193-.48-.193q-.28 0-.477.193q-.196.194-.196.48q0 .28.196.477T18 12.5M3 19v-1h9.039v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDevicesOff(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="M19.923 21.685L17.239 19h-1.22q-.51 0-.86-.351q-.351-.351-.351-.86v-1.22l-2.77-2.769v2.816H5.617q-.691 0-1.153-.463T4 15V6.616q0-.204.039-.38t.134-.32L1.969 3.712l.708-.708l17.954 17.973zM12.044 9.52L7.523 5h10.862q.517 0 .912.28t.55.72h-4.2q-1.485 0-2.53 1.028t-1.073 2.493m8.933 8.933l-6.17-6.17V9.982q0-.51.352-.86q.35-.352.86-.352h3.962q.51 0 .86.351q.351.351.351.86v7.808q0 .189-.058.355q-.06.166-.157.31M18 12.5q.287 0 .48-.196t.193-.477q0-.286-.193-.48q-.194-.193-.48-.193q-.28 0-.477.193q-.196.194-.196.48q0 .28.196.477T18 12.5M3 19v-1h9.039v1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.923 21.685L17.239 19h-1.22q-.51 0-.86-.351q-.351-.351-.351-.86v-1.22l-2.77-2.769v2.816H5.617q-.691 0-1.153-.463T4 15V6.616q0-.204.039-.38t.134-.32L1.969 3.712l.708-.708l17.954 17.973zM12.044 9.52L7.523 5h10.862q.517 0 .912.28t.55.72h-4.2q-1.485 0-2.53 1.028t-1.073 2.493m8.933 8.933l-6.17-6.17V9.982q0-.51.352-.86q.35-.352.86-.352h3.962q.51 0 .86.351q.351.351.351.86v7.808q0 .189-.058.355q-.06.166-.157.31M18 12.5q.287 0 .48-.196t.193-.477q0-.286-.193-.48q-.194-.193-.48-.193q-.28 0-.477.193q-.196.194-.196.48q0 .28.196.477T18 12.5M3 19v-1h9.039v1z"/></svg>
</template>

CSS

.icon-devices-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%22M19.923%2021.685L17.239%2019h-1.22q-.51%200-.86-.351q-.351-.351-.351-.86v-1.22l-2.77-2.769v2.816H5.617q-.691%200-1.153-.463T4%2015V6.616q0-.204.039-.38t.134-.32L1.969%203.712l.708-.708l17.954%2017.973zM12.044%209.52L7.523%205h10.862q.517%200%20.912.28t.55.72h-4.2q-1.485%200-2.53%201.028t-1.073%202.493m8.933%208.933l-6.17-6.17V9.982q0-.51.352-.86q.35-.352.86-.352h3.962q.51%200%20.86.351q.351.351.351.86v7.808q0%20.189-.058.355q-.06.166-.157.31M18%2012.5q.287%200%20.48-.196t.193-.477q0-.286-.193-.48q-.194-.193-.48-.193q-.28%200-.477.193q-.196.194-.196.48q0%20.28.196.477T18%2012.5M3%2019v-1h9.039v1z%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%22M19.923%2021.685L17.239%2019h-1.22q-.51%200-.86-.351q-.351-.351-.351-.86v-1.22l-2.77-2.769v2.816H5.617q-.691%200-1.153-.463T4%2015V6.616q0-.204.039-.38t.134-.32L1.969%203.712l.708-.708l17.954%2017.973zM12.044%209.52L7.523%205h10.862q.517%200%20.912.28t.55.72h-4.2q-1.485%200-2.53%201.028t-1.073%202.493m8.933%208.933l-6.17-6.17V9.982q0-.51.352-.86q.35-.352.86-.352h3.962q.51%200%20.86.351q.351.351.351.86v7.808q0%20.189-.058.355q-.06.166-.157.31M18%2012.5q.287%200%20.48-.196t.193-.477q0-.286-.193-.48q-.194-.193-.48-.193q-.28%200-.477.193q-.196.194-.196.48q0%20.28.196.477T18%2012.5M3%2019v-1h9.039v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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