Benevita Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Benevita 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/322529.svg" alt="Benevita icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322529.svg" alt="Benevita icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322529.svg" alt="Benevita icon" :width="24" :height="24" />
CSS background
.icon-benevita {
background-image: url('https://proicons.com/icon/322529.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M15.3928,7.1391c3.7489.7034,6.5467,2.6965,7.0907,7.7463"/><path id="d" class="f" d="M27.705,13.8331c5.1595-1.0327,9.4496-2.9076,11.2289-7.2108-5.6435-2.2079-11.7006-1.5832-16.9784,5.7523"/><path id="e" class="f" d="M23.1476,22.0784s1.0533-2.9001,5.5413-3.8371c3.8736-.8094,9.625,1.8899,10.593,6.6152,1.1199,5.4719-1.9424,13.1469-5.4306,15.8041-4.1766,3.1805-5.9999.2767-9.2996.2664-3.2996-.0094-7.1695,3.7752-10.4879-.363-11.5112-14.3578-2.9939-24.418,5.6369-22.1726"/></g></svg>
Copied!