sleeping icon
sleeping-broken from Solar by 480 Design · Broken · UI · CC-BY-4.0 Attribution required.
- Name
- sleeping-broken
- Set
- Solar
- Style
- Broken
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M2 6V18"/><path stroke-linejoin="round" d="M22 16V18M12 16V11.3571C12 10.5592 12 10.1602 12.1122 9.83944C12.3133 9.26495 12.7649 8.81326 13.3394 8.61223C13.6602 8.5 14.0592 8.5 14.8571 8.5C16.8521 8.5 17.8495 8.5 18.6514 8.78058C20.0876 9.28314 21.2169 10.4124 21.7194 11.8486"/><path stroke-linejoin="round" d="M2 16H22"/><path d="M9.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.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSleepingBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M2 6V18"/><path strokeLinejoin="round" d="M22 16V18M12 16V11.3571C12 10.5592 12 10.1602 12.1122 9.83944C12.3133 9.26495 12.7649 8.81326 13.3394 8.61223C13.6602 8.5 14.0592 8.5 14.8571 8.5C16.8521 8.5 17.8495 8.5 18.6514 8.78058C20.0876 9.28314 21.2169 10.4124 21.7194 11.8486"/><path strokeLinejoin="round" d="M2 16H22"/><path d="M9.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.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M2 6V18"/><path stroke-linejoin="round" d="M22 16V18M12 16V11.3571C12 10.5592 12 10.1602 12.1122 9.83944C12.3133 9.26495 12.7649 8.81326 13.3394 8.61223C13.6602 8.5 14.0592 8.5 14.8571 8.5C16.8521 8.5 17.8495 8.5 18.6514 8.78058C20.0876 9.28314 21.2169 10.4124 21.7194 11.8486"/><path stroke-linejoin="round" d="M2 16H22"/><path d="M9.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.5"/></g></svg> </template>
CSS
.icon-sleeping-broken {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%206V18%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2016V18M12%2016V11.3571C12%2010.5592%2012%2010.1602%2012.1122%209.83944C12.3133%209.26495%2012.7649%208.81326%2013.3394%208.61223C13.6602%208.5%2014.0592%208.5%2014.8571%208.5C16.8521%208.5%2017.8495%208.5%2018.6514%208.78058C20.0876%209.28314%2021.2169%2010.4124%2021.7194%2011.8486%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2016H22%22%2F%3E%3Cpath%20d%3D%22M9.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.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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%206V18%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M22%2016V18M12%2016V11.3571C12%2010.5592%2012%2010.1602%2012.1122%209.83944C12.3133%209.26495%2012.7649%208.81326%2013.3394%208.61223C13.6602%208.5%2014.0592%208.5%2014.8571%208.5C16.8521%208.5%2017.8495%208.5%2018.6514%208.78058C20.0876%209.28314%2021.2169%2010.4124%2021.7194%2011.8486%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2016H22%22%2F%3E%3Cpath%20d%3D%22M9.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.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-broken.svg?color=%231a73e8&size=48