vehicle motorcycle icon

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

Name
vehicle-motorcycle-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M15 5a1 1 0 1 0 0 2h1.746a1 1 0 0 1 .9.564l1.714 3.542A3.5 3.5 0 0 0 18.5 11h-.843a5.3 5.3 0 0 0-4.74 2.929L11.883 16H6.5a5.5 5.5 0 1 0 5.293 7h1.544a4.5 4.5 0 0 0 4.025-2.488l.506-1.012h-6.243a5.5 5.5 0 0 0-.882-1.5h7.875l.001-.002a3.5 3.5 0 0 0 3.076-2.066l.549 1.135a5.5 5.5 0 1 0 1.8-.872l-.667-1.38c.352.12.73.185 1.123.185H27a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2.5c-1.52 0-2.814.97-3.297 2.323l-1.757-3.63A3 3 0 0 0 16.746 5zm8.139 13.916l1.46 3.02a1 1 0 0 0 1.801-.872l-1.461-3.02Q25.214 18 25.5 18a3.5 3.5 0 1 1-2.361.916M3 21.5a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m20-10a1.5 1.5 0 0 1 1.5-1.5H26v3h-1.5a1.5 1.5 0 0 1-1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleMotorcycle32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 5a1 1 0 1 0 0 2h1.746a1 1 0 0 1 .9.564l1.714 3.542A3.5 3.5 0 0 0 18.5 11h-.843a5.3 5.3 0 0 0-4.74 2.929L11.883 16H6.5a5.5 5.5 0 1 0 5.293 7h1.544a4.5 4.5 0 0 0 4.025-2.488l.506-1.012h-6.243a5.5 5.5 0 0 0-.882-1.5h7.875l.001-.002a3.5 3.5 0 0 0 3.076-2.066l.549 1.135a5.5 5.5 0 1 0 1.8-.872l-.667-1.38c.352.12.73.185 1.123.185H27a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2.5c-1.52 0-2.814.97-3.297 2.323l-1.757-3.63A3 3 0 0 0 16.746 5zm8.139 13.916l1.46 3.02a1 1 0 0 0 1.801-.872l-1.461-3.02Q25.214 18 25.5 18a3.5 3.5 0 1 1-2.361.916M3 21.5a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m20-10a1.5 1.5 0 0 1 1.5-1.5H26v3h-1.5a1.5 1.5 0 0 1-1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 5a1 1 0 1 0 0 2h1.746a1 1 0 0 1 .9.564l1.714 3.542A3.5 3.5 0 0 0 18.5 11h-.843a5.3 5.3 0 0 0-4.74 2.929L11.883 16H6.5a5.5 5.5 0 1 0 5.293 7h1.544a4.5 4.5 0 0 0 4.025-2.488l.506-1.012h-6.243a5.5 5.5 0 0 0-.882-1.5h7.875l.001-.002a3.5 3.5 0 0 0 3.076-2.066l.549 1.135a5.5 5.5 0 1 0 1.8-.872l-.667-1.38c.352.12.73.185 1.123.185H27a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2.5c-1.52 0-2.814.97-3.297 2.323l-1.757-3.63A3 3 0 0 0 16.746 5zm8.139 13.916l1.46 3.02a1 1 0 0 0 1.801-.872l-1.461-3.02Q25.214 18 25.5 18a3.5 3.5 0 1 1-2.361.916M3 21.5a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0m20-10a1.5 1.5 0 0 1 1.5-1.5H26v3h-1.5a1.5 1.5 0 0 1-1.5-1.5"/></svg>
</template>

CSS

.icon-vehicle-motorcycle-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%205a1%201%200%201%200%200%202h1.746a1%201%200%200%201%20.9.564l1.714%203.542A3.5%203.5%200%200%200%2018.5%2011h-.843a5.3%205.3%200%200%200-4.74%202.929L11.883%2016H6.5a5.5%205.5%200%201%200%205.293%207h1.544a4.5%204.5%200%200%200%204.025-2.488l.506-1.012h-6.243a5.5%205.5%200%200%200-.882-1.5h7.875l.001-.002a3.5%203.5%200%200%200%203.076-2.066l.549%201.135a5.5%205.5%200%201%200%201.8-.872l-.667-1.38c.352.12.73.185%201.123.185H27a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1h-2.5c-1.52%200-2.814.97-3.297%202.323l-1.757-3.63A3%203%200%200%200%2016.746%205zm8.139%2013.916l1.46%203.02a1%201%200%200%200%201.801-.872l-1.461-3.02Q25.214%2018%2025.5%2018a3.5%203.5%200%201%201-2.361.916M3%2021.5a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m20-10a1.5%201.5%200%200%201%201.5-1.5H26v3h-1.5a1.5%201.5%200%200%201-1.5-1.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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%205a1%201%200%201%200%200%202h1.746a1%201%200%200%201%20.9.564l1.714%203.542A3.5%203.5%200%200%200%2018.5%2011h-.843a5.3%205.3%200%200%200-4.74%202.929L11.883%2016H6.5a5.5%205.5%200%201%200%205.293%207h1.544a4.5%204.5%200%200%200%204.025-2.488l.506-1.012h-6.243a5.5%205.5%200%200%200-.882-1.5h7.875l.001-.002a3.5%203.5%200%200%200%203.076-2.066l.549%201.135a5.5%205.5%200%201%200%201.8-.872l-.667-1.38c.352.12.73.185%201.123.185H27a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1h-2.5c-1.52%200-2.814.97-3.297%202.323l-1.757-3.63A3%203%200%200%200%2016.746%205zm8.139%2013.916l1.46%203.02a1%201%200%200%200%201.801-.872l-1.461-3.02Q25.214%2018%2025.5%2018a3.5%203.5%200%201%201-2.361.916M3%2021.5a3.5%203.5%200%201%201%207%200a3.5%203.5%200%200%201-7%200m20-10a1.5%201.5%200%200%201%201.5-1.5H26v3h-1.5a1.5%201.5%200%200%201-1.5-1.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-32-filled.svg?color=%231a73e8&size=48