vehicle motorcycle icon
vehicle-motorcycle-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- vehicle-motorcycle-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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-28-regularvehicle-motorcycle-32-filledvehicle-motorcycle-32-regularvehicle-motorcycle-48-filled
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 48 48"><path fill="currentColor" d="M22.25 8a1.25 1.25 0 1 0 0 2.5h3.35c.677 0 1.293.39 1.582 1.002l3.213 6.79A4.7 4.7 0 0 0 28.75 18h-5.174a8.25 8.25 0 0 0-7.379 4.56L14.977 25H9.5a7.5 7.5 0 1 0 7.23 9.5h4.43a6.25 6.25 0 0 0 5.59-3.455l1.773-3.545h.227a4.75 4.75 0 0 0 4.49-3.195l.967 2.044a7.5 7.5 0 1 0 2.26-1.07l-1.097-2.318q.309.039.63.039h3.75c.69 0 1.25-.56 1.25-1.25v-7.5c0-.69-.56-1.25-1.25-1.25H36c-1.784 0-3.35.935-4.235 2.341l-2.323-4.909A4.25 4.25 0 0 0 25.601 8zm-5.266 24a7.47 7.47 0 0 0-1.894-4.5h10.638l-1.214 2.427A3.75 3.75 0 0 1 21.16 32zM9.5 27.5a5 5 0 1 1 0 10a5 5 0 0 1 0-10m24 5c0-1.544.7-2.924 1.8-3.842l2.07 4.377a1.25 1.25 0 1 0 2.26-1.07l-2.07-4.377q.457-.087.94-.088a5 5 0 1 1-5 5M27.777 25H17.773l.66-1.322a5.75 5.75 0 0 1 5.143-3.178h5.174a2.25 2.25 0 0 1 0 4.5zM36 15.5h2.5v5H36a2.5 2.5 0 0 1 0-5"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleMotorcycle48Regular(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" d="M22.25 8a1.25 1.25 0 1 0 0 2.5h3.35c.677 0 1.293.39 1.582 1.002l3.213 6.79A4.7 4.7 0 0 0 28.75 18h-5.174a8.25 8.25 0 0 0-7.379 4.56L14.977 25H9.5a7.5 7.5 0 1 0 7.23 9.5h4.43a6.25 6.25 0 0 0 5.59-3.455l1.773-3.545h.227a4.75 4.75 0 0 0 4.49-3.195l.967 2.044a7.5 7.5 0 1 0 2.26-1.07l-1.097-2.318q.309.039.63.039h3.75c.69 0 1.25-.56 1.25-1.25v-7.5c0-.69-.56-1.25-1.25-1.25H36c-1.784 0-3.35.935-4.235 2.341l-2.323-4.909A4.25 4.25 0 0 0 25.601 8zm-5.266 24a7.47 7.47 0 0 0-1.894-4.5h10.638l-1.214 2.427A3.75 3.75 0 0 1 21.16 32zM9.5 27.5a5 5 0 1 1 0 10a5 5 0 0 1 0-10m24 5c0-1.544.7-2.924 1.8-3.842l2.07 4.377a1.25 1.25 0 1 0 2.26-1.07l-2.07-4.377q.457-.087.94-.088a5 5 0 1 1-5 5M27.777 25H17.773l.66-1.322a5.75 5.75 0 0 1 5.143-3.178h5.174a2.25 2.25 0 0 1 0 4.5zM36 15.5h2.5v5H36a2.5 2.5 0 0 1 0-5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M22.25 8a1.25 1.25 0 1 0 0 2.5h3.35c.677 0 1.293.39 1.582 1.002l3.213 6.79A4.7 4.7 0 0 0 28.75 18h-5.174a8.25 8.25 0 0 0-7.379 4.56L14.977 25H9.5a7.5 7.5 0 1 0 7.23 9.5h4.43a6.25 6.25 0 0 0 5.59-3.455l1.773-3.545h.227a4.75 4.75 0 0 0 4.49-3.195l.967 2.044a7.5 7.5 0 1 0 2.26-1.07l-1.097-2.318q.309.039.63.039h3.75c.69 0 1.25-.56 1.25-1.25v-7.5c0-.69-.56-1.25-1.25-1.25H36c-1.784 0-3.35.935-4.235 2.341l-2.323-4.909A4.25 4.25 0 0 0 25.601 8zm-5.266 24a7.47 7.47 0 0 0-1.894-4.5h10.638l-1.214 2.427A3.75 3.75 0 0 1 21.16 32zM9.5 27.5a5 5 0 1 1 0 10a5 5 0 0 1 0-10m24 5c0-1.544.7-2.924 1.8-3.842l2.07 4.377a1.25 1.25 0 1 0 2.26-1.07l-2.07-4.377q.457-.087.94-.088a5 5 0 1 1-5 5M27.777 25H17.773l.66-1.322a5.75 5.75 0 0 1 5.143-3.178h5.174a2.25 2.25 0 0 1 0 4.5zM36 15.5h2.5v5H36a2.5 2.5 0 0 1 0-5"/></svg> </template>
CSS
.icon-vehicle-motorcycle-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.25%208a1.25%201.25%200%201%200%200%202.5h3.35c.677%200%201.293.39%201.582%201.002l3.213%206.79A4.7%204.7%200%200%200%2028.75%2018h-5.174a8.25%208.25%200%200%200-7.379%204.56L14.977%2025H9.5a7.5%207.5%200%201%200%207.23%209.5h4.43a6.25%206.25%200%200%200%205.59-3.455l1.773-3.545h.227a4.75%204.75%200%200%200%204.49-3.195l.967%202.044a7.5%207.5%200%201%200%202.26-1.07l-1.097-2.318q.309.039.63.039h3.75c.69%200%201.25-.56%201.25-1.25v-7.5c0-.69-.56-1.25-1.25-1.25H36c-1.784%200-3.35.935-4.235%202.341l-2.323-4.909A4.25%204.25%200%200%200%2025.601%208zm-5.266%2024a7.47%207.47%200%200%200-1.894-4.5h10.638l-1.214%202.427A3.75%203.75%200%200%201%2021.16%2032zM9.5%2027.5a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m24%205c0-1.544.7-2.924%201.8-3.842l2.07%204.377a1.25%201.25%200%201%200%202.26-1.07l-2.07-4.377q.457-.087.94-.088a5%205%200%201%201-5%205M27.777%2025H17.773l.66-1.322a5.75%205.75%200%200%201%205.143-3.178h5.174a2.25%202.25%200%200%201%200%204.5zM36%2015.5h2.5v5H36a2.5%202.5%200%200%201%200-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.25%208a1.25%201.25%200%201%200%200%202.5h3.35c.677%200%201.293.39%201.582%201.002l3.213%206.79A4.7%204.7%200%200%200%2028.75%2018h-5.174a8.25%208.25%200%200%200-7.379%204.56L14.977%2025H9.5a7.5%207.5%200%201%200%207.23%209.5h4.43a6.25%206.25%200%200%200%205.59-3.455l1.773-3.545h.227a4.75%204.75%200%200%200%204.49-3.195l.967%202.044a7.5%207.5%200%201%200%202.26-1.07l-1.097-2.318q.309.039.63.039h3.75c.69%200%201.25-.56%201.25-1.25v-7.5c0-.69-.56-1.25-1.25-1.25H36c-1.784%200-3.35.935-4.235%202.341l-2.323-4.909A4.25%204.25%200%200%200%2025.601%208zm-5.266%2024a7.47%207.47%200%200%200-1.894-4.5h10.638l-1.214%202.427A3.75%203.75%200%200%201%2021.16%2032zM9.5%2027.5a5%205%200%201%201%200%2010a5%205%200%200%201%200-10m24%205c0-1.544.7-2.924%201.8-3.842l2.07%204.377a1.25%201.25%200%201%200%202.26-1.07l-2.07-4.377q.457-.087.94-.088a5%205%200%201%201-5%205M27.777%2025H17.773l.66-1.322a5.75%205.75%200%200%201%205.143-3.178h5.174a2.25%202.25%200%200%201%200%204.5zM36%2015.5h2.5v5H36a2.5%202.5%200%200%201%200-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-48-regular.svg?color=%231a73e8&size=48