devices-off-outline-sharp from Material Symbols by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
devices-off-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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="m8.85 6l-2-2H21v2zM18 12.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5M14 8h8v11.15l-2-2V10h-4v3.15l-2-2zm6.5 15.3L17.2 20H14v-3.2l-9-9V15h7v2H3V5.8L.7 3.5l1.4-1.4l19.8 19.8zM2 20v-2h10v2zm6.6-8.6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDevicesOffOutlineSharp(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="m8.85 6l-2-2H21v2zM18 12.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5M14 8h8v11.15l-2-2V10h-4v3.15l-2-2zm6.5 15.3L17.2 20H14v-3.2l-9-9V15h7v2H3V5.8L.7 3.5l1.4-1.4l19.8 19.8zM2 20v-2h10v2zm6.6-8.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.85 6l-2-2H21v2zM18 12.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5M14 8h8v11.15l-2-2V10h-4v3.15l-2-2zm6.5 15.3L17.2 20H14v-3.2l-9-9V15h7v2H3V5.8L.7 3.5l1.4-1.4l19.8 19.8zM2 20v-2h10v2zm6.6-8.6"/></svg>
</template>

CSS

.icon-devices-off-outline-sharp {
  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%22m8.85%206l-2-2H21v2zM18%2012.5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T18%2011q-.3%200-.525.213t-.225.537q0%20.3.225.525T18%2012.5M14%208h8v11.15l-2-2V10h-4v3.15l-2-2zm6.5%2015.3L17.2%2020H14v-3.2l-9-9V15h7v2H3V5.8L.7%203.5l1.4-1.4l19.8%2019.8zM2%2020v-2h10v2zm6.6-8.6%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%22m8.85%206l-2-2H21v2zM18%2012.5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T18%2011q-.3%200-.525.213t-.225.537q0%20.3.225.525T18%2012.5M14%208h8v11.15l-2-2V10h-4v3.15l-2-2zm6.5%2015.3L17.2%2020H14v-3.2l-9-9V15h7v2H3V5.8L.7%203.5l1.4-1.4l19.8%2019.8zM2%2020v-2h10v2zm6.6-8.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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