motorcycle-sharp from Material Symbols by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.

Name
motorcycle-sharp
Set
Material Symbols
Style
Sharp
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the motorcycle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 19q-2.075 0-3.537-1.463T0 14t1.463-3.537T5 9h11.6l-2-2H11V5h4.4l4.05 4.05q1.95.15 3.25 1.575T24 14q0 2.075-1.463 3.538T19 19t-3.537-1.463T14 14q0-.45.063-.888t.237-.862L11.55 15H9.9q-.35 1.75-1.725 2.875T5 19m14-2q1.25 0 2.125-.875T22 14t-.875-2.125T19 11t-2.125.875T16 14t.875 2.125T19 17M5 17q.95 0 1.713-.55T7.8 15H5v-2h2.8q-.325-.9-1.087-1.45T5 11q-1.25 0-2.125.875T2 14t.875 2.125T5 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMotorcycleSharp(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="M5 19q-2.075 0-3.537-1.463T0 14t1.463-3.537T5 9h11.6l-2-2H11V5h4.4l4.05 4.05q1.95.15 3.25 1.575T24 14q0 2.075-1.463 3.538T19 19t-3.537-1.463T14 14q0-.45.063-.888t.237-.862L11.55 15H9.9q-.35 1.75-1.725 2.875T5 19m14-2q1.25 0 2.125-.875T22 14t-.875-2.125T19 11t-2.125.875T16 14t.875 2.125T19 17M5 17q.95 0 1.713-.55T7.8 15H5v-2h2.8q-.325-.9-1.087-1.45T5 11q-1.25 0-2.125.875T2 14t.875 2.125T5 17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 19q-2.075 0-3.537-1.463T0 14t1.463-3.537T5 9h11.6l-2-2H11V5h4.4l4.05 4.05q1.95.15 3.25 1.575T24 14q0 2.075-1.463 3.538T19 19t-3.537-1.463T14 14q0-.45.063-.888t.237-.862L11.55 15H9.9q-.35 1.75-1.725 2.875T5 19m14-2q1.25 0 2.125-.875T22 14t-.875-2.125T19 11t-2.125.875T16 14t.875 2.125T19 17M5 17q.95 0 1.713-.55T7.8 15H5v-2h2.8q-.325-.9-1.087-1.45T5 11q-1.25 0-2.125.875T2 14t.875 2.125T5 17"/></svg>
</template>

CSS

.icon-motorcycle-sharp {
  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%22M5%2019q-2.075%200-3.537-1.463T0%2014t1.463-3.537T5%209h11.6l-2-2H11V5h4.4l4.05%204.05q1.95.15%203.25%201.575T24%2014q0%202.075-1.463%203.538T19%2019t-3.537-1.463T14%2014q0-.45.063-.888t.237-.862L11.55%2015H9.9q-.35%201.75-1.725%202.875T5%2019m14-2q1.25%200%202.125-.875T22%2014t-.875-2.125T19%2011t-2.125.875T16%2014t.875%202.125T19%2017M5%2017q.95%200%201.713-.55T7.8%2015H5v-2h2.8q-.325-.9-1.087-1.45T5%2011q-1.25%200-2.125.875T2%2014t.875%202.125T5%2017%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%22M5%2019q-2.075%200-3.537-1.463T0%2014t1.463-3.537T5%209h11.6l-2-2H11V5h4.4l4.05%204.05q1.95.15%203.25%201.575T24%2014q0%202.075-1.463%203.538T19%2019t-3.537-1.463T14%2014q0-.45.063-.888t.237-.862L11.55%2015H9.9q-.35%201.75-1.725%202.875T5%2019m14-2q1.25%200%202.125-.875T22%2014t-.875-2.125T19%2011t-2.125.875T16%2014t.875%202.125T19%2017M5%2017q.95%200%201.713-.55T7.8%2015H5v-2h2.8q-.325-.9-1.087-1.45T5%2011q-1.25%200-2.125.875T2%2014t.875%202.125T5%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/motorcycle-sharp.svg?color=%231a73e8&size=48