Bikewale Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bikewale 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/337169.svg" alt="Bikewale icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337169.svg" alt="Bikewale icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337169.svg" alt="Bikewale icon" :width="24" :height="24" />
CSS background
.icon-bikewale {
background-image: url('https://proicons.com/icon/337169.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path class="d" d="m45.5,24c0,4-1.09,7.74-3,10.94-1.51,2.56-3.55,4.79-5.95,6.51-.97.7-2.15,1.05-3.35,1.05H14.8c-1.2,0-2.38-.35-3.35-1.05-2.41-1.73-4.45-3.96-5.95-6.51-1.91-3.2-3-6.94-3-10.94s1.09-7.74,3-10.94c1.83-3.11,4.45-5.73,7.56-7.56,3.2-1.91,6.94-3,10.94-3s7.74,1.09,10.94,3c3.11,1.83,5.73,4.45,7.56,7.56,1.91,3.2,3,6.94,3,10.94Z"/><circle class="d" cx="24" cy="24" r="5.66"/><line class="d" x1="27.53" y1="19.58" x2="40.92" y2="10.75"/><line class="d" x1="27.42" y1="28.5" x2="40.46" y2="37.82"/></g></svg>
Copied!