Clear Wave Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clear Wave 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/338348.svg" alt="Clear Wave icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338348.svg" alt="Clear Wave icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338348.svg" alt="Clear Wave icon" :width="24" :height="24" />
CSS background
.icon-clear-wave {
background-image: url('https://proicons.com/icon/338348.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5.5005,23.918c4.857-.266,9.23,5.056,12.955,6.817,5.815,2.75,9.113-2.626,13.077-5.753,4.397-3.47,7.63-3.682,10.967.844"/><path class="b" d="M5.503,26.592c6.512,3.968,11.18,3.719,14.82-3.445,2.765-5.445,4.662-10.57,6.807-9.454,3.605,1.876,5.964,14.882,11.147,17.125,1.52.657,2.852-2.428,4.22-4.713"/><path class="b" d="M42.5,20.419c-2.232,2.89-3.74,9.233-7.152,9.221-4.264-.014-9.39-6.503-15.044-10.013-5.757-3.573-10.707-1.45-14.804,3.383"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!