sleep-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
sleep-off
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the sleep off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.27L3.28 4L20 20.72L18.73 22l-6-6H9v-2l.79-.94zM23 12h-6v-2l3.39-4H17V4h6v2l-3.38 4H23zM9.82 8H15v2l-1.46 1.72zM7 20H1v-2l3.39-4H1v-2h6v2l-3.38 4H7z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSleepOff(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="M2 5.27L3.28 4L20 20.72L18.73 22l-6-6H9v-2l.79-.94zM23 12h-6v-2l3.39-4H17V4h6v2l-3.38 4H23zM9.82 8H15v2l-1.46 1.72zM7 20H1v-2l3.39-4H1v-2h6v2l-3.38 4H7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5.27L3.28 4L20 20.72L18.73 22l-6-6H9v-2l.79-.94zM23 12h-6v-2l3.39-4H17V4h6v2l-3.38 4H23zM9.82 8H15v2l-1.46 1.72zM7 20H1v-2l3.39-4H1v-2h6v2l-3.38 4H7z"/></svg>
</template>

CSS

.icon-sleep-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%22M2%205.27L3.28%204L20%2020.72L18.73%2022l-6-6H9v-2l.79-.94zM23%2012h-6v-2l3.39-4H17V4h6v2l-3.38%204H23zM9.82%208H15v2l-1.46%201.72zM7%2020H1v-2l3.39-4H1v-2h6v2l-3.38%204H7z%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%22M2%205.27L3.28%204L20%2020.72L18.73%2022l-6-6H9v-2l.79-.94zM23%2012h-6v-2l3.39-4H17V4h6v2l-3.38%204H23zM9.82%208H15v2l-1.46%201.72zM7%2020H1v-2l3.39-4H1v-2h6v2l-3.38%204H7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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