sleeping icon

sleeping-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.

Name
sleeping-duotone
Set
Reicon
Style
Duotone
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More ui icons from Reicon

Use the sleeping icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 5.25a.75.75 0 0 1 .75.75v9.25h19.893v.393l-.001.357v2a.75.75 0 1 1-1.5 0v-1.25H2.75V18a.75.75 0 0 1-1.5 0V6A.75.75 0 0 1 2 5.25" clip-rule="evenodd"/><path d="M7 13.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m15.362-1.651a5 5 0 0 0-3.068-3.068c-.802-.281-1.8-.281-3.794-.281h-.002c-.798 0-1.838 0-2.159.112a2 2 0 0 0-1.227 1.227C12 10.16 12 10.56 12 11.357v3.893h10.643c-.001-1.737-.02-2.654-.28-3.401" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSleepingDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2 5.25a.75.75 0 0 1 .75.75v9.25h19.893v.393l-.001.357v2a.75.75 0 1 1-1.5 0v-1.25H2.75V18a.75.75 0 0 1-1.5 0V6A.75.75 0 0 1 2 5.25" clipRule="evenodd"/><path d="M7 13.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m15.362-1.651a5 5 0 0 0-3.068-3.068c-.802-.281-1.8-.281-3.794-.281h-.002c-.798 0-1.838 0-2.159.112a2 2 0 0 0-1.227 1.227C12 10.16 12 10.56 12 11.357v3.893h10.643c-.001-1.737-.02-2.654-.28-3.401" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 5.25a.75.75 0 0 1 .75.75v9.25h19.893v.393l-.001.357v2a.75.75 0 1 1-1.5 0v-1.25H2.75V18a.75.75 0 0 1-1.5 0V6A.75.75 0 0 1 2 5.25" clip-rule="evenodd"/><path d="M7 13.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m15.362-1.651a5 5 0 0 0-3.068-3.068c-.802-.281-1.8-.281-3.794-.281h-.002c-.798 0-1.838 0-2.159.112a2 2 0 0 0-1.227 1.227C12 10.16 12 10.56 12 11.357v3.893h10.643c-.001-1.737-.02-2.654-.28-3.401" opacity=".5"/></g></svg>
</template>

CSS

.icon-sleeping-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%205.25a.75.75%200%200%201%20.75.75v9.25h19.893v.393l-.001.357v2a.75.75%200%201%201-1.5%200v-1.25H2.75V18a.75.75%200%200%201-1.5%200V6A.75.75%200%200%201%202%205.25%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7%2013.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m15.362-1.651a5%205%200%200%200-3.068-3.068c-.802-.281-1.8-.281-3.794-.281h-.002c-.798%200-1.838%200-2.159.112a2%202%200%200%200-1.227%201.227C12%2010.16%2012%2010.56%2012%2011.357v3.893h10.643c-.001-1.737-.02-2.654-.28-3.401%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%205.25a.75.75%200%200%201%20.75.75v9.25h19.893v.393l-.001.357v2a.75.75%200%201%201-1.5%200v-1.25H2.75V18a.75.75%200%200%201-1.5%200V6A.75.75%200%200%201%202%205.25%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7%2013.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m15.362-1.651a5%205%200%200%200-3.068-3.068c-.802-.281-1.8-.281-3.794-.281h-.002c-.798%200-1.838%200-2.159.112a2%202%200%200%200-1.227%201.227C12%2010.16%2012%2010.56%2012%2011.357v3.893h10.643c-.001-1.737-.02-2.654-.28-3.401%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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