Waves Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Waves 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/335015.svg" alt="Waves icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335015.svg" alt="Waves icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335015.svg" alt="Waves icon" :width="24" :height="24" />
CSS background
.icon-waves {
background-image: url('https://proicons.com/icon/335015.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M2.56,22.4c5.31,0,5.33,3.2,10.69,3.2S18.62,22.4,24,22.4s5.38,3.2,10.76,3.2,5.37-3.18,10.69-3.2"/><path class="a" d="M5.17,13.61c2.92.82,3.78,2.87,8.08,2.87,5.37,0,5.37-3.2,10.74-3.2s5.38,3.2,10.76,3.2c4.3,0,5.16-2.05,8.08-2.87"/><path class="a" d="M3.88,31.6c4,.5,4.5,3.12,9.37,3.12,5.37,0,5.37-3.2,10.74-3.2s5.38,3.2,10.76,3.2c4.87,0,5.33-2.63,9.37-3.12"/></svg>
Waves in other icon packs
Copied!