Sleep Sounds Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sleep Sounds 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/332882.svg" alt="Sleep Sounds icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332882.svg" alt="Sleep Sounds icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332882.svg" alt="Sleep Sounds icon" :width="24" :height="24" />
CSS background
.icon-sleep-sounds {
background-image: url('https://proicons.com/icon/332882.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m27.1943,2.7631c3.3807,3.1581,5.5066,7.6426,5.5066,12.6341,0,9.5566-7.7471,17.3038-17.3037,17.3038-4.9915,0-9.4761-2.1259-12.6343-5.5067,1.5466,10.3551,10.4513,18.3058,21.2371,18.3058,11.8741,0,21.5-9.6259,21.5-21.5,0-10.7858-7.9507-19.6904-18.3057-21.2369Z"/><path class="c" d="m18.0421,12.4159c2.2298,0,4.0374,1.8076,4.0374,4.0374,0-2.2298,1.8076-4.0374,4.0374-4.0374-2.2298,0-4.0374-1.8076-4.0374-4.0374,0,2.2298-1.8076,4.0374-4.0374,4.0374Z"/><path class="c" d="m10.5911,20.5187c1.2775,0,2.3131,1.0356,2.3131,2.3131,0-1.2775,1.0356-2.3131,2.3131-2.3131-1.2775,0-2.3131-1.0356-2.3131-2.3131,0,1.2775-1.0356,2.3131-2.3131,2.3131Z"/><path class="c" d="m9.0631,10.8388c1.1226,0,2.0327.9101,2.0327,2.0327,0-1.1226.9101-2.0327,2.0327-2.0327-1.1226,0-2.0327-.9101-2.0327-2.0327,0,1.1226-.9101,2.0327-2.0327,2.0327Z"/></svg>
Copied!