Hatch Sleep Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hatch Sleep 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/341477.svg" alt="Hatch Sleep icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341477.svg" alt="Hatch Sleep icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341477.svg" alt="Hatch Sleep icon" :width="24" :height="24" />
CSS background
.icon-hatch-sleep {
background-image: url('https://proicons.com/icon/341477.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24,43.5c6.6494,0,14.4323-4.7553,14.7064-13.7471.3736-12.2529-4.5575-25.2529-14.7064-25.2529s-15.08,13-14.7064,25.2529c.2741,8.9918,8.057,13.7471,14.7064,13.7471Z"/><path class="b" d="M9.2738,27.0841c0,2.7872,6.5931,5.0467,14.7262,5.0467s14.7262-2.2595,14.7262-5.0467"/></svg>
Copied!