Bikesharinghub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bikesharinghub 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/322609.svg" alt="Bikesharinghub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322609.svg" alt="Bikesharinghub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322609.svg" alt="Bikesharinghub icon" :width="24" :height="24" />
CSS background
.icon-bikesharinghub {
background-image: url('https://proicons.com/icon/322609.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M25.327,16.0955h3.142l-3.1967,11.93H36.215l-8.459-8.5946"/><path class="a" d="M25.2716,28.0253,14.58,17.3734,11.7859,27.802l4.05-15.1128L19.888,13.775"/><path class="a" d="M29.1862,26.0972a7.2429,7.2429,0,0,1,.7426-1.7591M32.85,21.5608a7.2861,7.2861,0,1,1-3.6075,8.5871"/><path class="a" d="M15.5852,21.5832a7.2873,7.2873,0,1,1-3.7994-1.0679"/></svg>
Copied!