vehicle motorcycle icon

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

Name
vehicle-motorcycle-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M9.5 3a.5.5 0 0 0 0 1h1.132a.5.5 0 0 1 .447.276l1.39 2.78A2 2 0 0 0 12 7h-.646a3.5 3.5 0 0 0-3.13 1.935L7.69 10H4a3 3 0 1 0 2.83 4h1.934a2.5 2.5 0 0 0 2.132-1.195a.5.5 0 0 0 .067-.116l.037-.071l.309-.618h-4.48a3 3 0 0 0-.593-1H12a2 2 0 0 0 1.837-1.208l.393.786a3 3 0 1 0 .894-.448l-.593-1.185Q14.757 9 15 9h1.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5H15a2 2 0 0 0-1.837 1.208l-1.19-2.379A1.5 1.5 0 0 0 10.633 3zm5.187 8.492l.866 1.732a.5.5 0 1 0 .894-.448l-.866-1.732Q15.784 11 16 11a2 2 0 1 1-1.313.492M14 7a1 1 0 0 1 1-1h1v2h-1a1 1 0 0 1-1-1M2 13a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleMotorcycle20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 3a.5.5 0 0 0 0 1h1.132a.5.5 0 0 1 .447.276l1.39 2.78A2 2 0 0 0 12 7h-.646a3.5 3.5 0 0 0-3.13 1.935L7.69 10H4a3 3 0 1 0 2.83 4h1.934a2.5 2.5 0 0 0 2.132-1.195a.5.5 0 0 0 .067-.116l.037-.071l.309-.618h-4.48a3 3 0 0 0-.593-1H12a2 2 0 0 0 1.837-1.208l.393.786a3 3 0 1 0 .894-.448l-.593-1.185Q14.757 9 15 9h1.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5H15a2 2 0 0 0-1.837 1.208l-1.19-2.379A1.5 1.5 0 0 0 10.633 3zm5.187 8.492l.866 1.732a.5.5 0 1 0 .894-.448l-.866-1.732Q15.784 11 16 11a2 2 0 1 1-1.313.492M14 7a1 1 0 0 1 1-1h1v2h-1a1 1 0 0 1-1-1M2 13a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.5 3a.5.5 0 0 0 0 1h1.132a.5.5 0 0 1 .447.276l1.39 2.78A2 2 0 0 0 12 7h-.646a3.5 3.5 0 0 0-3.13 1.935L7.69 10H4a3 3 0 1 0 2.83 4h1.934a2.5 2.5 0 0 0 2.132-1.195a.5.5 0 0 0 .067-.116l.037-.071l.309-.618h-4.48a3 3 0 0 0-.593-1H12a2 2 0 0 0 1.837-1.208l.393.786a3 3 0 1 0 .894-.448l-.593-1.185Q14.757 9 15 9h1.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5H15a2 2 0 0 0-1.837 1.208l-1.19-2.379A1.5 1.5 0 0 0 10.633 3zm5.187 8.492l.866 1.732a.5.5 0 1 0 .894-.448l-.866-1.732Q15.784 11 16 11a2 2 0 1 1-1.313.492M14 7a1 1 0 0 1 1-1h1v2h-1a1 1 0 0 1-1-1M2 13a2 2 0 1 1 4 0a2 2 0 0 1-4 0"/></svg>
</template>

CSS

.icon-vehicle-motorcycle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%203a.5.5%200%200%200%200%201h1.132a.5.5%200%200%201%20.447.276l1.39%202.78A2%202%200%200%200%2012%207h-.646a3.5%203.5%200%200%200-3.13%201.935L7.69%2010H4a3%203%200%201%200%202.83%204h1.934a2.5%202.5%200%200%200%202.132-1.195a.5.5%200%200%200%20.067-.116l.037-.071l.309-.618h-4.48a3%203%200%200%200-.593-1H12a2%202%200%200%200%201.837-1.208l.393.786a3%203%200%201%200%20.894-.448l-.593-1.185Q14.757%209%2015%209h1.5a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-.5-.5H15a2%202%200%200%200-1.837%201.208l-1.19-2.379A1.5%201.5%200%200%200%2010.633%203zm5.187%208.492l.866%201.732a.5.5%200%201%200%20.894-.448l-.866-1.732Q15.784%2011%2016%2011a2%202%200%201%201-1.313.492M14%207a1%201%200%200%201%201-1h1v2h-1a1%201%200%200%201-1-1M2%2013a2%202%200%201%201%204%200a2%202%200%200%201-4%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%203a.5.5%200%200%200%200%201h1.132a.5.5%200%200%201%20.447.276l1.39%202.78A2%202%200%200%200%2012%207h-.646a3.5%203.5%200%200%200-3.13%201.935L7.69%2010H4a3%203%200%201%200%202.83%204h1.934a2.5%202.5%200%200%200%202.132-1.195a.5.5%200%200%200%20.067-.116l.037-.071l.309-.618h-4.48a3%203%200%200%200-.593-1H12a2%202%200%200%200%201.837-1.208l.393.786a3%203%200%201%200%20.894-.448l-.593-1.185Q14.757%209%2015%209h1.5a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-.5-.5H15a2%202%200%200%200-1.837%201.208l-1.19-2.379A1.5%201.5%200%200%200%2010.633%203zm5.187%208.492l.866%201.732a.5.5%200%201%200%20.894-.448l-.866-1.732Q15.784%2011%2016%2011a2%202%200%201%201-1.313.492M14%207a1%201%200%200%201%201-1h1v2h-1a1%201%200%200%201-1-1M2%2013a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-motorcycle-20-filled.svg?color=%231a73e8&size=48