sleeping circle icon
sleeping-circle-broken from Solar by 480 Design · Broken · Faces · CC-BY-4.0 Attribution required.
- Name
- sleeping-circle-broken
- Set
- Solar
- Style
- Broken
- Category
- Faces
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More faces icons from Solar
confounded-circle-boldconfounded-square-boldemoji-funny-circle-boldemoji-funny-square-boldexpressionless-circle-boldexpressionless-square-boldface-scan-circle-boldface-scan-square-boldfacemask-circle-boldfacemask-square-boldsad-circle-boldsad-square-boldsleeping-square-boldsmile-circle-boldsmile-square-boldsticker-circle-boldsticker-smile-circle-2-boldsticker-smile-circle-boldsticker-smile-square-boldsticker-square-bold
Use the sleeping circle 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 d="M6.5 11C7.06692 11.6303 7.75638 12 8.5 12C9.24362 12 9.93308 11.6303 10.5 11"/><path d="M13.5 11C14.0669 11.6303 14.7564 12 15.5 12C16.2436 12 16.9331 11.6303 17.5 11"/><path stroke-linejoin="round" d="M17 4L20.4641 2L19 7.4641L22.4641 5.4641"/><path stroke-linejoin="round" d="M14.0479 5.5L15.7799 6.5L13.0479 7.23205L14.7799 8.23205"/><path d="M22 12C22 17.5228 17.5228 22 12 22C10.1786 22 8.47087 21.513 7 20.6622M12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17"/><path stroke-linejoin="round" d="M12 16H12.0001"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSleepingCircleBroken(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 d="M6.5 11C7.06692 11.6303 7.75638 12 8.5 12C9.24362 12 9.93308 11.6303 10.5 11"/><path d="M13.5 11C14.0669 11.6303 14.7564 12 15.5 12C16.2436 12 16.9331 11.6303 17.5 11"/><path strokeLinejoin="round" d="M17 4L20.4641 2L19 7.4641L22.4641 5.4641"/><path strokeLinejoin="round" d="M14.0479 5.5L15.7799 6.5L13.0479 7.23205L14.7799 8.23205"/><path d="M22 12C22 17.5228 17.5228 22 12 22C10.1786 22 8.47087 21.513 7 20.6622M12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17"/><path strokeLinejoin="round" d="M12 16H12.0001"/></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 d="M6.5 11C7.06692 11.6303 7.75638 12 8.5 12C9.24362 12 9.93308 11.6303 10.5 11"/><path d="M13.5 11C14.0669 11.6303 14.7564 12 15.5 12C16.2436 12 16.9331 11.6303 17.5 11"/><path stroke-linejoin="round" d="M17 4L20.4641 2L19 7.4641L22.4641 5.4641"/><path stroke-linejoin="round" d="M14.0479 5.5L15.7799 6.5L13.0479 7.23205L14.7799 8.23205"/><path d="M22 12C22 17.5228 17.5228 22 12 22C10.1786 22 8.47087 21.513 7 20.6622M12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17"/><path stroke-linejoin="round" d="M12 16H12.0001"/></g></svg> </template>
CSS
.icon-sleeping-circle-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%20d%3D%22M6.5%2011C7.06692%2011.6303%207.75638%2012%208.5%2012C9.24362%2012%209.93308%2011.6303%2010.5%2011%22%2F%3E%3Cpath%20d%3D%22M13.5%2011C14.0669%2011.6303%2014.7564%2012%2015.5%2012C16.2436%2012%2016.9331%2011.6303%2017.5%2011%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%204L20.4641%202L19%207.4641L22.4641%205.4641%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.0479%205.5L15.7799%206.5L13.0479%207.23205L14.7799%208.23205%22%2F%3E%3Cpath%20d%3D%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C10.1786%2022%208.47087%2021.513%207%2020.6622M12%202C6.47715%202%202%206.47715%202%2012C2%2013.8214%202.48697%2015.5291%203.33782%2017%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016H12.0001%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%20d%3D%22M6.5%2011C7.06692%2011.6303%207.75638%2012%208.5%2012C9.24362%2012%209.93308%2011.6303%2010.5%2011%22%2F%3E%3Cpath%20d%3D%22M13.5%2011C14.0669%2011.6303%2014.7564%2012%2015.5%2012C16.2436%2012%2016.9331%2011.6303%2017.5%2011%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%204L20.4641%202L19%207.4641L22.4641%205.4641%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.0479%205.5L15.7799%206.5L13.0479%207.23205L14.7799%208.23205%22%2F%3E%3Cpath%20d%3D%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C10.1786%2022%208.47087%2021.513%207%2020.6622M12%202C6.47715%202%202%206.47715%202%2012C2%2013.8214%202.48697%2015.5291%203.33782%2017%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016H12.0001%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-circle-broken.svg?color=%231a73e8&size=48