bike icon
bike-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- bike-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the bike icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5 14a4 4 0 1 1-4 4l.005-.2A4 4 0 0 1 5 14m14 0a4 4 0 1 1-4 4l.005-.2A4 4 0 0 1 19 14"/><path d="M14.832 7.445L16.535 10H19a1 1 0 0 1 .993.883L20 11a1 1 0 0 1-1 1h-3a1 1 0 0 1-.832-.445l-1.396-2.093l-3.275 2.62l2.21 2.21a1 1 0 0 1 .284.577L13 15v4a1 1 0 0 1-2 0v-3.585l-2.707-2.708a1 1 0 0 1-.01-1.403l.092-.085l5-4a1 1 0 0 1 1.457.226M17 3a2 2 0 1 1-2 2l.005-.15A2 2 0 0 1 17 3"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerBikeFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5 14a4 4 0 1 1-4 4l.005-.2A4 4 0 0 1 5 14m14 0a4 4 0 1 1-4 4l.005-.2A4 4 0 0 1 19 14"/><path d="M14.832 7.445L16.535 10H19a1 1 0 0 1 .993.883L20 11a1 1 0 0 1-1 1h-3a1 1 0 0 1-.832-.445l-1.396-2.093l-3.275 2.62l2.21 2.21a1 1 0 0 1 .284.577L13 15v4a1 1 0 0 1-2 0v-3.585l-2.707-2.708a1 1 0 0 1-.01-1.403l.092-.085l5-4a1 1 0 0 1 1.457.226M17 3a2 2 0 1 1-2 2l.005-.15A2 2 0 0 1 17 3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5 14a4 4 0 1 1-4 4l.005-.2A4 4 0 0 1 5 14m14 0a4 4 0 1 1-4 4l.005-.2A4 4 0 0 1 19 14"/><path d="M14.832 7.445L16.535 10H19a1 1 0 0 1 .993.883L20 11a1 1 0 0 1-1 1h-3a1 1 0 0 1-.832-.445l-1.396-2.093l-3.275 2.62l2.21 2.21a1 1 0 0 1 .284.577L13 15v4a1 1 0 0 1-2 0v-3.585l-2.707-2.708a1 1 0 0 1-.01-1.403l.092-.085l5-4a1 1 0 0 1 1.457.226M17 3a2 2 0 1 1-2 2l.005-.15A2 2 0 0 1 17 3"/></g></svg> </template>
CSS
.icon-bike-filled {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5%2014a4%204%200%201%201-4%204l.005-.2A4%204%200%200%201%205%2014m14%200a4%204%200%201%201-4%204l.005-.2A4%204%200%200%201%2019%2014%22%2F%3E%3Cpath%20d%3D%22M14.832%207.445L16.535%2010H19a1%201%200%200%201%20.993.883L20%2011a1%201%200%200%201-1%201h-3a1%201%200%200%201-.832-.445l-1.396-2.093l-3.275%202.62l2.21%202.21a1%201%200%200%201%20.284.577L13%2015v4a1%201%200%200%201-2%200v-3.585l-2.707-2.708a1%201%200%200%201-.01-1.403l.092-.085l5-4a1%201%200%200%201%201.457.226M17%203a2%202%200%201%201-2%202l.005-.15A2%202%200%200%201%2017%203%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5%2014a4%204%200%201%201-4%204l.005-.2A4%204%200%200%201%205%2014m14%200a4%204%200%201%201-4%204l.005-.2A4%204%200%200%201%2019%2014%22%2F%3E%3Cpath%20d%3D%22M14.832%207.445L16.535%2010H19a1%201%200%200%201%20.993.883L20%2011a1%201%200%200%201-1%201h-3a1%201%200%200%201-.832-.445l-1.396-2.093l-3.275%202.62l2.21%202.21a1%201%200%200%201%20.284.577L13%2015v4a1%201%200%200%201-2%200v-3.585l-2.707-2.708a1%201%200%200%201-.01-1.403l.092-.085l5-4a1%201%200%200%201%201.457.226M17%203a2%202%200%201%201-2%202l.005-.15A2%202%200%200%201%2017%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/bike-filled.svg?color=%231a73e8&size=48