bike icon
bike-outline from Health Icons by Resolve to Save Lives · Outline · Vehicles · MIT Free for personal and commercial use.
- Name
- bike-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Vehicles
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
The same icon in other sets
More vehicles icons from Health Icons
Use the bike icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="m35.745 12.17l-4.925 1.48l3.28 8.578a8 8 0 1 1-1.868.715l-1.648-4.31l-5.682 11.802A1 1 0 0 1 24 31h-4.062A8.001 8.001 0 0 1 4 30a8 8 0 0 1 15.938-1h2.5l-4.88-13.664A1 1 0 0 1 17.5 15H16a1 1 0 1 1 0-2h4.5a1 1 0 1 1 0 2h-.938l1.842 5.157l8.127-4.277l-.965-2.523a1 1 0 0 1 .647-1.315l5.957-1.787zm-13.662 9.89l1.972 5.52l4.23-8.784zm12.983 8.297l-2.113-5.527a6 6 0 1 0 1.868-.715l2.113 5.528a1 1 0 0 1-1.868.714M17.917 29H12a1 1 0 1 0 0 2h5.917A6.002 6.002 0 0 1 6 30a6 6 0 0 1 11.917-1" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBikeOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="m35.745 12.17l-4.925 1.48l3.28 8.578a8 8 0 1 1-1.868.715l-1.648-4.31l-5.682 11.802A1 1 0 0 1 24 31h-4.062A8.001 8.001 0 0 1 4 30a8 8 0 0 1 15.938-1h2.5l-4.88-13.664A1 1 0 0 1 17.5 15H16a1 1 0 1 1 0-2h4.5a1 1 0 1 1 0 2h-.938l1.842 5.157l8.127-4.277l-.965-2.523a1 1 0 0 1 .647-1.315l5.957-1.787zm-13.662 9.89l1.972 5.52l4.23-8.784zm12.983 8.297l-2.113-5.527a6 6 0 1 0 1.868-.715l2.113 5.528a1 1 0 0 1-1.868.714M17.917 29H12a1 1 0 1 0 0 2h5.917A6.002 6.002 0 0 1 6 30a6 6 0 0 1 11.917-1" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="m35.745 12.17l-4.925 1.48l3.28 8.578a8 8 0 1 1-1.868.715l-1.648-4.31l-5.682 11.802A1 1 0 0 1 24 31h-4.062A8.001 8.001 0 0 1 4 30a8 8 0 0 1 15.938-1h2.5l-4.88-13.664A1 1 0 0 1 17.5 15H16a1 1 0 1 1 0-2h4.5a1 1 0 1 1 0 2h-.938l1.842 5.157l8.127-4.277l-.965-2.523a1 1 0 0 1 .647-1.315l5.957-1.787zm-13.662 9.89l1.972 5.52l4.23-8.784zm12.983 8.297l-2.113-5.527a6 6 0 1 0 1.868-.715l2.113 5.528a1 1 0 0 1-1.868.714M17.917 29H12a1 1 0 1 0 0 2h5.917A6.002 6.002 0 0 1 6 30a6 6 0 0 1 11.917-1" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bike-outline {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m35.745%2012.17l-4.925%201.48l3.28%208.578a8%208%200%201%201-1.868.715l-1.648-4.31l-5.682%2011.802A1%201%200%200%201%2024%2031h-4.062A8.001%208.001%200%200%201%204%2030a8%208%200%200%201%2015.938-1h2.5l-4.88-13.664A1%201%200%200%201%2017.5%2015H16a1%201%200%201%201%200-2h4.5a1%201%200%201%201%200%202h-.938l1.842%205.157l8.127-4.277l-.965-2.523a1%201%200%200%201%20.647-1.315l5.957-1.787zm-13.662%209.89l1.972%205.52l4.23-8.784zm12.983%208.297l-2.113-5.527a6%206%200%201%200%201.868-.715l2.113%205.528a1%201%200%200%201-1.868.714M17.917%2029H12a1%201%200%201%200%200%202h5.917A6.002%206.002%200%200%201%206%2030a6%206%200%200%201%2011.917-1%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m35.745%2012.17l-4.925%201.48l3.28%208.578a8%208%200%201%201-1.868.715l-1.648-4.31l-5.682%2011.802A1%201%200%200%201%2024%2031h-4.062A8.001%208.001%200%200%201%204%2030a8%208%200%200%201%2015.938-1h2.5l-4.88-13.664A1%201%200%200%201%2017.5%2015H16a1%201%200%201%201%200-2h4.5a1%201%200%201%201%200%202h-.938l1.842%205.157l8.127-4.277l-.965-2.523a1%201%200%200%201%20.647-1.315l5.957-1.787zm-13.662%209.89l1.972%205.52l4.23-8.784zm12.983%208.297l-2.113-5.527a6%206%200%201%200%201.868-.715l2.113%205.528a1%201%200%200%201-1.868.714M17.917%2029H12a1%201%200%201%200%200%202h5.917A6.002%206.002%200%200%201%206%2030a6%206%200%200%201%2011.917-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/bike-outline.svg?color=%231a73e8&size=48