Openvibe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openvibe 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/345293.svg" alt="Openvibe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345293.svg" alt="Openvibe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345293.svg" alt="Openvibe icon" :width="24" :height="24" />
CSS background
.icon-openvibe {
background-image: url('https://proicons.com/icon/345293.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M6.9306,35.8082c-.2783-1.1931,8.3018-.2932,8.3018-.2932,0,0-5.8837-.5849-8.3178-2.055-1.5776-.9527-1.8663-4.4825-.7115-4.9076.8938-.329,2.4511,1.4064,4.1258,2.1133.7498.3165,2.9856,1.3255,3.1483.0178-2.7906-9.4206-4.5776-22.845,10.5644-22.8293,16.058.017,12.1239,15.336,10.162,23.5875-.0386.1623,5.853-3.9866,7.1608-3.1419,4.3428,2.8049-4.9244,6.3004-8.4245,7.2399-.5429.1457,4.648.4061,6.8982.3055.3265-.0146-.3534,1.9006-2.1216,3.2135-4.1797,3.1035-13.6163-1.7744-13.6163-1.7744,0,0-15.1147,7.3316-17.1694-1.476h-.0003Z"/><ellipse class="b" cx="17.9818" cy="27.7804" rx="2.6784" ry="3.1446"/><ellipse class="b" cx="30.0755" cy="27.7804" rx="2.6784" ry="3.1446"/><path class="b" d="M21.8881,31.4533s1.2719,1.549,2.1501,1.5247c.8158-.0226,1.9155-1.5247,1.9155-1.5247"/></svg>
Copied!