vehicle motorcycle icon

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

Name
vehicle-motorcycle-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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 7H9.854a3.5 3.5 0 0 0-3.13 1.935L6.19 10H4a3 3 0 1 0 2.83 4h1.934A2.5 2.5 0 0 0 11 12.618L11.809 11H12a2 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.492M15 6h1v2h-1a1 1 0 1 1 0-2m-8.764 5h4.455l-.585 1.17a1.5 1.5 0 0 1-1.342.83H7c0-.768-.289-1.47-.764-2m5.275-1H7.309l.309-.618A2.5 2.5 0 0 1 9.854 8H12a1 1 0 1 1 0 2zM4 11a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleMotorcycle20Regular(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 7H9.854a3.5 3.5 0 0 0-3.13 1.935L6.19 10H4a3 3 0 1 0 2.83 4h1.934A2.5 2.5 0 0 0 11 12.618L11.809 11H12a2 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.492M15 6h1v2h-1a1 1 0 1 1 0-2m-8.764 5h4.455l-.585 1.17a1.5 1.5 0 0 1-1.342.83H7c0-.768-.289-1.47-.764-2m5.275-1H7.309l.309-.618A2.5 2.5 0 0 1 9.854 8H12a1 1 0 1 1 0 2zM4 11a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></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 7H9.854a3.5 3.5 0 0 0-3.13 1.935L6.19 10H4a3 3 0 1 0 2.83 4h1.934A2.5 2.5 0 0 0 11 12.618L11.809 11H12a2 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.492M15 6h1v2h-1a1 1 0 1 1 0-2m-8.764 5h4.455l-.585 1.17a1.5 1.5 0 0 1-1.342.83H7c0-.768-.289-1.47-.764-2m5.275-1H7.309l.309-.618A2.5 2.5 0 0 1 9.854 8H12a1 1 0 1 1 0 2zM4 11a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
</template>

CSS

.icon-vehicle-motorcycle-20-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%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%207H9.854a3.5%203.5%200%200%200-3.13%201.935L6.19%2010H4a3%203%200%201%200%202.83%204h1.934A2.5%202.5%200%200%200%2011%2012.618L11.809%2011H12a2%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.492M15%206h1v2h-1a1%201%200%201%201%200-2m-8.764%205h4.455l-.585%201.17a1.5%201.5%200%200%201-1.342.83H7c0-.768-.289-1.47-.764-2m5.275-1H7.309l.309-.618A2.5%202.5%200%200%201%209.854%208H12a1%201%200%201%201%200%202zM4%2011a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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%207H9.854a3.5%203.5%200%200%200-3.13%201.935L6.19%2010H4a3%203%200%201%200%202.83%204h1.934A2.5%202.5%200%200%200%2011%2012.618L11.809%2011H12a2%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.492M15%206h1v2h-1a1%201%200%201%201%200-2m-8.764%205h4.455l-.585%201.17a1.5%201.5%200%200%201-1.342.83H7c0-.768-.289-1.47-.764-2m5.275-1H7.309l.309-.618A2.5%202.5%200%200%201%209.854%208H12a1%201%200%201%201%200%202zM4%2011a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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-regular.svg?color=%231a73e8&size=48