Bluebikes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bluebikes 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/322772.svg" alt="Bluebikes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322772.svg" alt="Bluebikes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322772.svg" alt="Bluebikes icon" :width="24" :height="24" />
CSS background
.icon-bluebikes {
background-image: url('https://proicons.com/icon/322772.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:#000;}.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="f" x="5.5" y="5.5" width="37" height="37" rx="3.9999" ry="3.9999"/><line class="f" x1="33.8756" y1="18.6768" x2="36.4834" y2="18.6768"/><polyline class="f" points="37.8782 22.6763 33.8782 22.6763 33.8782 14.6765 37.8782 14.6765"/><path class="f" d="M25.4595,14.677v5.3499c0,1.4635,1.1864,2.65,2.65,2.65s2.65-1.1864,2.65-2.65v-5.3499"/><polyline class="f" points="19.1614 14.6765 19.1614 22.6763 23.1613 22.6763"/><path class="f" d="M14.4953,18.6768c1.1046,0,2,.8954,2,2s-.8954,2-2,2h-3.3v-8.0001h3.3c1.1046,0,2,.8954,2,2s-.8954,2-2,2h0Z"/><line class="f" x1="14.4953" y1="18.6768" x2="11.195" y2="18.6768"/><path class="f" d="M33.8753,32.8756c.3652.3066.7595.4472,1.6448.4472h.4487c.7302,0,1.3221-.5932,1.3221-1.325h0c0-.7318-.5919-1.325-1.3221-1.325h-.8974c-.7302,0-1.3221-.5932-1.3221-1.325h0c0-.7318.5919-1.325,1.3221-1.325h.4487c.8854,0,1.2797.1405,1.6448.4472"/><path class="f" d="M31.289,32.3136c-.3445.6029-.9937,1.0093-1.7377,1.0093h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2v.65h-3.9998"/><line class="f" x1="21.4506" y1="25.3227" x2="21.4506" y2="33.3228"/><line class="f" x1="21.4513" y1="31.6235" x2="25.0713" y2="28.0198"/><line class="f" x1="22.6041" y1="30.4764" x2="25.4493" y2="33.3107"/><line class="f" x1="18.2344" y1="28.0228" x2="18.2344" y2="33.3228"/><path class="f" d="M11.3801,30.0229c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2v1.3c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2"/><line class="f" x1="11.3801" y1="33.3228" x2="11.3801" y2="25.3227"/><circle class="e" cx="18.2344" cy="25.5729" r=".75"/></svg>
Copied!