Bein Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bein Connect 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/337071.svg" alt="Bein Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337071.svg" alt="Bein Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337071.svg" alt="Bein Connect icon" :width="24" :height="24" />
CSS background
.icon-bein-connect {
background-image: url('https://proicons.com/icon/337071.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="M24.991,19.8435c-1.0707,1.6855-3.3051,2.184-4.9906,1.1133-1.6855-1.0707-2.184-3.3051-1.1133-4.9906,1.0707-1.6855,3.3051-2.184,4.9906-1.1133,1.044.6632,1.6766,1.814,1.6769,3.0509h-4.129"/><path class="c" d="M9.5,17.9038c0,1.9974,1.6192,3.6166,3.6166,3.6166s3.6166-1.6192,3.6166-3.6166h0c0-1.9974-1.6192-3.6166-3.6166-3.6166s-3.6166,1.6192-3.6166,3.6166v-6.3183"/><path class="c" d="M28.9371,21.4159v-5.1482c0-1.7243,2.2462-2.5632,3.3281-1.0372,1.1283,1.5905,3.0178,5.4282,3.0178,5.4282.8465,1.4054,3.2171.5001,3.2171-.9917v-5.2763"/><line class="c" x1="27.1445" y1="14.3906" x2="27.1445" y2="21.4159"/><polygon class="c" points="28.7389 30.943 19.2611 36.4146 19.2611 25.4714 28.7389 30.943"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!