I Cant Wake Up Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The I Cant Wake Up 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/341814.svg" alt="I Cant Wake Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341814.svg" alt="I Cant Wake Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341814.svg" alt="I Cant Wake Up icon" :width="24" :height="24" />
CSS background
.icon-i-cant-wake-up {
background-image: url('https://proicons.com/icon/341814.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;}</style></defs><circle class="a" cx="23.932" cy="24.419" r="18.432"/><path class="a" d="M24,13.217v11l3.5,4"/><path class="a" d="M13.521,31.889A12.99,12.99,0,1,0,30.498,12.971m-3.729-1.447A12.9778,12.9778,0,0,0,11.678,28.338"/><path class="a" d="M15.746,5.727A7.4873,7.4873,0,0,0,5.428,15.813M9.371,38.006a3.5638,3.5638,0,0,0,5.658,4.22"/><path class="a" d="M32.254,5.727A7.4873,7.4873,0,0,1,42.572,15.813M38.629,38.006a3.5638,3.5638,0,0,1-5.658,4.22"/><path class="a" d="M17.664,20.209a7.5,7.5,0,0,0,4.137,11.17m4,.106a7.5,7.5,0,0,0,5.26-4.768m.279-4A7.5,7.5,0,0,0,26,16.992m-4,.014a7.386,7.386,0,0,0-1.365.518m5.857,6.504A2.5,2.5,0,0,0,26,22.721m-4,.002a2.5,2.5,0,0,0,1.48,3.938"/></svg>
Copied!