sleep from IconPark by ByteDance · Color · Base · Apache-2.0 Free for personal and commercial use.

Name
sleep
Set
IconPark
Style
Color
Category
Base
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More base icons from IconPark

Use the sleep icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M16.8657 7.46924C16.3036 9.21181 16 11.0705 16 13C16 22.9411 24.0589 31 34 31C36.5346 31 38.9468 30.4762 41.1343 29.5308C38.8006 36.766 32.0116 42 24 42C14.0589 42 6 33.9411 6 24C6 16.5935 10.4734 10.2317 16.8657 7.46924Z"/><path stroke-linecap="round" d="M31.6605 10H41L31 18H41"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSleep(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M16.8657 7.46924C16.3036 9.21181 16 11.0705 16 13C16 22.9411 24.0589 31 34 31C36.5346 31 38.9468 30.4762 41.1343 29.5308C38.8006 36.766 32.0116 42 24 42C14.0589 42 6 33.9411 6 24C6 16.5935 10.4734 10.2317 16.8657 7.46924Z"/><path strokeLinecap="round" d="M31.6605 10H41L31 18H41"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M16.8657 7.46924C16.3036 9.21181 16 11.0705 16 13C16 22.9411 24.0589 31 34 31C36.5346 31 38.9468 30.4762 41.1343 29.5308C38.8006 36.766 32.0116 42 24 42C14.0589 42 6 33.9411 6 24C6 16.5935 10.4734 10.2317 16.8657 7.46924Z"/><path stroke-linecap="round" d="M31.6605 10H41L31 18H41"/></g></svg>
</template>

CSS

.icon-sleep {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M16.8657%207.46924C16.3036%209.21181%2016%2011.0705%2016%2013C16%2022.9411%2024.0589%2031%2034%2031C36.5346%2031%2038.9468%2030.4762%2041.1343%2029.5308C38.8006%2036.766%2032.0116%2042%2024%2042C14.0589%2042%206%2033.9411%206%2024C6%2016.5935%2010.4734%2010.2317%2016.8657%207.46924Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31.6605%2010H41L31%2018H41%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M16.8657%207.46924C16.3036%209.21181%2016%2011.0705%2016%2013C16%2022.9411%2024.0589%2031%2034%2031C36.5346%2031%2038.9468%2030.4762%2041.1343%2029.5308C38.8006%2036.766%2032.0116%2042%2024%2042C14.0589%2042%206%2033.9411%206%2024C6%2016.5935%2010.4734%2010.2317%2016.8657%207.46924Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M31.6605%2010H41L31%2018H41%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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