Loono Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Loono 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/343225.svg" alt="Loono icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343225.svg" alt="Loono icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343225.svg" alt="Loono icon" :width="24" :height="24" />
CSS background
.icon-loono {
background-image: url('https://proicons.com/icon/343225.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="m28.6962,16.7945c-1.1413-.4719-2.2827-.6201-3.424-.5025"/><circle class="c" cx="26.7539" cy="18.748" r=".4367"/><path class="c" d="m15.8876,33.0567c-4.1771,1.7209-8.4096,3.3659-9.4572,9.3737"/><path class="c" d="m27.9999,30.7762l-3.1685,11.6231,1.5522-.0213,3.7219-2.5984c-1.3135-.9262-2.7383-1.82-2.3464-2.5259.9606-1.7038,2.7493-3.032,4.3061-4.5092-1.3025-.7594-2.831-1.893-4.0653-1.9683Z"/><path class="c" d="m19.6039,30.7747l3.1685,11.6231-1.5522-.0213-3.7219-2.5984c1.3135-.9262,2.7383-1.82,2.3464-2.5259-.9606-1.7038-2.7493-3.032-4.3061-4.5092,1.3025-.7594,2.831-1.893,4.0653-1.9683Z"/><path class="c" d="m20.8631,34.9765c1.5892.746,3.2859,1.247,5.7491,0"/><path class="c" d="m32.1124,33.1263c4.1771,1.7209,8.4096,3.3659,9.4572,9.3737"/><path class="c" d="m20.1115,23.067c.0418,3.8853,6.5536,3.8281,6.5769,0h-6.5769Z"/><circle class="c" cx="20.0241" cy="18.7072" r=".4367"/><path class="c" d="m18.2022,16.8516c1.1413-.4719,2.2827-.6201,3.424-.5025"/><path class="c" d="m12.1735,34.6017c.651-1.1886,1.2563-2.1135,1.2271-4.1971-.4898-4.7637-6.0307-25.2214,12.0145-24.9008,8.2913,1.36,10.0926,8.8799,9.436,15.3101-.4356,4.2655-.7968,6.3653-.7361,9.5414.3677,2.3468.9118,2.6124,1.2952,4.0409"/><path class="c" d="m19.807,30.5416l.1036-2.3528c-2.5125-2.4513-4.5537-4.9326-4.4614-8.4636.43-4.9327,3.2574-8.6881,12.2648-9.4085.9901,2.3462,1.97,4.6486,3.4425,9.0515-.3268,3.3424-1.8155,5.8929-3.7813,8.1937l.5423,3.1085"/><path class="c" d="m19.8785,28.1566c2.3022,2.3041,5.6991,1.6165,7.6982-.8393"/></svg>
Copied!