Beunity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Beunity 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/322566.svg" alt="Beunity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322566.svg" alt="Beunity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322566.svg" alt="Beunity icon" :width="24" :height="24" />
CSS background
.icon-beunity {
background-image: url('https://proicons.com/icon/322566.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"><path d="M15.345,19.9662c2.228-4.9723,5.1907-9.2246,8.9873-9.2246s7.3856,4.6864,8.2754,6.2585,2.3432,1.1271,2.1059-1.2754-3.2924-8.839-10.0848-8.839-10.7373,5.9025-10.7373,11.9831c0,1.3051.8988,2.3352,1.4534,1.0975Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M23.8671,13.0862c1.6473,0,4.2997,1.396,4.2997,3.4342s-1.2475,2.3174-2.0014,2.3174c-2.2336,0-4.3924-1.4239-4.3924-3.49,0-1.6194,1.0191-2.2615,2.094-2.2615Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M33.9953,22.0565c3.2662,4.0793,6.2727,9.4773,4.1846,12.2427-2.0033,2.6531-4.3757,3.168-8.9984,3.8442-1.261.1844-1.7615,1.4152-.1853,2.1387,1.9412.8911,8.256,1.854,11.6562-3.3298,4.1081-6.2631.2281-10.4402-4.873-16.0808-1.0135-1.1207-2.7493-.0204-1.7842,1.1851Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M12.0474,22.4356c-2.5229,4.5398-3.7392,10.4883-1.2377,12.8554,2.3999,2.271,4.5569,3.0535,10.6279,1.5992,1.9016-.4555,2.852,1.3184,1.3991,2.4215-1.7443,1.3243-10.1818,3.6737-14.3672-.8481-5.0567-5.4632-2.6375-10.8291,1.533-16.9906.8297-1.2258,2.827-.445,2.0449.9625Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M36.2294,33.4385c-1.3309,1.3309-4.6018,2.346-6.2485.6993s-.8644-2.8802-.2553-3.4893c1.8046-1.8046,4.6992-2.3983,6.3685-.729,1.3084,1.3084,1.0039,2.6505.1353,3.519Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M13.8768,28.4639c1.7778-.582,5.1336-.0125,5.8537,2.1872s-.5276,2.9417-1.3412,3.2081c-2.4106.7891-5.2435.0151-5.9734-2.2148-.5721-1.7477.3008-2.8008,1.4609-3.1806Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!