md bicycle icon
md-bicycle from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-bicycle
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
- Aliases
- android-bicycle
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md bicycle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M330.666 131.202c18.668 0 33.598-14.935 33.598-33.601S349.334 64 330.666 64C312 64 297.07 78.935 297.07 97.601s14.93 33.601 33.596 33.601zm56 130.132c-51.332 0-93.332 42-93.332 93.333s42 93.333 93.332 93.333C438 448 480 406 480 354.667s-42-93.333-93.334-93.333zm0 158.666c-36.402 0-65.332-28.93-65.332-65.333s28.93-65.333 65.332-65.333c36.404 0 65.334 28.93 65.334 65.333S423.07 420 386.666 420zm-81.069-196H384v-32h-58.845l-34.62-60.134c-5.605-9.333-15.869-15.864-27.07-15.864-8.399 0-16.798 3.732-22.399 9.333L169.334 194.4c-5.601 5.601-9.333 14-9.333 22.399 0 12.131 9.202 21.465 18.535 27.065L240 282.134V368h32V256l-39.333-32 42.929-44.533L305.597 224zm-180.264 37.334C74 261.334 32 303.334 32 354.667S74 448 125.333 448s93.333-42 93.333-93.333-41.999-93.333-93.333-93.333zm0 158.666C88.934 420 60 391.07 60 354.667s28.934-65.333 65.333-65.333 65.333 28.93 65.333 65.333S161.732 420 125.333 420z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdBicycle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M330.666 131.202c18.668 0 33.598-14.935 33.598-33.601S349.334 64 330.666 64C312 64 297.07 78.935 297.07 97.601s14.93 33.601 33.596 33.601zm56 130.132c-51.332 0-93.332 42-93.332 93.333s42 93.333 93.332 93.333C438 448 480 406 480 354.667s-42-93.333-93.334-93.333zm0 158.666c-36.402 0-65.332-28.93-65.332-65.333s28.93-65.333 65.332-65.333c36.404 0 65.334 28.93 65.334 65.333S423.07 420 386.666 420zm-81.069-196H384v-32h-58.845l-34.62-60.134c-5.605-9.333-15.869-15.864-27.07-15.864-8.399 0-16.798 3.732-22.399 9.333L169.334 194.4c-5.601 5.601-9.333 14-9.333 22.399 0 12.131 9.202 21.465 18.535 27.065L240 282.134V368h32V256l-39.333-32 42.929-44.533L305.597 224zm-180.264 37.334C74 261.334 32 303.334 32 354.667S74 448 125.333 448s93.333-42 93.333-93.333-41.999-93.333-93.333-93.333zm0 158.666C88.934 420 60 391.07 60 354.667s28.934-65.333 65.333-65.333 65.333 28.93 65.333 65.333S161.732 420 125.333 420z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M330.666 131.202c18.668 0 33.598-14.935 33.598-33.601S349.334 64 330.666 64C312 64 297.07 78.935 297.07 97.601s14.93 33.601 33.596 33.601zm56 130.132c-51.332 0-93.332 42-93.332 93.333s42 93.333 93.332 93.333C438 448 480 406 480 354.667s-42-93.333-93.334-93.333zm0 158.666c-36.402 0-65.332-28.93-65.332-65.333s28.93-65.333 65.332-65.333c36.404 0 65.334 28.93 65.334 65.333S423.07 420 386.666 420zm-81.069-196H384v-32h-58.845l-34.62-60.134c-5.605-9.333-15.869-15.864-27.07-15.864-8.399 0-16.798 3.732-22.399 9.333L169.334 194.4c-5.601 5.601-9.333 14-9.333 22.399 0 12.131 9.202 21.465 18.535 27.065L240 282.134V368h32V256l-39.333-32 42.929-44.533L305.597 224zm-180.264 37.334C74 261.334 32 303.334 32 354.667S74 448 125.333 448s93.333-42 93.333-93.333-41.999-93.333-93.333-93.333zm0 158.666C88.934 420 60 391.07 60 354.667s28.934-65.333 65.333-65.333 65.333 28.93 65.333 65.333S161.732 420 125.333 420z" fill="currentColor"/></svg> </template>
CSS
.icon-md-bicycle {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M330.666%20131.202c18.668%200%2033.598-14.935%2033.598-33.601S349.334%2064%20330.666%2064C312%2064%20297.07%2078.935%20297.07%2097.601s14.93%2033.601%2033.596%2033.601zm56%20130.132c-51.332%200-93.332%2042-93.332%2093.333s42%2093.333%2093.332%2093.333C438%20448%20480%20406%20480%20354.667s-42-93.333-93.334-93.333zm0%20158.666c-36.402%200-65.332-28.93-65.332-65.333s28.93-65.333%2065.332-65.333c36.404%200%2065.334%2028.93%2065.334%2065.333S423.07%20420%20386.666%20420zm-81.069-196H384v-32h-58.845l-34.62-60.134c-5.605-9.333-15.869-15.864-27.07-15.864-8.399%200-16.798%203.732-22.399%209.333L169.334%20194.4c-5.601%205.601-9.333%2014-9.333%2022.399%200%2012.131%209.202%2021.465%2018.535%2027.065L240%20282.134V368h32V256l-39.333-32%2042.929-44.533L305.597%20224zm-180.264%2037.334C74%20261.334%2032%20303.334%2032%20354.667S74%20448%20125.333%20448s93.333-42%2093.333-93.333-41.999-93.333-93.333-93.333zm0%20158.666C88.934%20420%2060%20391.07%2060%20354.667s28.934-65.333%2065.333-65.333%2065.333%2028.93%2065.333%2065.333S161.732%20420%20125.333%20420z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M330.666%20131.202c18.668%200%2033.598-14.935%2033.598-33.601S349.334%2064%20330.666%2064C312%2064%20297.07%2078.935%20297.07%2097.601s14.93%2033.601%2033.596%2033.601zm56%20130.132c-51.332%200-93.332%2042-93.332%2093.333s42%2093.333%2093.332%2093.333C438%20448%20480%20406%20480%20354.667s-42-93.333-93.334-93.333zm0%20158.666c-36.402%200-65.332-28.93-65.332-65.333s28.93-65.333%2065.332-65.333c36.404%200%2065.334%2028.93%2065.334%2065.333S423.07%20420%20386.666%20420zm-81.069-196H384v-32h-58.845l-34.62-60.134c-5.605-9.333-15.869-15.864-27.07-15.864-8.399%200-16.798%203.732-22.399%209.333L169.334%20194.4c-5.601%205.601-9.333%2014-9.333%2022.399%200%2012.131%209.202%2021.465%2018.535%2027.065L240%20282.134V368h32V256l-39.333-32%2042.929-44.533L305.597%20224zm-180.264%2037.334C74%20261.334%2032%20303.334%2032%20354.667S74%20448%20125.333%20448s93.333-42%2093.333-93.333-41.999-93.333-93.333-93.333zm0%20158.666C88.934%20420%2060%20391.07%2060%20354.667s28.934-65.333%2065.333-65.333%2065.333%2028.93%2065.333%2065.333S161.732%20420%20125.333%20420z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-bicycle.svg?color=%231a73e8&size=48