vehicle motorcycle icon
vehicle-motorcycle-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-motorcycle-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
vehicle-motorcycle-16-filledvehicle-motorcycle-16-regularvehicle-motorcycle-20-filledvehicle-motorcycle-20-regularvehicle-motorcycle-24-filledvehicle-motorcycle-24-regularvehicle-motorcycle-28-regularvehicle-motorcycle-32-filledvehicle-motorcycle-32-regularvehicle-motorcycle-48-filledvehicle-motorcycle-48-regular
Related icons in Fluent UI System Icons
vehicle-bicycle-16-filledvehicle-bus-16-filledvehicle-cab-16-filledvehicle-cable-car-20-filledvehicle-car-16-filledvehicle-car-collision-16-filledvehicle-car-parking-16-filledvehicle-car-profile-16-filledvehicle-car-profile-ltr-16-filledvehicle-car-profile-ltr-clock-16-filledvehicle-car-profile-rtl-16-filledvehicle-rv-16-filledvehicle-ship-16-filledvehicle-subway-16-filledvehicle-subway-clock-16-filledvehicle-tractor-20-filledvehicle-trailer-16-filledvehicle-trailer-arrow-down-16-filledvehicle-truck-16-filledvehicle-truck-bag-20-filledvehicle-truck-checkmark-16-filledvehicle-truck-cube-20-filledvehicle-truck-profile-16-filled
Use the vehicle motorcycle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.75 4a.75.75 0 0 0 0 1.5h2.065a.75.75 0 0 1 .674.42l2.06 4.198A2.8 2.8 0 0 0 16.75 10h-1.528a4.75 4.75 0 0 0-4.248 2.626L10.287 14H5.75l-.072.003L5.5 14a4.5 4.5 0 1 0 4.389 5.5h2.007a3.75 3.75 0 0 0 3.199-1.793a.8.8 0 0 0 .1-.173l.055-.107l.463-.927h-6.18q-.274-.548-.679-1h7.896a2.75 2.75 0 0 0 2.571-1.773l.55 1.12a4.5 4.5 0 1 0 1.346-.662l-.908-1.85c.293.107.61.165.941.165h2a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-.75-.75h-2a2.75 2.75 0 0 0-2.62 1.914l-1.795-3.656A2.25 2.25 0 0 0 14.815 4zm7.797 12.223l1.28 2.608a.75.75 0 0 0 1.346-.662l-1.28-2.608q.295-.06.607-.061a3 3 0 1 1-1.953.723M5.5 15.5a3 3 0 1 1 0 6a3 3 0 0 1 0-6m15.75-7h1.25V11h-1.25a1.25 1.25 0 1 1 0-2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleMotorcycle28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.75 4a.75.75 0 0 0 0 1.5h2.065a.75.75 0 0 1 .674.42l2.06 4.198A2.8 2.8 0 0 0 16.75 10h-1.528a4.75 4.75 0 0 0-4.248 2.626L10.287 14H5.75l-.072.003L5.5 14a4.5 4.5 0 1 0 4.389 5.5h2.007a3.75 3.75 0 0 0 3.199-1.793a.8.8 0 0 0 .1-.173l.055-.107l.463-.927h-6.18q-.274-.548-.679-1h7.896a2.75 2.75 0 0 0 2.571-1.773l.55 1.12a4.5 4.5 0 1 0 1.346-.662l-.908-1.85c.293.107.61.165.941.165h2a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-.75-.75h-2a2.75 2.75 0 0 0-2.62 1.914l-1.795-3.656A2.25 2.25 0 0 0 14.815 4zm7.797 12.223l1.28 2.608a.75.75 0 0 0 1.346-.662l-1.28-2.608q.295-.06.607-.061a3 3 0 1 1-1.953.723M5.5 15.5a3 3 0 1 1 0 6a3 3 0 0 1 0-6m15.75-7h1.25V11h-1.25a1.25 1.25 0 1 1 0-2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.75 4a.75.75 0 0 0 0 1.5h2.065a.75.75 0 0 1 .674.42l2.06 4.198A2.8 2.8 0 0 0 16.75 10h-1.528a4.75 4.75 0 0 0-4.248 2.626L10.287 14H5.75l-.072.003L5.5 14a4.5 4.5 0 1 0 4.389 5.5h2.007a3.75 3.75 0 0 0 3.199-1.793a.8.8 0 0 0 .1-.173l.055-.107l.463-.927h-6.18q-.274-.548-.679-1h7.896a2.75 2.75 0 0 0 2.571-1.773l.55 1.12a4.5 4.5 0 1 0 1.346-.662l-.908-1.85c.293.107.61.165.941.165h2a.75.75 0 0 0 .75-.75v-4a.75.75 0 0 0-.75-.75h-2a2.75 2.75 0 0 0-2.62 1.914l-1.795-3.656A2.25 2.25 0 0 0 14.815 4zm7.797 12.223l1.28 2.608a.75.75 0 0 0 1.346-.662l-1.28-2.608q.295-.06.607-.061a3 3 0 1 1-1.953.723M5.5 15.5a3 3 0 1 1 0 6a3 3 0 0 1 0-6m15.75-7h1.25V11h-1.25a1.25 1.25 0 1 1 0-2.5"/></svg> </template>
CSS
.icon-vehicle-motorcycle-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%204a.75.75%200%200%200%200%201.5h2.065a.75.75%200%200%201%20.674.42l2.06%204.198A2.8%202.8%200%200%200%2016.75%2010h-1.528a4.75%204.75%200%200%200-4.248%202.626L10.287%2014H5.75l-.072.003L5.5%2014a4.5%204.5%200%201%200%204.389%205.5h2.007a3.75%203.75%200%200%200%203.199-1.793a.8.8%200%200%200%20.1-.173l.055-.107l.463-.927h-6.18q-.274-.548-.679-1h7.896a2.75%202.75%200%200%200%202.571-1.773l.55%201.12a4.5%204.5%200%201%200%201.346-.662l-.908-1.85c.293.107.61.165.941.165h2a.75.75%200%200%200%20.75-.75v-4a.75.75%200%200%200-.75-.75h-2a2.75%202.75%200%200%200-2.62%201.914l-1.795-3.656A2.25%202.25%200%200%200%2014.815%204zm7.797%2012.223l1.28%202.608a.75.75%200%200%200%201.346-.662l-1.28-2.608q.295-.06.607-.061a3%203%200%201%201-1.953.723M5.5%2015.5a3%203%200%201%201%200%206a3%203%200%200%201%200-6m15.75-7h1.25V11h-1.25a1.25%201.25%200%201%201%200-2.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%204a.75.75%200%200%200%200%201.5h2.065a.75.75%200%200%201%20.674.42l2.06%204.198A2.8%202.8%200%200%200%2016.75%2010h-1.528a4.75%204.75%200%200%200-4.248%202.626L10.287%2014H5.75l-.072.003L5.5%2014a4.5%204.5%200%201%200%204.389%205.5h2.007a3.75%203.75%200%200%200%203.199-1.793a.8.8%200%200%200%20.1-.173l.055-.107l.463-.927h-6.18q-.274-.548-.679-1h7.896a2.75%202.75%200%200%200%202.571-1.773l.55%201.12a4.5%204.5%200%201%200%201.346-.662l-.908-1.85c.293.107.61.165.941.165h2a.75.75%200%200%200%20.75-.75v-4a.75.75%200%200%200-.75-.75h-2a2.75%202.75%200%200%200-2.62%201.914l-1.795-3.656A2.25%202.25%200%200%200%2014.815%204zm7.797%2012.223l1.28%202.608a.75.75%200%200%200%201.346-.662l-1.28-2.608q.295-.06.607-.061a3%203%200%201%201-1.953.723M5.5%2015.5a3%203%200%201%201%200%206a3%203%200%200%201%200-6m15.75-7h1.25V11h-1.25a1.25%201.25%200%201%201%200-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-motorcycle-28-filled.svg?color=%231a73e8&size=48