vehicle motorcycle icon

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

Name
vehicle-motorcycle-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M10.75 4a.75.75 0 0 0 0 1.5h1.59a.75.75 0 0 1 .666.403l1.663 3.187A2.5 2.5 0 0 0 14 9h-.457a3.84 3.84 0 0 0-3.334 1.935L9.315 12.5H4.75a3.75 3.75 0 1 0 3.537 5h2.012a3.25 3.25 0 0 0 2.822-1.638l.493-.862h-1.728l-.006.011a1 1 0 0 0-.13-.011H8.287a3.7 3.7 0 0 0-.537-1h6.435l.004-.007a2.5 2.5 0 0 0 2.17-1.663l.526 1.01a3.75 3.75 0 1 0 1.33-.695l-1.064-2.04c.389.25.852.395 1.349.395h1.75a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75H18.5a2.5 2.5 0 0 0-2.498 2.403l-1.666-3.194A2.25 2.25 0 0 0 12.34 4zm6.854 10.716l.981 1.88a.75.75 0 1 0 1.33-.693l-.982-1.88Q19.09 14 19.25 14a2.25 2.25 0 1 1-1.646.716M17.5 8.5a1 1 0 0 1 1-1h1v2h-1a1 1 0 0 1-1-1M4.75 14a2.25 2.25 0 1 1 0 4.5a2.25 2.25 0 0 1 0-4.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleMotorcycle24Filled(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="M10.75 4a.75.75 0 0 0 0 1.5h1.59a.75.75 0 0 1 .666.403l1.663 3.187A2.5 2.5 0 0 0 14 9h-.457a3.84 3.84 0 0 0-3.334 1.935L9.315 12.5H4.75a3.75 3.75 0 1 0 3.537 5h2.012a3.25 3.25 0 0 0 2.822-1.638l.493-.862h-1.728l-.006.011a1 1 0 0 0-.13-.011H8.287a3.7 3.7 0 0 0-.537-1h6.435l.004-.007a2.5 2.5 0 0 0 2.17-1.663l.526 1.01a3.75 3.75 0 1 0 1.33-.695l-1.064-2.04c.389.25.852.395 1.349.395h1.75a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75H18.5a2.5 2.5 0 0 0-2.498 2.403l-1.666-3.194A2.25 2.25 0 0 0 12.34 4zm6.854 10.716l.981 1.88a.75.75 0 1 0 1.33-.693l-.982-1.88Q19.09 14 19.25 14a2.25 2.25 0 1 1-1.646.716M17.5 8.5a1 1 0 0 1 1-1h1v2h-1a1 1 0 0 1-1-1M4.75 14a2.25 2.25 0 1 1 0 4.5a2.25 2.25 0 0 1 0-4.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="M10.75 4a.75.75 0 0 0 0 1.5h1.59a.75.75 0 0 1 .666.403l1.663 3.187A2.5 2.5 0 0 0 14 9h-.457a3.84 3.84 0 0 0-3.334 1.935L9.315 12.5H4.75a3.75 3.75 0 1 0 3.537 5h2.012a3.25 3.25 0 0 0 2.822-1.638l.493-.862h-1.728l-.006.011a1 1 0 0 0-.13-.011H8.287a3.7 3.7 0 0 0-.537-1h6.435l.004-.007a2.5 2.5 0 0 0 2.17-1.663l.526 1.01a3.75 3.75 0 1 0 1.33-.695l-1.064-2.04c.389.25.852.395 1.349.395h1.75a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75H18.5a2.5 2.5 0 0 0-2.498 2.403l-1.666-3.194A2.25 2.25 0 0 0 12.34 4zm6.854 10.716l.981 1.88a.75.75 0 1 0 1.33-.693l-.982-1.88Q19.09 14 19.25 14a2.25 2.25 0 1 1-1.646.716M17.5 8.5a1 1 0 0 1 1-1h1v2h-1a1 1 0 0 1-1-1M4.75 14a2.25 2.25 0 1 1 0 4.5a2.25 2.25 0 0 1 0-4.5"/></svg>
</template>

CSS

.icon-vehicle-motorcycle-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.75%204a.75.75%200%200%200%200%201.5h1.59a.75.75%200%200%201%20.666.403l1.663%203.187A2.5%202.5%200%200%200%2014%209h-.457a3.84%203.84%200%200%200-3.334%201.935L9.315%2012.5H4.75a3.75%203.75%200%201%200%203.537%205h2.012a3.25%203.25%200%200%200%202.822-1.638l.493-.862h-1.728l-.006.011a1%201%200%200%200-.13-.011H8.287a3.7%203.7%200%200%200-.537-1h6.435l.004-.007a2.5%202.5%200%200%200%202.17-1.663l.526%201.01a3.75%203.75%200%201%200%201.33-.695l-1.064-2.04c.389.25.852.395%201.349.395h1.75a.75.75%200%200%200%20.75-.75v-3.5a.75.75%200%200%200-.75-.75H18.5a2.5%202.5%200%200%200-2.498%202.403l-1.666-3.194A2.25%202.25%200%200%200%2012.34%204zm6.854%2010.716l.981%201.88a.75.75%200%201%200%201.33-.693l-.982-1.88Q19.09%2014%2019.25%2014a2.25%202.25%200%201%201-1.646.716M17.5%208.5a1%201%200%200%201%201-1h1v2h-1a1%201%200%200%201-1-1M4.75%2014a2.25%202.25%200%201%201%200%204.5a2.25%202.25%200%200%201%200-4.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%22M10.75%204a.75.75%200%200%200%200%201.5h1.59a.75.75%200%200%201%20.666.403l1.663%203.187A2.5%202.5%200%200%200%2014%209h-.457a3.84%203.84%200%200%200-3.334%201.935L9.315%2012.5H4.75a3.75%203.75%200%201%200%203.537%205h2.012a3.25%203.25%200%200%200%202.822-1.638l.493-.862h-1.728l-.006.011a1%201%200%200%200-.13-.011H8.287a3.7%203.7%200%200%200-.537-1h6.435l.004-.007a2.5%202.5%200%200%200%202.17-1.663l.526%201.01a3.75%203.75%200%201%200%201.33-.695l-1.064-2.04c.389.25.852.395%201.349.395h1.75a.75.75%200%200%200%20.75-.75v-3.5a.75.75%200%200%200-.75-.75H18.5a2.5%202.5%200%200%200-2.498%202.403l-1.666-3.194A2.25%202.25%200%200%200%2012.34%204zm6.854%2010.716l.981%201.88a.75.75%200%201%200%201.33-.693l-.982-1.88Q19.09%2014%2019.25%2014a2.25%202.25%200%201%201-1.646.716M17.5%208.5a1%201%200%200%201%201-1h1v2h-1a1%201%200%200%201-1-1M4.75%2014a2.25%202.25%200%201%201%200%204.5a2.25%202.25%200%200%201%200-4.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-24-filled.svg?color=%231a73e8&size=48