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

Name
bedtime-off
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
bedtime-off-sharp, quiet-time-active

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the bedtime 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.42 18.433L5.586 5.6q.767-.888 1.754-1.556T9.5 2.981q-.104 2.34.67 4.549q.772 2.209 2.432 3.868q1.66 1.66 3.82 2.48q2.16.822 4.501.718q-.39 1.152-1.012 2.12t-1.492 1.717m.014 4.251l-2.662-2.661q-.773.287-1.593.44q-.82.152-1.693.152q-1.889 0-3.544-.713q-1.654-.714-2.892-1.951t-1.951-2.892t-.713-3.544q0-.854.162-1.674q.163-.82.45-1.593L1.34 5.592l.713-.713L19.146 21.97z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBedtimeOff(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.42 18.433L5.586 5.6q.767-.888 1.754-1.556T9.5 2.981q-.104 2.34.67 4.549q.772 2.209 2.432 3.868q1.66 1.66 3.82 2.48q2.16.822 4.501.718q-.39 1.152-1.012 2.12t-1.492 1.717m.014 4.251l-2.662-2.661q-.773.287-1.593.44q-.82.152-1.693.152q-1.889 0-3.544-.713q-1.654-.714-2.892-1.951t-1.951-2.892t-.713-3.544q0-.854.162-1.674q.163-.82.45-1.593L1.34 5.592l.713-.713L19.146 21.97z"/></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.42 18.433L5.586 5.6q.767-.888 1.754-1.556T9.5 2.981q-.104 2.34.67 4.549q.772 2.209 2.432 3.868q1.66 1.66 3.82 2.48q2.16.822 4.501.718q-.39 1.152-1.012 2.12t-1.492 1.717m.014 4.251l-2.662-2.661q-.773.287-1.593.44q-.82.152-1.693.152q-1.889 0-3.544-.713q-1.654-.714-2.892-1.951t-1.951-2.892t-.713-3.544q0-.854.162-1.674q.163-.82.45-1.593L1.34 5.592l.713-.713L19.146 21.97z"/></svg>
</template>

CSS

.icon-bedtime-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.42%2018.433L5.586%205.6q.767-.888%201.754-1.556T9.5%202.981q-.104%202.34.67%204.549q.772%202.209%202.432%203.868q1.66%201.66%203.82%202.48q2.16.822%204.501.718q-.39%201.152-1.012%202.12t-1.492%201.717m.014%204.251l-2.662-2.661q-.773.287-1.593.44q-.82.152-1.693.152q-1.889%200-3.544-.713q-1.654-.714-2.892-1.951t-1.951-2.892t-.713-3.544q0-.854.162-1.674q.163-.82.45-1.593L1.34%205.592l.713-.713L19.146%2021.97z%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.42%2018.433L5.586%205.6q.767-.888%201.754-1.556T9.5%202.981q-.104%202.34.67%204.549q.772%202.209%202.432%203.868q1.66%201.66%203.82%202.48q2.16.822%204.501.718q-.39%201.152-1.012%202.12t-1.492%201.717m.014%204.251l-2.662-2.661q-.773.287-1.593.44q-.82.152-1.693.152q-1.889%200-3.544-.713q-1.654-.714-2.892-1.951t-1.951-2.892t-.713-3.544q0-.854.162-1.674q.163-.82.45-1.593L1.34%205.592l.713-.713L19.146%2021.97z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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