Wavelet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wavelet 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/335013.svg" alt="Wavelet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335013.svg" alt="Wavelet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335013.svg" alt="Wavelet icon" :width="24" :height="24" />
CSS background
.icon-wavelet {
background-image: url('https://proicons.com/icon/335013.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><path class="a" d="M43.5,23.2679a20.5753,20.5753,0,0,1-4.5922-4.7252s-.8651,21.3634-5.8566,21.3634c-5.99,0-2.8618-31.8122-9.0512-31.8122s-3.0614,31.8122-9.0512,31.8122c-4.9915,0-5.8566-21.3634-5.8566-21.3634A20.5753,20.5753,0,0,1,4.5,23.2679"/></svg>
Copied!