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

Name
bedtime-off-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

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.494 18.34q-.165.166-.366.166t-.357-.156q-.169-.17-.169-.37t.165-.366q.524-.441.924-.93q.401-.488.723-1.097q-2.126-.2-4.019-1.094t-3.457-2.456q-1.575-1.575-2.475-3.475t-1.075-4q-.615.332-1.092.725t-.94.927q-.16.159-.354.159t-.354-.16t-.16-.353t.16-.354q.558-.598 1.205-1.092T8.29 3.49q.385-.206.747.009t.396.637q.136 2.067.956 3.915t2.263 3.29q1.404 1.424 3.257 2.24t3.91.953q.44.032.653.411q.212.379.012.775q-.451.821-.945 1.458t-1.045 1.162m-.41 3.99l-2.294-2.289q-.836.345-1.691.507t-1.71.163q-1.89 0-3.545-.714q-1.654-.713-2.891-1.951t-1.951-2.891t-.714-3.544q0-.855.163-1.71q.162-.856.507-1.692L1.7 5.952q-.146-.15-.146-.361q0-.212.146-.358q.166-.166.36-.166t.36.166l16.372 16.384q.16.16.16.354t-.16.354t-.353.163t-.354-.157m-5.696-2.62q.682 0 1.348-.11t1.28-.332L4.731 8.983q-.221.679-.332 1.334q-.11.656-.11 1.295q0 3.375 2.362 5.737t5.738 2.363m-.358-7.768"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBedtimeOffOutlineRounded(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.494 18.34q-.165.166-.366.166t-.357-.156q-.169-.17-.169-.37t.165-.366q.524-.441.924-.93q.401-.488.723-1.097q-2.126-.2-4.019-1.094t-3.457-2.456q-1.575-1.575-2.475-3.475t-1.075-4q-.615.332-1.092.725t-.94.927q-.16.159-.354.159t-.354-.16t-.16-.353t.16-.354q.558-.598 1.205-1.092T8.29 3.49q.385-.206.747.009t.396.637q.136 2.067.956 3.915t2.263 3.29q1.404 1.424 3.257 2.24t3.91.953q.44.032.653.411q.212.379.012.775q-.451.821-.945 1.458t-1.045 1.162m-.41 3.99l-2.294-2.289q-.836.345-1.691.507t-1.71.163q-1.89 0-3.545-.714q-1.654-.713-2.891-1.951t-1.951-2.891t-.714-3.544q0-.855.163-1.71q.162-.856.507-1.692L1.7 5.952q-.146-.15-.146-.361q0-.212.146-.358q.166-.166.36-.166t.36.166l16.372 16.384q.16.16.16.354t-.16.354t-.353.163t-.354-.157m-5.696-2.62q.682 0 1.348-.11t1.28-.332L4.731 8.983q-.221.679-.332 1.334q-.11.656-.11 1.295q0 3.375 2.362 5.737t5.738 2.363m-.358-7.768"/></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.494 18.34q-.165.166-.366.166t-.357-.156q-.169-.17-.169-.37t.165-.366q.524-.441.924-.93q.401-.488.723-1.097q-2.126-.2-4.019-1.094t-3.457-2.456q-1.575-1.575-2.475-3.475t-1.075-4q-.615.332-1.092.725t-.94.927q-.16.159-.354.159t-.354-.16t-.16-.353t.16-.354q.558-.598 1.205-1.092T8.29 3.49q.385-.206.747.009t.396.637q.136 2.067.956 3.915t2.263 3.29q1.404 1.424 3.257 2.24t3.91.953q.44.032.653.411q.212.379.012.775q-.451.821-.945 1.458t-1.045 1.162m-.41 3.99l-2.294-2.289q-.836.345-1.691.507t-1.71.163q-1.89 0-3.545-.714q-1.654-.713-2.891-1.951t-1.951-2.891t-.714-3.544q0-.855.163-1.71q.162-.856.507-1.692L1.7 5.952q-.146-.15-.146-.361q0-.212.146-.358q.166-.166.36-.166t.36.166l16.372 16.384q.16.16.16.354t-.16.354t-.353.163t-.354-.157m-5.696-2.62q.682 0 1.348-.11t1.28-.332L4.731 8.983q-.221.679-.332 1.334q-.11.656-.11 1.295q0 3.375 2.362 5.737t5.738 2.363m-.358-7.768"/></svg>
</template>

CSS

.icon-bedtime-off-outline-rounded {
  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.494%2018.34q-.165.166-.366.166t-.357-.156q-.169-.17-.169-.37t.165-.366q.524-.441.924-.93q.401-.488.723-1.097q-2.126-.2-4.019-1.094t-3.457-2.456q-1.575-1.575-2.475-3.475t-1.075-4q-.615.332-1.092.725t-.94.927q-.16.159-.354.159t-.354-.16t-.16-.353t.16-.354q.558-.598%201.205-1.092T8.29%203.49q.385-.206.747.009t.396.637q.136%202.067.956%203.915t2.263%203.29q1.404%201.424%203.257%202.24t3.91.953q.44.032.653.411q.212.379.012.775q-.451.821-.945%201.458t-1.045%201.162m-.41%203.99l-2.294-2.289q-.836.345-1.691.507t-1.71.163q-1.89%200-3.545-.714q-1.654-.713-2.891-1.951t-1.951-2.891t-.714-3.544q0-.855.163-1.71q.162-.856.507-1.692L1.7%205.952q-.146-.15-.146-.361q0-.212.146-.358q.166-.166.36-.166t.36.166l16.372%2016.384q.16.16.16.354t-.16.354t-.353.163t-.354-.157m-5.696-2.62q.682%200%201.348-.11t1.28-.332L4.731%208.983q-.221.679-.332%201.334q-.11.656-.11%201.295q0%203.375%202.362%205.737t5.738%202.363m-.358-7.768%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.494%2018.34q-.165.166-.366.166t-.357-.156q-.169-.17-.169-.37t.165-.366q.524-.441.924-.93q.401-.488.723-1.097q-2.126-.2-4.019-1.094t-3.457-2.456q-1.575-1.575-2.475-3.475t-1.075-4q-.615.332-1.092.725t-.94.927q-.16.159-.354.159t-.354-.16t-.16-.353t.16-.354q.558-.598%201.205-1.092T8.29%203.49q.385-.206.747.009t.396.637q.136%202.067.956%203.915t2.263%203.29q1.404%201.424%203.257%202.24t3.91.953q.44.032.653.411q.212.379.012.775q-.451.821-.945%201.458t-1.045%201.162m-.41%203.99l-2.294-2.289q-.836.345-1.691.507t-1.71.163q-1.89%200-3.545-.714q-1.654-.713-2.891-1.951t-1.951-2.891t-.714-3.544q0-.855.163-1.71q.162-.856.507-1.692L1.7%205.952q-.146-.15-.146-.361q0-.212.146-.358q.166-.166.36-.166t.36.166l16.372%2016.384q.16.16.16.354t-.16.354t-.353.163t-.354-.157m-5.696-2.62q.682%200%201.348-.11t1.28-.332L4.731%208.983q-.221.679-.332%201.334q-.11.656-.11%201.295q0%203.375%202.362%205.737t5.738%202.363m-.358-7.768%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-outline-rounded.svg?color=%231a73e8&size=48