Sleep Tracker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sleep Tracker 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/332884.svg" alt="Sleep Tracker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332884.svg" alt="Sleep Tracker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332884.svg" alt="Sleep Tracker icon" :width="24" :height="24" />
CSS background
.icon-sleep-tracker {
background-image: url('https://proicons.com/icon/332884.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M5.107,19.9151c.5968,1.765,1.2769,2.1901,2.8337,2.636-1.7245.4186-2.2891.6611-2.8337,2.5793-.4747-1.8272-.7841-2.2845-2.607-2.5793,1.6415-.4967,2.078-.7176,2.607-2.636Z"/><path id="c" class="e" d="M28.6311,3.123c16.1993,4.27,22.7297,23.0136,10.6128,35.7672-9.8637,10.382-30.0055,7.2388-35.411-9.2573,11.285,5.3541,19.6421,1.3832,23.2147-2.8272,4.2324-4.988,6.5436-14.5685,1.5835-23.6827Z"/><path id="d" class="e" d="M8.56,11.2347c.816,2.4134,1.746,2.9947,3.8747,3.6044-2.358.5724-3.13.904-3.8747,3.5269-.649-2.4984-1.0721-3.1238-3.5647-3.5269,2.2445-.6792,2.8413-.9813,3.5647-3.6044Z"/></svg>
Copied!