Wave Direction Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Wave Direction 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/319398.svg" alt="Wave Direction icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319398.svg" alt="Wave Direction icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319398.svg" alt="Wave Direction icon" :width="24" :height="24" />
CSS background
.icon-wave-direction {
background-image: url('https://proicons.com/icon/319398.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M22,30H17a7.0078,7.0078,0,0,1-7-7,6.6832,6.6832,0,0,1,2.0244-4.6967A6.7126,6.7126,0,0,0,10.0093,18C5.0425,18.0466,4,24.5513,4,30H2C2,18.4907,6.3452,16.0342,9.9907,16a10.0962,10.0962,0,0,1,4.4785,1.117,1,1,0,0,1,.0616,1.73A4.8773,4.8773,0,0,0,17,28h5Z" transform="translate(0 0)"/>
<path d="M18,24V22a8,8,0,1,0-8-8H8A10,10,0,1,1,18,24Z" transform="translate(0 0)"/>
<circle cx="18" cy="8" r="1"/>
<path d="M23,17.5859l-2.3-2.3007A2.9665,2.9665,0,0,0,21,14a3.0033,3.0033,0,0,0-3-3,2.9609,2.9609,0,0,0-1.2854.3008L14.4141,9,13,10.4141l2.3,2.3007A2.9665,2.9665,0,0,0,15,14a3.0033,3.0033,0,0,0,3,3,2.9609,2.9609,0,0,0,1.2854-.3008L21.5859,19ZM17,14a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,17,14Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!