Soothing Noise Player Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Soothing Noise Player 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/347652.svg" alt="Soothing Noise Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347652.svg" alt="Soothing Noise Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347652.svg" alt="Soothing Noise Player icon" :width="24" :height="24" />
CSS background
.icon-soothing-noise-player {
background-image: url('https://proicons.com/icon/347652.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="M20.011,19.517c0-2.2033,1.7861-3.9895,3.9895-3.9895s3.9895,1.7861,3.9895,3.9895h0c0,1.4226-.7575,2.7375-1.9881,3.4511,2.2037.8254,4.4815,3.6354,4.4794,6.0247h-12.963c0-2.3892,2.2776-5.1991,4.481-6.0247-1.2306-.7136-1.9881-2.0286-1.9881-3.4511h-.0002Z"/><path class="c" d="M2.5,23.9997c2.2183-.6432,2.4918,2.2374,2.6849,3.8174.3877,1.8202,2.2701,1.8602,1.9141-.2357-.5477-2.5893-1.1444-5.2072.1326-7.6649.8673-1.3626,3.07-1.4719,2.0597,1.4437-1.927,5.5615.8722,9.8185,2.6211,9.2905,2.58-.7789-2.9176-6.8194,1.7115-15.938,2.1008-4.1386,5.2289-1.7738,3.795.2121-3.4188,4.7357-6.7712,12.216.8524,17.355,3.465,2.3359,8.0556,2.309,11.503-.0767,8.6163-5.9621,2.7351-14.847.8155-17.335-1.461-1.8937,1.6711-4.2861,3.7862-.1557,4.6331,9.0461-.806,15.101,1.6525,15.916,1.8109.6001,4.6076-3.7058,2.68-9.2684-1.0103-2.9156,1.1924-2.8064,2.0597-1.4437,1.3881,2.3994.6007,5.1205.1326,7.6649-.356,2.096,1.5266,2.0558,1.9141.2357.1916-1.8633.7944-4.816,2.6849-3.8174"/></svg>
Copied!