sleeping icon
sleeping-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- sleeping-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
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.25C2.41421 5.25 2.75 5.58579 2.75 6V15.25H12H22.6428L22.6429 15.643L22.642 16.0001V18.0002C22.642 18.4144 22.3063 18.7502 21.892 18.7502C21.4778 18.7502 21.142 18.4144 21.142 18.0002V16.75H2.75V18C2.75 18.4142 2.41421 18.75 2 18.75C1.58579 18.75 1.25 18.4142 1.25 18V6C1.25 5.58579 1.58579 5.25 2 5.25Z" clip-rule="evenodd"/><path d="M7 13.5C8.38071 13.5 9.5 12.3807 9.5 11C9.5 9.61929 8.38071 8.5 7 8.5C5.61929 8.5 4.5 9.61929 4.5 11C4.5 12.3807 5.61929 13.5 7 13.5Z" opacity=".5"/><path d="M22.3623 11.8486C21.8597 10.4124 20.7305 9.28314 19.2943 8.78058C18.4924 8.5 17.4949 8.5 15.5 8.5H15.4977C14.7 8.5 13.6599 8.5 13.3394 8.61213C12.7649 8.81315 12.3133 9.26484 12.1122 9.83933C12 10.1601 12 10.5591 12 11.357V15.2499H22.6428C22.6416 13.5133 22.6238 12.596 22.3623 11.8486Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSleepingBoldDuotone(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.25C2.41421 5.25 2.75 5.58579 2.75 6V15.25H12H22.6428L22.6429 15.643L22.642 16.0001V18.0002C22.642 18.4144 22.3063 18.7502 21.892 18.7502C21.4778 18.7502 21.142 18.4144 21.142 18.0002V16.75H2.75V18C2.75 18.4142 2.41421 18.75 2 18.75C1.58579 18.75 1.25 18.4142 1.25 18V6C1.25 5.58579 1.58579 5.25 2 5.25Z" clipRule="evenodd"/><path d="M7 13.5C8.38071 13.5 9.5 12.3807 9.5 11C9.5 9.61929 8.38071 8.5 7 8.5C5.61929 8.5 4.5 9.61929 4.5 11C4.5 12.3807 5.61929 13.5 7 13.5Z" opacity=".5"/><path d="M22.3623 11.8486C21.8597 10.4124 20.7305 9.28314 19.2943 8.78058C18.4924 8.5 17.4949 8.5 15.5 8.5H15.4977C14.7 8.5 13.6599 8.5 13.3394 8.61213C12.7649 8.81315 12.3133 9.26484 12.1122 9.83933C12 10.1601 12 10.5591 12 11.357V15.2499H22.6428C22.6416 13.5133 22.6238 12.596 22.3623 11.8486Z" 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.25C2.41421 5.25 2.75 5.58579 2.75 6V15.25H12H22.6428L22.6429 15.643L22.642 16.0001V18.0002C22.642 18.4144 22.3063 18.7502 21.892 18.7502C21.4778 18.7502 21.142 18.4144 21.142 18.0002V16.75H2.75V18C2.75 18.4142 2.41421 18.75 2 18.75C1.58579 18.75 1.25 18.4142 1.25 18V6C1.25 5.58579 1.58579 5.25 2 5.25Z" clip-rule="evenodd"/><path d="M7 13.5C8.38071 13.5 9.5 12.3807 9.5 11C9.5 9.61929 8.38071 8.5 7 8.5C5.61929 8.5 4.5 9.61929 4.5 11C4.5 12.3807 5.61929 13.5 7 13.5Z" opacity=".5"/><path d="M22.3623 11.8486C21.8597 10.4124 20.7305 9.28314 19.2943 8.78058C18.4924 8.5 17.4949 8.5 15.5 8.5H15.4977C14.7 8.5 13.6599 8.5 13.3394 8.61213C12.7649 8.81315 12.3133 9.26484 12.1122 9.83933C12 10.1601 12 10.5591 12 11.357V15.2499H22.6428C22.6416 13.5133 22.6238 12.596 22.3623 11.8486Z" opacity=".5"/></g></svg> </template>
CSS
.icon-sleeping-bold-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.25C2.41421%205.25%202.75%205.58579%202.75%206V15.25H12H22.6428L22.6429%2015.643L22.642%2016.0001V18.0002C22.642%2018.4144%2022.3063%2018.7502%2021.892%2018.7502C21.4778%2018.7502%2021.142%2018.4144%2021.142%2018.0002V16.75H2.75V18C2.75%2018.4142%202.41421%2018.75%202%2018.75C1.58579%2018.75%201.25%2018.4142%201.25%2018V6C1.25%205.58579%201.58579%205.25%202%205.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7%2013.5C8.38071%2013.5%209.5%2012.3807%209.5%2011C9.5%209.61929%208.38071%208.5%207%208.5C5.61929%208.5%204.5%209.61929%204.5%2011C4.5%2012.3807%205.61929%2013.5%207%2013.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M22.3623%2011.8486C21.8597%2010.4124%2020.7305%209.28314%2019.2943%208.78058C18.4924%208.5%2017.4949%208.5%2015.5%208.5H15.4977C14.7%208.5%2013.6599%208.5%2013.3394%208.61213C12.7649%208.81315%2012.3133%209.26484%2012.1122%209.83933C12%2010.1601%2012%2010.5591%2012%2011.357V15.2499H22.6428C22.6416%2013.5133%2022.6238%2012.596%2022.3623%2011.8486Z%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.25C2.41421%205.25%202.75%205.58579%202.75%206V15.25H12H22.6428L22.6429%2015.643L22.642%2016.0001V18.0002C22.642%2018.4144%2022.3063%2018.7502%2021.892%2018.7502C21.4778%2018.7502%2021.142%2018.4144%2021.142%2018.0002V16.75H2.75V18C2.75%2018.4142%202.41421%2018.75%202%2018.75C1.58579%2018.75%201.25%2018.4142%201.25%2018V6C1.25%205.58579%201.58579%205.25%202%205.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7%2013.5C8.38071%2013.5%209.5%2012.3807%209.5%2011C9.5%209.61929%208.38071%208.5%207%208.5C5.61929%208.5%204.5%209.61929%204.5%2011C4.5%2012.3807%205.61929%2013.5%207%2013.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M22.3623%2011.8486C21.8597%2010.4124%2020.7305%209.28314%2019.2943%208.78058C18.4924%208.5%2017.4949%208.5%2015.5%208.5H15.4977C14.7%208.5%2013.6599%208.5%2013.3394%208.61213C12.7649%208.81315%2012.3133%209.26484%2012.1122%209.83933C12%2010.1601%2012%2010.5591%2012%2011.357V15.2499H22.6428C22.6416%2013.5133%2022.6238%2012.596%2022.3623%2011.8486Z%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/solar/sleeping-bold-duotone.svg?color=%231a73e8&size=48