vehicle motorcycle icon
vehicle-motorcycle-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- vehicle-motorcycle-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
vehicle-motorcycle-16-regularvehicle-motorcycle-20-filledvehicle-motorcycle-20-regularvehicle-motorcycle-24-filledvehicle-motorcycle-24-regularvehicle-motorcycle-28-filledvehicle-motorcycle-28-regularvehicle-motorcycle-32-filledvehicle-motorcycle-32-regularvehicle-motorcycle-48-filledvehicle-motorcycle-48-regular
Related icons in Fluent UI System Icons
vehicle-bicycle-16-filledvehicle-bus-16-filledvehicle-cab-16-filledvehicle-cable-car-20-filledvehicle-car-16-filledvehicle-car-collision-16-filledvehicle-car-parking-16-filledvehicle-car-profile-16-filledvehicle-car-profile-ltr-16-filledvehicle-car-profile-ltr-clock-16-filledvehicle-car-profile-rtl-16-filledvehicle-rv-16-filledvehicle-ship-16-filledvehicle-subway-16-filledvehicle-subway-clock-16-filledvehicle-tractor-20-filledvehicle-trailer-16-filledvehicle-trailer-arrow-down-16-filledvehicle-truck-16-filledvehicle-truck-bag-20-filledvehicle-truck-checkmark-16-filledvehicle-truck-cube-20-filledvehicle-truck-profile-16-filled
Use the vehicle motorcycle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 3.5a.5.5 0 0 1 .5-.5h1.112a1.5 1.5 0 0 1 1.36.868l.335.722c.274-.359.707-.59 1.193-.59h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1q-.038 0-.075-.002l.497 1.07Q12.2 8 12.5 8a2.5 2.5 0 1 1-1.485.489l-.346-.745A2.5 2.5 0 0 1 8.5 9h-3c.219.29.375.63.45 1h2.814a2.5 2.5 0 0 1-2 1H5.95A2.5 2.5 0 1 1 3.5 8h2.191L6 7.382A2.5 2.5 0 0 1 8.236 6H9.86l-.794-1.71A.5.5 0 0 0 8.612 4H7.5a.5.5 0 0 1-.5-.5m5.047 7.21l-.596-1.282a1.5 1.5 0 1 0 .907-.421l.595 1.282a.5.5 0 0 1-.906.422M3.5 9a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M11 5.5a.5.5 0 0 0 .5.5h.5V5h-.5a.5.5 0 0 0-.5.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentVehicleMotorcycle16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 3.5a.5.5 0 0 1 .5-.5h1.112a1.5 1.5 0 0 1 1.36.868l.335.722c.274-.359.707-.59 1.193-.59h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1q-.038 0-.075-.002l.497 1.07Q12.2 8 12.5 8a2.5 2.5 0 1 1-1.485.489l-.346-.745A2.5 2.5 0 0 1 8.5 9h-3c.219.29.375.63.45 1h2.814a2.5 2.5 0 0 1-2 1H5.95A2.5 2.5 0 1 1 3.5 8h2.191L6 7.382A2.5 2.5 0 0 1 8.236 6H9.86l-.794-1.71A.5.5 0 0 0 8.612 4H7.5a.5.5 0 0 1-.5-.5m5.047 7.21l-.596-1.282a1.5 1.5 0 1 0 .907-.421l.595 1.282a.5.5 0 0 1-.906.422M3.5 9a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M11 5.5a.5.5 0 0 0 .5.5h.5V5h-.5a.5.5 0 0 0-.5.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 3.5a.5.5 0 0 1 .5-.5h1.112a1.5 1.5 0 0 1 1.36.868l.335.722c.274-.359.707-.59 1.193-.59h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1q-.038 0-.075-.002l.497 1.07Q12.2 8 12.5 8a2.5 2.5 0 1 1-1.485.489l-.346-.745A2.5 2.5 0 0 1 8.5 9h-3c.219.29.375.63.45 1h2.814a2.5 2.5 0 0 1-2 1H5.95A2.5 2.5 0 1 1 3.5 8h2.191L6 7.382A2.5 2.5 0 0 1 8.236 6H9.86l-.794-1.71A.5.5 0 0 0 8.612 4H7.5a.5.5 0 0 1-.5-.5m5.047 7.21l-.596-1.282a1.5 1.5 0 1 0 .907-.421l.595 1.282a.5.5 0 0 1-.906.422M3.5 9a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M11 5.5a.5.5 0 0 0 .5.5h.5V5h-.5a.5.5 0 0 0-.5.5"/></svg> </template>
CSS
.icon-vehicle-motorcycle-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%203.5a.5.5%200%200%201%20.5-.5h1.112a1.5%201.5%200%200%201%201.36.868l.335.722c.274-.359.707-.59%201.193-.59h1a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-.5.5h-1q-.038%200-.075-.002l.497%201.07Q12.2%208%2012.5%208a2.5%202.5%200%201%201-1.485.489l-.346-.745A2.5%202.5%200%200%201%208.5%209h-3c.219.29.375.63.45%201h2.814a2.5%202.5%200%200%201-2%201H5.95A2.5%202.5%200%201%201%203.5%208h2.191L6%207.382A2.5%202.5%200%200%201%208.236%206H9.86l-.794-1.71A.5.5%200%200%200%208.612%204H7.5a.5.5%200%200%201-.5-.5m5.047%207.21l-.596-1.282a1.5%201.5%200%201%200%20.907-.421l.595%201.282a.5.5%200%200%201-.906.422M3.5%209a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M11%205.5a.5.5%200%200%200%20.5.5h.5V5h-.5a.5.5%200%200%200-.5.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%203.5a.5.5%200%200%201%20.5-.5h1.112a1.5%201.5%200%200%201%201.36.868l.335.722c.274-.359.707-.59%201.193-.59h1a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-.5.5h-1q-.038%200-.075-.002l.497%201.07Q12.2%208%2012.5%208a2.5%202.5%200%201%201-1.485.489l-.346-.745A2.5%202.5%200%200%201%208.5%209h-3c.219.29.375.63.45%201h2.814a2.5%202.5%200%200%201-2%201H5.95A2.5%202.5%200%201%201%203.5%208h2.191L6%207.382A2.5%202.5%200%200%201%208.236%206H9.86l-.794-1.71A.5.5%200%200%200%208.612%204H7.5a.5.5%200%200%201-.5-.5m5.047%207.21l-.596-1.282a1.5%201.5%200%201%200%20.907-.421l.595%201.282a.5.5%200%200%201-.906.422M3.5%209a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M11%205.5a.5.5%200%200%200%20.5.5h.5V5h-.5a.5.5%200%200%200-.5.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-16-filled.svg?color=%231a73e8&size=48