two-wheeler from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
two-wheeler
Set
Material Symbols
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
two-wheeler-sharp

3 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the two wheeler icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19q-1.65 0-2.825-1.175T0 15q0-1.425.913-2.525T3.25 11.1l-.7-.6H0V9h4.5L7 10.5L11 9h3.15L12.6 7H10V5h3.55l2.1 2.7L19 6v3h-2.3l1.75 2.3q.375-.15.763-.225T20 11q1.65 0 2.825 1.175T24 15t-1.175 2.825T20 19t-2.825-1.175T16 15q0-.675.238-1.312T16.9 12.5l-.5-.6L13 17h-3l-2-1.75q-.125 1.575-1.275 2.663T4 19m0-2q.825 0 1.413-.587T6 15t-.587-1.412T4 13t-1.412.588T2 15t.588 1.413T4 17m16 0q.825 0 1.413-.587T22 15t-.587-1.412T20 13t-1.412.588T18 15t.588 1.413T20 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTwoWheeler(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="M4 19q-1.65 0-2.825-1.175T0 15q0-1.425.913-2.525T3.25 11.1l-.7-.6H0V9h4.5L7 10.5L11 9h3.15L12.6 7H10V5h3.55l2.1 2.7L19 6v3h-2.3l1.75 2.3q.375-.15.763-.225T20 11q1.65 0 2.825 1.175T24 15t-1.175 2.825T20 19t-2.825-1.175T16 15q0-.675.238-1.312T16.9 12.5l-.5-.6L13 17h-3l-2-1.75q-.125 1.575-1.275 2.663T4 19m0-2q.825 0 1.413-.587T6 15t-.587-1.412T4 13t-1.412.588T2 15t.588 1.413T4 17m16 0q.825 0 1.413-.587T22 15t-.587-1.412T20 13t-1.412.588T18 15t.588 1.413T20 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="M4 19q-1.65 0-2.825-1.175T0 15q0-1.425.913-2.525T3.25 11.1l-.7-.6H0V9h4.5L7 10.5L11 9h3.15L12.6 7H10V5h3.55l2.1 2.7L19 6v3h-2.3l1.75 2.3q.375-.15.763-.225T20 11q1.65 0 2.825 1.175T24 15t-1.175 2.825T20 19t-2.825-1.175T16 15q0-.675.238-1.312T16.9 12.5l-.5-.6L13 17h-3l-2-1.75q-.125 1.575-1.275 2.663T4 19m0-2q.825 0 1.413-.587T6 15t-.587-1.412T4 13t-1.412.588T2 15t.588 1.413T4 17m16 0q.825 0 1.413-.587T22 15t-.587-1.412T20 13t-1.412.588T18 15t.588 1.413T20 17"/></svg>
</template>

CSS

.icon-two-wheeler {
  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%22M4%2019q-1.65%200-2.825-1.175T0%2015q0-1.425.913-2.525T3.25%2011.1l-.7-.6H0V9h4.5L7%2010.5L11%209h3.15L12.6%207H10V5h3.55l2.1%202.7L19%206v3h-2.3l1.75%202.3q.375-.15.763-.225T20%2011q1.65%200%202.825%201.175T24%2015t-1.175%202.825T20%2019t-2.825-1.175T16%2015q0-.675.238-1.312T16.9%2012.5l-.5-.6L13%2017h-3l-2-1.75q-.125%201.575-1.275%202.663T4%2019m0-2q.825%200%201.413-.587T6%2015t-.587-1.412T4%2013t-1.412.588T2%2015t.588%201.413T4%2017m16%200q.825%200%201.413-.587T22%2015t-.587-1.412T20%2013t-1.412.588T18%2015t.588%201.413T20%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%22M4%2019q-1.65%200-2.825-1.175T0%2015q0-1.425.913-2.525T3.25%2011.1l-.7-.6H0V9h4.5L7%2010.5L11%209h3.15L12.6%207H10V5h3.55l2.1%202.7L19%206v3h-2.3l1.75%202.3q.375-.15.763-.225T20%2011q1.65%200%202.825%201.175T24%2015t-1.175%202.825T20%2019t-2.825-1.175T16%2015q0-.675.238-1.312T16.9%2012.5l-.5-.6L13%2017h-3l-2-1.75q-.125%201.575-1.275%202.663T4%2019m0-2q.825%200%201.413-.587T6%2015t-.587-1.412T4%2013t-1.412.588T2%2015t.588%201.413T4%2017m16%200q.825%200%201.413-.587T22%2015t-.587-1.412T20%2013t-1.412.588T18%2015t.588%201.413T20%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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