Bettersleep Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bettersleep 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/322561.svg" alt="Bettersleep icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322561.svg" alt="Bettersleep icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322561.svg" alt="Bettersleep icon" :width="24" :height="24" />
CSS background
.icon-bettersleep {
background-image: url('https://proicons.com/icon/322561.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 48 48"><path d="M9.5 5.5h29c2.216 0 4 1.784 4 4v29c0 2.216-1.784 4-4 4h-29c-2.216 0-4-1.784-4-4v-29c0-2.216 1.784-4 4-4" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M12.542 32.822a13.54 13.54 0 0 1-2.155-7.329 13.54 13.54 0 0 1 13.54-13.539 13.54 13.54 0 0 1 13.54 13.54v0a13.5 13.5 0 0 1-.616 4.034" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M5.89 35.248c8.845-3.646 24.483-7.259 36.224-4.981" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M27.025 29.849c-1.29-1.027-2.082-4.488-1.09-3.796.711.495 1.232 1.111 1.676 1.775.259-2.698 1.64-4.906 1.671-3.487l.077 3.575c1.848-3.416 5.047-3.093 4.466-2.407l-2.94 3.468c-.129.152-.243.425-.167.593" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!