Whoo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whoo 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/349694.svg" alt="Whoo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349694.svg" alt="Whoo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349694.svg" alt="Whoo icon" :width="24" :height="24" />
CSS background
.icon-whoo {
background-image: url('https://proicons.com/icon/349694.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m19.8727,7.2737c13.2551-3.2547,22.4234,2.3849,24.708,11.6106,2.2845,9.2257-4.9882,19.2885-16.3751,21.9964-12.1392,2.8868-22.5275-2.5717-24.7678-11.8083C1.0774,19.341,8.5059,10.0648,19.8727,7.2737Z"/><path class="c" d="m22.0874,16.5828c4.7772-1.1985,7.8946.5006,8.6299,3.0346.8293,2.8577-2.0069,5.845-6.1141,6.8295-4.3785,1.0495-7.55.1357-8.5121-2.5122-.9976-2.7454,1.69-6.2714,5.9963-7.3518Z"/><line class="c" x1="27.6504" y1="13.4194" x2="29.9727" y2="12.2906"/><line class="c" x1="25.5501" y1="9.848" x2="25.8739" y2="11.3099"/><line class="c" x1="21.1459" y1="10.9861" x2="22.9039" y2="12.5775"/><path class="c" d="m13.3065,9.8236c.4159,6.0385-.7191,13.095-10.2974,15.1059"/><path class="c" d="m30.5674,40.1948c1.1911-9.5535,9.8513-8.5666,13.2753-12.0133"/><path class="c" d="m37.5139,9.0585c-3.7199,4.7311,1.8718,12.6926-8.1981,19.4609-6.7728,4.5522-16.5063-.148-22.9289,6.5068"/></svg>
Copied!