Super Simple Sleep Timer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Super Simple Sleep Timer 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/333473.svg" alt="Super Simple Sleep Timer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333473.svg" alt="Super Simple Sleep Timer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333473.svg" alt="Super Simple Sleep Timer icon" :width="24" :height="24" />
CSS background
.icon-super-simple-sleep-timer {
background-image: url('https://proicons.com/icon/333473.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="k" cx="24" cy="24" r="21.5"/><polyline id="c" class="k" points="26.5688 13.65 31.8687 13.65 26.5688 21.65 31.8687 21.65"/><polyline id="d" class="k" points="19.9849 22.6453 24.1151 22.6453 19.9849 28.8797 24.1151 28.8797"/><polyline id="e" class="k" points="14.7621 30.254 17.7629 30.254 14.7621 34.7835 17.7629 34.7835"/><path id="f" class="k" d="m24,2.5v3.9062"/><path id="g" class="k" d="m24,45.5v-4.2188"/><path id="h" class="k" d="m45.5,24h-4.2812"/><path id="i" class="k" d="m2.5,24h4.0938"/><path id="j" class="k" d="m24,10.5625v13.4375h7.3438"/></svg>
Copied!