Motor Bike Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Motor Bike Alt 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/306112.svg" alt="Motor Bike Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306112.svg" alt="Motor Bike Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306112.svg" alt="Motor Bike Alt icon" :width="24" :height="24" />
CSS background
.icon-motor-bike-alt {
background-image: url('https://proicons.com/icon/306112.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="M792 456c-25 0-49 7-69 18l-68-116c13 5 28 7 44 7 46 0 47 0 47-54s-1-55-47-55c-32 0-61 11-77 26-20-7-83-30-92-30-30-1-30 41-1 45 18 2 62 9 81 12 0 0-1 1-1 2-147 0-218 109-218 109s2-21-34-21c-106 0-156-41-158 23-101 0-129 61-110 81 4 0 8 1 12 1-24 26-38 60-38 98 0 81 65 146 145 146 72 0 132-52 144-120 17 6 38 11 62 11h109c34 0 80-12 93-72l33-169c0-5 1-15 1-26l63 108c-40 25-67 71-67 122 0 81 65 146 146 146 80 0 146-65 146-146 0-80-66-146-146-146zM294 572c3 8 5 16 5 24h-78l43-53c16 11 25 21 30 29zm-86 121c-50 0-91-41-91-91 0-43 31-80 72-89 28 6 49 15 65 24l-50 61-1 1v6h1v1l1 1h1c1 1 2 1 2 1h91c-3 47-42 85-91 85zm584 0c-51 0-92-41-92-91 0-31 16-59 41-75l46 78c1 2 3 3 5 3 1 0 2 0 3-1 2-1 3-5 2-8l-46-78c12-6 26-10 41-10 50 0 91 41 91 91s-41 91-91 91z"/></svg>
Copied!