Weawow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weawow 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/335047.svg" alt="Weawow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335047.svg" alt="Weawow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335047.svg" alt="Weawow icon" :width="24" :height="24" />
CSS background
.icon-weawow {
background-image: url('https://proicons.com/icon/335047.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;}.b{fill:#000;}</style></defs><path class="a" d="M40.61,26.64a12.31,12.31,0,0,0-4.32-9.37v0a7.68,7.68,0,0,0-9.91-7.38A10.86,10.86,0,0,0,9.14,22.05,12.41,12.41,0,0,0,19.82,40.82H39.27L32.9,38.07A12.34,12.34,0,0,0,40.61,26.64Z"/><polyline class="a" points="36.47 22.79 34.82 28.09 33.17 22.79 31.52 28.09 29.87 22.79"/><polyline class="a" points="18.13 22.79 16.48 28.09 14.83 22.79 13.18 28.09 11.53 22.79"/><circle class="b" cx="26.38" cy="18.12" r="0.75"/><circle class="b" cx="21.62" cy="18.12" r="0.75"/><circle class="a" cx="24" cy="24.09" r="4"/></svg>
Copied!