sleep-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.

Name
sleep-outline
Set
Material Symbols
Style
Outline
Viewbox
24×24
License
Apache 2.0
Aliases
sleep-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

Related icons in Material Symbols

Use the sleep icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.075 22q-2.1 0-3.937-.8t-3.2-2.163q-1.363-1.362-2.163-3.2t-.8-3.937q0-3.65 2.325-6.438T10.225 2q-.45 2.475.275 4.838t2.5 4.137q1.775 1.775 4.138 2.5t4.837.275q-.65 3.6-3.45 5.925T12.075 22Zm0-2q2.2 0 4.075-1.1t2.95-3.025q-2.15-.2-4.075-1.088t-3.45-2.412Q10.05 10.85 9.15 8.925T8.075 4.85Q6.15 5.925 5.063 7.813T3.975 11.9q0 3.375 2.363 5.738T12.075 20Zm-.5-7.625ZM18 10l-1.25-2.75L14 6l2.75-1.25L18 2l1.25 2.75L22 6l-2.75 1.25L18 10Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSleepOutline(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="M12.075 22q-2.1 0-3.937-.8t-3.2-2.163q-1.363-1.362-2.163-3.2t-.8-3.937q0-3.65 2.325-6.438T10.225 2q-.45 2.475.275 4.838t2.5 4.137q1.775 1.775 4.138 2.5t4.837.275q-.65 3.6-3.45 5.925T12.075 22Zm0-2q2.2 0 4.075-1.1t2.95-3.025q-2.15-.2-4.075-1.088t-3.45-2.412Q10.05 10.85 9.15 8.925T8.075 4.85Q6.15 5.925 5.063 7.813T3.975 11.9q0 3.375 2.363 5.738T12.075 20Zm-.5-7.625ZM18 10l-1.25-2.75L14 6l2.75-1.25L18 2l1.25 2.75L22 6l-2.75 1.25L18 10Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.075 22q-2.1 0-3.937-.8t-3.2-2.163q-1.363-1.362-2.163-3.2t-.8-3.937q0-3.65 2.325-6.438T10.225 2q-.45 2.475.275 4.838t2.5 4.137q1.775 1.775 4.138 2.5t4.837.275q-.65 3.6-3.45 5.925T12.075 22Zm0-2q2.2 0 4.075-1.1t2.95-3.025q-2.15-.2-4.075-1.088t-3.45-2.412Q10.05 10.85 9.15 8.925T8.075 4.85Q6.15 5.925 5.063 7.813T3.975 11.9q0 3.375 2.363 5.738T12.075 20Zm-.5-7.625ZM18 10l-1.25-2.75L14 6l2.75-1.25L18 2l1.25 2.75L22 6l-2.75 1.25L18 10Z"/></svg>
</template>

CSS

.icon-sleep-outline {
  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%22M12.075%2022q-2.1%200-3.937-.8t-3.2-2.163q-1.363-1.362-2.163-3.2t-.8-3.937q0-3.65%202.325-6.438T10.225%202q-.45%202.475.275%204.838t2.5%204.137q1.775%201.775%204.138%202.5t4.837.275q-.65%203.6-3.45%205.925T12.075%2022Zm0-2q2.2%200%204.075-1.1t2.95-3.025q-2.15-.2-4.075-1.088t-3.45-2.412Q10.05%2010.85%209.15%208.925T8.075%204.85Q6.15%205.925%205.063%207.813T3.975%2011.9q0%203.375%202.363%205.738T12.075%2020Zm-.5-7.625ZM18%2010l-1.25-2.75L14%206l2.75-1.25L18%202l1.25%202.75L22%206l-2.75%201.25L18%2010Z%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%22M12.075%2022q-2.1%200-3.937-.8t-3.2-2.163q-1.363-1.362-2.163-3.2t-.8-3.937q0-3.65%202.325-6.438T10.225%202q-.45%202.475.275%204.838t2.5%204.137q1.775%201.775%204.138%202.5t4.837.275q-.65%203.6-3.45%205.925T12.075%2022Zm0-2q2.2%200%204.075-1.1t2.95-3.025q-2.15-.2-4.075-1.088t-3.45-2.412Q10.05%2010.85%209.15%208.925T8.075%204.85Q6.15%205.925%205.063%207.813T3.975%2011.9q0%203.375%202.363%205.738T12.075%2020Zm-.5-7.625ZM18%2010l-1.25-2.75L14%206l2.75-1.25L18%202l1.25%202.75L22%206l-2.75%201.25L18%2010Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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