vehicle motorcycle icon
vehicle-motorcycle-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-motorcycle-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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-filledvehicle-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 4.75a.75.75 0 0 1 .75-.75h2.065a2.25 2.25 0 0 1 2.02 1.258l1.794 3.656A2.75 2.75 0 0 1 21.25 7h2a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-2c-.33 0-.648-.058-.941-.165l.908 1.85a4.5 4.5 0 1 1-1.346.662l-.55-1.12A2.75 2.75 0 0 1 16.75 15.5h-.537l-.963 1.927a3.75 3.75 0 0 1-3.354 2.073H9.888A4.502 4.502 0 0 1 1 18.5a4.5 4.5 0 0 1 4.678-4.497L5.75 14h2.536l.688-1.374A4.75 4.75 0 0 1 13.222 10h3.528q.419.001.8.118L15.489 5.92a.75.75 0 0 0-.674-.419H12.75a.75.75 0 0 1-.75-.75m9.827 14.08l-1.28-2.607a3 3 0 1 0 1.346-.662l1.28 2.608a.75.75 0 0 1-1.346.662M15.767 14h.983a1.25 1.25 0 1 0 0-2.5h-3.528a3.25 3.25 0 0 0-2.907 1.797L9.964 14zm-1.23 1.5H8.854A4.5 4.5 0 0 1 9.973 18h1.923a2.25 2.25 0 0 0 2.012-1.244zM2.5 18.5a3 3 0 1 0 6 0a3 3 0 0 0-6 0M20 9.75c0 .69.56 1.25 1.25 1.25h1.25V8.5h-1.25c-.69 0-1.25.56-1.25 1.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleMotorcycle28Regular(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 4.75a.75.75 0 0 1 .75-.75h2.065a2.25 2.25 0 0 1 2.02 1.258l1.794 3.656A2.75 2.75 0 0 1 21.25 7h2a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-2c-.33 0-.648-.058-.941-.165l.908 1.85a4.5 4.5 0 1 1-1.346.662l-.55-1.12A2.75 2.75 0 0 1 16.75 15.5h-.537l-.963 1.927a3.75 3.75 0 0 1-3.354 2.073H9.888A4.502 4.502 0 0 1 1 18.5a4.5 4.5 0 0 1 4.678-4.497L5.75 14h2.536l.688-1.374A4.75 4.75 0 0 1 13.222 10h3.528q.419.001.8.118L15.489 5.92a.75.75 0 0 0-.674-.419H12.75a.75.75 0 0 1-.75-.75m9.827 14.08l-1.28-2.607a3 3 0 1 0 1.346-.662l1.28 2.608a.75.75 0 0 1-1.346.662M15.767 14h.983a1.25 1.25 0 1 0 0-2.5h-3.528a3.25 3.25 0 0 0-2.907 1.797L9.964 14zm-1.23 1.5H8.854A4.5 4.5 0 0 1 9.973 18h1.923a2.25 2.25 0 0 0 2.012-1.244zM2.5 18.5a3 3 0 1 0 6 0a3 3 0 0 0-6 0M20 9.75c0 .69.56 1.25 1.25 1.25h1.25V8.5h-1.25c-.69 0-1.25.56-1.25 1.25"/></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 4.75a.75.75 0 0 1 .75-.75h2.065a2.25 2.25 0 0 1 2.02 1.258l1.794 3.656A2.75 2.75 0 0 1 21.25 7h2a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-2c-.33 0-.648-.058-.941-.165l.908 1.85a4.5 4.5 0 1 1-1.346.662l-.55-1.12A2.75 2.75 0 0 1 16.75 15.5h-.537l-.963 1.927a3.75 3.75 0 0 1-3.354 2.073H9.888A4.502 4.502 0 0 1 1 18.5a4.5 4.5 0 0 1 4.678-4.497L5.75 14h2.536l.688-1.374A4.75 4.75 0 0 1 13.222 10h3.528q.419.001.8.118L15.489 5.92a.75.75 0 0 0-.674-.419H12.75a.75.75 0 0 1-.75-.75m9.827 14.08l-1.28-2.607a3 3 0 1 0 1.346-.662l1.28 2.608a.75.75 0 0 1-1.346.662M15.767 14h.983a1.25 1.25 0 1 0 0-2.5h-3.528a3.25 3.25 0 0 0-2.907 1.797L9.964 14zm-1.23 1.5H8.854A4.5 4.5 0 0 1 9.973 18h1.923a2.25 2.25 0 0 0 2.012-1.244zM2.5 18.5a3 3 0 1 0 6 0a3 3 0 0 0-6 0M20 9.75c0 .69.56 1.25 1.25 1.25h1.25V8.5h-1.25c-.69 0-1.25.56-1.25 1.25"/></svg> </template>
CSS
.icon-vehicle-motorcycle-28-regular {
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%204.75a.75.75%200%200%201%20.75-.75h2.065a2.25%202.25%200%200%201%202.02%201.258l1.794%203.656A2.75%202.75%200%200%201%2021.25%207h2a.75.75%200%200%201%20.75.75v4a.75.75%200%200%201-.75.75h-2c-.33%200-.648-.058-.941-.165l.908%201.85a4.5%204.5%200%201%201-1.346.662l-.55-1.12A2.75%202.75%200%200%201%2016.75%2015.5h-.537l-.963%201.927a3.75%203.75%200%200%201-3.354%202.073H9.888A4.502%204.502%200%200%201%201%2018.5a4.5%204.5%200%200%201%204.678-4.497L5.75%2014h2.536l.688-1.374A4.75%204.75%200%200%201%2013.222%2010h3.528q.419.001.8.118L15.489%205.92a.75.75%200%200%200-.674-.419H12.75a.75.75%200%200%201-.75-.75m9.827%2014.08l-1.28-2.607a3%203%200%201%200%201.346-.662l1.28%202.608a.75.75%200%200%201-1.346.662M15.767%2014h.983a1.25%201.25%200%201%200%200-2.5h-3.528a3.25%203.25%200%200%200-2.907%201.797L9.964%2014zm-1.23%201.5H8.854A4.5%204.5%200%200%201%209.973%2018h1.923a2.25%202.25%200%200%200%202.012-1.244zM2.5%2018.5a3%203%200%201%200%206%200a3%203%200%200%200-6%200M20%209.75c0%20.69.56%201.25%201.25%201.25h1.25V8.5h-1.25c-.69%200-1.25.56-1.25%201.25%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%204.75a.75.75%200%200%201%20.75-.75h2.065a2.25%202.25%200%200%201%202.02%201.258l1.794%203.656A2.75%202.75%200%200%201%2021.25%207h2a.75.75%200%200%201%20.75.75v4a.75.75%200%200%201-.75.75h-2c-.33%200-.648-.058-.941-.165l.908%201.85a4.5%204.5%200%201%201-1.346.662l-.55-1.12A2.75%202.75%200%200%201%2016.75%2015.5h-.537l-.963%201.927a3.75%203.75%200%200%201-3.354%202.073H9.888A4.502%204.502%200%200%201%201%2018.5a4.5%204.5%200%200%201%204.678-4.497L5.75%2014h2.536l.688-1.374A4.75%204.75%200%200%201%2013.222%2010h3.528q.419.001.8.118L15.489%205.92a.75.75%200%200%200-.674-.419H12.75a.75.75%200%200%201-.75-.75m9.827%2014.08l-1.28-2.607a3%203%200%201%200%201.346-.662l1.28%202.608a.75.75%200%200%201-1.346.662M15.767%2014h.983a1.25%201.25%200%201%200%200-2.5h-3.528a3.25%203.25%200%200%200-2.907%201.797L9.964%2014zm-1.23%201.5H8.854A4.5%204.5%200%200%201%209.973%2018h1.923a2.25%202.25%200%200%200%202.012-1.244zM2.5%2018.5a3%203%200%201%200%206%200a3%203%200%200%200-6%200M20%209.75c0%20.69.56%201.25%201.25%201.25h1.25V8.5h-1.25c-.69%200-1.25.56-1.25%201.25%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-regular.svg?color=%231a73e8&size=48