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

Name
sleep-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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.158 2.739a.5.5 0 0 1 .427-.128c3.508.607 6.41 3.667 6.41 7.39a7.5 7.5 0 0 1-7.5 7.5c-2.53 0-5.04-1.257-6.405-3.214a.5.5 0 0 1 .37-.785c1.515-.121 3.34-.932 4.69-2.591c1.342-1.649 2.242-4.169 1.853-7.754a.5.5 0 0 1 .155-.418M3.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.586A1.5 1.5 0 1 0 3.5 10"/></svg>

React

import type { SVGProps } from "react";

export function FluentSleep20Filled(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.158 2.739a.5.5 0 0 1 .427-.128c3.508.607 6.41 3.667 6.41 7.39a7.5 7.5 0 0 1-7.5 7.5c-2.53 0-5.04-1.257-6.405-3.214a.5.5 0 0 1 .37-.785c1.515-.121 3.34-.932 4.69-2.591c1.342-1.649 2.242-4.169 1.853-7.754a.5.5 0 0 1 .155-.418M3.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.586A1.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.158 2.739a.5.5 0 0 1 .427-.128c3.508.607 6.41 3.667 6.41 7.39a7.5 7.5 0 0 1-7.5 7.5c-2.53 0-5.04-1.257-6.405-3.214a.5.5 0 0 1 .37-.785c1.515-.121 3.34-.932 4.69-2.591c1.342-1.649 2.242-4.169 1.853-7.754a.5.5 0 0 1 .155-.418M3.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.586A1.5 1.5 0 1 0 3.5 10"/></svg>
</template>

CSS

.icon-sleep-20-filled {
  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.158%202.739a.5.5%200%200%201%20.427-.128c3.508.607%206.41%203.667%206.41%207.39a7.5%207.5%200%200%201-7.5%207.5c-2.53%200-5.04-1.257-6.405-3.214a.5.5%200%200%201%20.37-.785c1.515-.121%203.34-.932%204.69-2.591c1.342-1.649%202.242-4.169%201.853-7.754a.5.5%200%200%201%20.155-.418M3.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.586A1.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.158%202.739a.5.5%200%200%201%20.427-.128c3.508.607%206.41%203.667%206.41%207.39a7.5%207.5%200%200%201-7.5%207.5c-2.53%200-5.04-1.257-6.405-3.214a.5.5%200%200%201%20.37-.785c1.515-.121%203.34-.932%204.69-2.591c1.342-1.649%202.242-4.169%201.853-7.754a.5.5%200%200%201%20.155-.418M3.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.586A1.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-filled.svg?color=%231a73e8&size=48