Sleeper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sleeper 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/332887.svg" alt="Sleeper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332887.svg" alt="Sleeper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332887.svg" alt="Sleeper icon" :width="24" :height="24" />
CSS background
.icon-sleeper {
background-image: url('https://proicons.com/icon/332887.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="24" y1="12.934" x2="24" y2="9.2547"/><circle class="b" cx="24" cy="6.8774" r="2.3774"/><line class="b" x1="17.7192" y1="35.5187" x2="20.5195" y2="43.3103"/><path class="b" d="M21.1769,30.3892c0,1.1038-1.1462,1.9741-2.6321,1.9741s-4.3939-1.6557-4.3939-3.5236c0-.4458.2759-.8331.8013-.8331.4256,0,3.2936,1.252,5.0784,1.4912,1.0295.138,1.1462.4716,1.1462.8915Z"/><path class="b" d="M24,12.934c11.2642,0,15.9623,8.5248,15.9623,16.3756s-3.6226,14.1904-15.9623,14.1904-15.9623-6.3396-15.9623-14.1904,4.6981-16.3756,15.9623-16.3756Z"/><path class="b" d="M24,21.8066c11.8302,0,13.3019,5.6604,13.3019,8.434v3.8491s-7.5,1.9811-13.3019,1.9811-13.3019-1.9811-13.3019-1.9811v-3.8491c0-2.7736,1.4717-8.434,13.3019-8.434Z"/><line class="b" x1="30.2808" y1="35.5187" x2="27.4805" y2="43.3103"/><path class="b" d="M26.8231,30.3892c0,1.1038,1.1462,1.9741,2.6321,1.9741s4.3939-1.6557,4.3939-3.5236c0-.4458-.2759-.8331-.8013-.8331-.4256,0-3.2936,1.252-5.0784,1.4912-1.0295.138-1.1462.4716-1.1462.8915Z"/></svg>
Copied!