motorbike icon
motorbike from Material Design Icons by Pictogrammers · Filled · Sport · Apache-2.0 Free for personal and commercial use.
- Name
- motorbike
- Set
- Material Design Icons
- Style
- Filled
- Category
- Sport
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- motorcycle
The same icon in other sets
More sport icons from Material Design Icons
Use the motorbike icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.42 10l-4.01-4H9v2h3.59l2 2H6.5C4 10 2 12 2 14.5S4 19 6.5 19c2.22 0 4.06-1.62 4.42-3.73L13.04 14c-.04.17-.04.33-.04.5c0 2.5 2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5m-8.66 5.26C8.5 16.27 7.58 17 6.47 17a2.5 2.5 0 0 1 0-5c1.12 0 2.03.74 2.37 1.75H6v1.5zM17.47 17a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 2.5 2.5a2.5 2.5 0 0 1-2.5 2.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiMotorbike(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.42 10l-4.01-4H9v2h3.59l2 2H6.5C4 10 2 12 2 14.5S4 19 6.5 19c2.22 0 4.06-1.62 4.42-3.73L13.04 14c-.04.17-.04.33-.04.5c0 2.5 2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5m-8.66 5.26C8.5 16.27 7.58 17 6.47 17a2.5 2.5 0 0 1 0-5c1.12 0 2.03.74 2.37 1.75H6v1.5zM17.47 17a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 2.5 2.5a2.5 2.5 0 0 1-2.5 2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.42 10l-4.01-4H9v2h3.59l2 2H6.5C4 10 2 12 2 14.5S4 19 6.5 19c2.22 0 4.06-1.62 4.42-3.73L13.04 14c-.04.17-.04.33-.04.5c0 2.5 2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5m-8.66 5.26C8.5 16.27 7.58 17 6.47 17a2.5 2.5 0 0 1 0-5c1.12 0 2.03.74 2.37 1.75H6v1.5zM17.47 17a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 2.5 2.5a2.5 2.5 0 0 1-2.5 2.5"/></svg> </template>
CSS
.icon-motorbike {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.42%2010l-4.01-4H9v2h3.59l2%202H6.5C4%2010%202%2012%202%2014.5S4%2019%206.5%2019c2.22%200%204.06-1.62%204.42-3.73L13.04%2014c-.04.17-.04.33-.04.5c0%202.5%202%204.5%204.5%204.5s4.5-2%204.5-4.5s-2-4.5-4.5-4.5m-8.66%205.26C8.5%2016.27%207.58%2017%206.47%2017a2.5%202.5%200%200%201%200-5c1.12%200%202.03.74%202.37%201.75H6v1.5zM17.47%2017a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%202.5%202.5a2.5%202.5%200%200%201-2.5%202.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.42%2010l-4.01-4H9v2h3.59l2%202H6.5C4%2010%202%2012%202%2014.5S4%2019%206.5%2019c2.22%200%204.06-1.62%204.42-3.73L13.04%2014c-.04.17-.04.33-.04.5c0%202.5%202%204.5%204.5%204.5s4.5-2%204.5-4.5s-2-4.5-4.5-4.5m-8.66%205.26C8.5%2016.27%207.58%2017%206.47%2017a2.5%202.5%200%200%201%200-5c1.12%200%202.03.74%202.37%201.75H6v1.5zM17.47%2017a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%202.5%202.5a2.5%202.5%200%200%201-2.5%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/motorbike.svg?color=%231a73e8&size=48