sleep-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
sleep-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Use the sleep icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.585 2.61a.5.5 0 0 0-.582.546c.389 3.585-.511 6.105-1.853 7.754c-1.35 1.66-3.175 2.47-4.69 2.591a.5.5 0 0 0-.37.785c1.365 1.957 3.875 3.214 6.405 3.214a7.5 7.5 0 0 0 7.5-7.5c0-3.723-2.902-6.783-6.41-7.39m-1.66 8.931c1.44-1.768 2.366-4.34 2.133-7.801c2.776.77 4.937 3.296 4.937 6.26a6.5 6.5 0 0 1-6.5 6.5c-1.924 0-3.823-.834-5.056-2.138c1.552-.341 3.212-1.255 4.486-2.82M3.5 10A1.5 1.5 0 0 0 5 8.5V4.89l3-.75v1.945A1.5 1.5 0 1 0 9 7.5v-4a.5.5 0 0 0-.621-.486l-4 1A.5.5 0 0 0 4 4.5v2.585A1.5 1.5 0 1 0 3.5 10"/></svg>

React

import type { SVGProps } from "react";

export function FluentSleep20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.585 2.61a.5.5 0 0 0-.582.546c.389 3.585-.511 6.105-1.853 7.754c-1.35 1.66-3.175 2.47-4.69 2.591a.5.5 0 0 0-.37.785c1.365 1.957 3.875 3.214 6.405 3.214a7.5 7.5 0 0 0 7.5-7.5c0-3.723-2.902-6.783-6.41-7.39m-1.66 8.931c1.44-1.768 2.366-4.34 2.133-7.801c2.776.77 4.937 3.296 4.937 6.26a6.5 6.5 0 0 1-6.5 6.5c-1.924 0-3.823-.834-5.056-2.138c1.552-.341 3.212-1.255 4.486-2.82M3.5 10A1.5 1.5 0 0 0 5 8.5V4.89l3-.75v1.945A1.5 1.5 0 1 0 9 7.5v-4a.5.5 0 0 0-.621-.486l-4 1A.5.5 0 0 0 4 4.5v2.585A1.5 1.5 0 1 0 3.5 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.585 2.61a.5.5 0 0 0-.582.546c.389 3.585-.511 6.105-1.853 7.754c-1.35 1.66-3.175 2.47-4.69 2.591a.5.5 0 0 0-.37.785c1.365 1.957 3.875 3.214 6.405 3.214a7.5 7.5 0 0 0 7.5-7.5c0-3.723-2.902-6.783-6.41-7.39m-1.66 8.931c1.44-1.768 2.366-4.34 2.133-7.801c2.776.77 4.937 3.296 4.937 6.26a6.5 6.5 0 0 1-6.5 6.5c-1.924 0-3.823-.834-5.056-2.138c1.552-.341 3.212-1.255 4.486-2.82M3.5 10A1.5 1.5 0 0 0 5 8.5V4.89l3-.75v1.945A1.5 1.5 0 1 0 9 7.5v-4a.5.5 0 0 0-.621-.486l-4 1A.5.5 0 0 0 4 4.5v2.585A1.5 1.5 0 1 0 3.5 10"/></svg>
</template>

CSS

.icon-sleep-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.585%202.61a.5.5%200%200%200-.582.546c.389%203.585-.511%206.105-1.853%207.754c-1.35%201.66-3.175%202.47-4.69%202.591a.5.5%200%200%200-.37.785c1.365%201.957%203.875%203.214%206.405%203.214a7.5%207.5%200%200%200%207.5-7.5c0-3.723-2.902-6.783-6.41-7.39m-1.66%208.931c1.44-1.768%202.366-4.34%202.133-7.801c2.776.77%204.937%203.296%204.937%206.26a6.5%206.5%200%200%201-6.5%206.5c-1.924%200-3.823-.834-5.056-2.138c1.552-.341%203.212-1.255%204.486-2.82M3.5%2010A1.5%201.5%200%200%200%205%208.5V4.89l3-.75v1.945A1.5%201.5%200%201%200%209%207.5v-4a.5.5%200%200%200-.621-.486l-4%201A.5.5%200%200%200%204%204.5v2.585A1.5%201.5%200%201%200%203.5%2010%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.585%202.61a.5.5%200%200%200-.582.546c.389%203.585-.511%206.105-1.853%207.754c-1.35%201.66-3.175%202.47-4.69%202.591a.5.5%200%200%200-.37.785c1.365%201.957%203.875%203.214%206.405%203.214a7.5%207.5%200%200%200%207.5-7.5c0-3.723-2.902-6.783-6.41-7.39m-1.66%208.931c1.44-1.768%202.366-4.34%202.133-7.801c2.776.77%204.937%203.296%204.937%206.26a6.5%206.5%200%200%201-6.5%206.5c-1.924%200-3.823-.834-5.056-2.138c1.552-.341%203.212-1.255%204.486-2.82M3.5%2010A1.5%201.5%200%200%200%205%208.5V4.89l3-.75v1.945A1.5%201.5%200%201%200%209%207.5v-4a.5.5%200%200%200-.621-.486l-4%201A.5.5%200%200%200%204%204.5v2.585A1.5%201.5%200%201%200%203.5%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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