Sleepcycle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sleepcycle icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/347445.svg" alt="Sleepcycle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347445.svg" alt="Sleepcycle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347445.svg" alt="Sleepcycle icon" :width="24" :height="24" />
CSS background
.icon-sleepcycle {
background-image: url('https://proicons.com/icon/347445.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path class="a" d="M24,42.78a17.21,17.21,0,1,1,17.2-17.2A17.2,17.2,0,0,1,24,42.78Z"/><path class="a" d="M27.78,8.8c3.85-3.93,9.47-3.67,13.38.68,2.5,2.76,3.76,8.56-.42,12.27"/><path class="a" d="M7.19,21.75C3,18,4.27,12.24,6.76,9.48c3.92-4.35,9.53-4.61,13.38-.68"/><path class="a" d="M22.3,29.11,32.56,18.85Z"/><line class="a" x1="22.3" y1="29.11" x2="15.45" y2="22.26"/></svg>
Copied!