Bicycle Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bicycle Alt 1 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/305008.svg" alt="Bicycle Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305008.svg" alt="Bicycle Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305008.svg" alt="Bicycle Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-bicycle-alt-1 {
background-image: url('https://proicons.com/icon/305008.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M751 409c-33 0-63 9-90 23l-50-72 28-119H536v37h58l-13 54H334l20-78h64v-37H249v37h68l-40 158c-9-2-18-3-28-3-103 0-186 84-186 187s83 186 186 186 187-83 187-186c0-81-52-150-124-176l15-58 200 252h38c10 94 89 168 186 168 103 0 187-83 187-186s-84-187-187-187zM400 596c0 83-68 150-151 150S99 679 99 596s67-151 150-151c7 0 13 1 19 1l-36 145 35 9 36-145c56 22 97 77 97 141zm252-113l65 95H602c4-38 23-71 50-95zm-125 73L377 368h195l-45 188zm32 22l41-171 31 46c-36 30-61 75-66 125h-6zm192 168c-77 0-140-58-149-132h183L681 462c21-11 45-17 70-17 83 0 150 68 150 151s-67 150-150 150z"/></svg>
Copied!