vehicle motorcycle icon

vehicle-motorcycle-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
vehicle-motorcycle-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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-3.174a8.25 8.25 0 0 0-7.379 4.56L16.977 25H9.5a7.5 7.5 0 1 0 7.23 9.5h4.43a6.25 6.25 0 0 0 5.59-3.455l.773-1.545h-2.796l-.006.014a2 2 0 0 0-.221-.014h-8q-.062 0-.122.004A7.5 7.5 0 0 0 15.09 27.5h13.66a4.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 8zM4.5 32.5a5 5 0 1 1 10 0a5 5 0 0 1-10 0m30.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-3.2 1.158M33.5 18a2.5 2.5 0 0 1 2.5-2.5h2.5v5H36a2.5 2.5 0 0 1-2.5-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleMotorcycle48Filled(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-3.174a8.25 8.25 0 0 0-7.379 4.56L16.977 25H9.5a7.5 7.5 0 1 0 7.23 9.5h4.43a6.25 6.25 0 0 0 5.59-3.455l.773-1.545h-2.796l-.006.014a2 2 0 0 0-.221-.014h-8q-.062 0-.122.004A7.5 7.5 0 0 0 15.09 27.5h13.66a4.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 8zM4.5 32.5a5 5 0 1 1 10 0a5 5 0 0 1-10 0m30.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-3.2 1.158M33.5 18a2.5 2.5 0 0 1 2.5-2.5h2.5v5H36a2.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 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-3.174a8.25 8.25 0 0 0-7.379 4.56L16.977 25H9.5a7.5 7.5 0 1 0 7.23 9.5h4.43a6.25 6.25 0 0 0 5.59-3.455l.773-1.545h-2.796l-.006.014a2 2 0 0 0-.221-.014h-8q-.062 0-.122.004A7.5 7.5 0 0 0 15.09 27.5h13.66a4.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 8zM4.5 32.5a5 5 0 1 1 10 0a5 5 0 0 1-10 0m30.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-3.2 1.158M33.5 18a2.5 2.5 0 0 1 2.5-2.5h2.5v5H36a2.5 2.5 0 0 1-2.5-2.5"/></svg>
</template>

CSS

.icon-vehicle-motorcycle-48-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%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-3.174a8.25%208.25%200%200%200-7.379%204.56L16.977%2025H9.5a7.5%207.5%200%201%200%207.23%209.5h4.43a6.25%206.25%200%200%200%205.59-3.455l.773-1.545h-2.796l-.006.014a2%202%200%200%200-.221-.014h-8q-.062%200-.122.004A7.5%207.5%200%200%200%2015.09%2027.5h13.66a4.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%208zM4.5%2032.5a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m30.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-3.2%201.158M33.5%2018a2.5%202.5%200%200%201%202.5-2.5h2.5v5H36a2.5%202.5%200%200%201-2.5-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%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-3.174a8.25%208.25%200%200%200-7.379%204.56L16.977%2025H9.5a7.5%207.5%200%201%200%207.23%209.5h4.43a6.25%206.25%200%200%200%205.59-3.455l.773-1.545h-2.796l-.006.014a2%202%200%200%200-.221-.014h-8q-.062%200-.122.004A7.5%207.5%200%200%200%2015.09%2027.5h13.66a4.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%208zM4.5%2032.5a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m30.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-3.2%201.158M33.5%2018a2.5%202.5%200%200%201%202.5-2.5h2.5v5H36a2.5%202.5%200%200%201-2.5-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-48-filled.svg?color=%231a73e8&size=48