Sleep Time Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sleep Time 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/332883.svg" alt="Sleep Time icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332883.svg" alt="Sleep Time icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332883.svg" alt="Sleep Time icon" :width="24" :height="24" />
CSS background
.icon-sleep-time {
background-image: url('https://proicons.com/icon/332883.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m39.8389,38.5331c-4.4269,4.8197-11.0122,7.6166-18.2306,6.8375-9.7989-1.0575-17.7473-8.8861-18.9429-18.6691C1.4076,16.4089,7.4549,7.3135,16.3084,3.924c.8649-.3311,1.6933.5791,1.2539,1.3944-1.9577,3.633-2.9059,7.8945-2.4493,12.4155,1.1121,11.0109,10.704,19.4569,21.7691,19.2627.7172-.0126,1.4241-.0605,2.121-.1425.9219-.1084,1.4637.9953.8357,1.6789Z"/><path class="c" d="m39.8389,38.5331c-4.4269,4.8197-11.0122,7.6166-18.2306,6.8375-9.7989-1.0575-17.7473-8.8861-18.9429-18.6691C1.4076,16.4089,7.4549,7.3135,16.3084,3.924c.8649-.3311,1.6933.5791,1.2539,1.3944-1.9577,3.633-2.9059,7.8945-2.4493,12.4155,1.1121,11.0109,10.704,19.4569,21.7691,19.2627.7172-.0126,1.4241-.0605,2.121-.1425.9219-.1084,1.4637.9953.8357,1.6789Z"/></svg>
Copied!