two-wheeler-outline-rounded from Material Symbols by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
two-wheeler-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0

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-.6H.75q-.325 0-.537-.213T0 9.75t.213-.537T.75 9H4.5L7 10.5l3.65-1.375q.175-.05.35-.088T11.375 9h2.775L12.6 7H11q-.425 0-.712-.288T10 6t.288-.712T11 5h1.575q.475 0 .888.213t.687.562l1.5 1.925l2.625-1.325q.25-.125.488.025t.237.425V8.5q0 .2-.15.35T18.5 9h-1.8l1.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-.6l-3.1 4.65q-.125.2-.35.325t-.475.125h-2.1q-.2 0-.362-.062t-.288-.188L8 15.25q-.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 17m7.35-6l-3.6 1.35zh3.25zM20 17q.825 0 1.413-.587T22 15t-.587-1.412T20 13t-1.412.588T18 15t.588 1.413T20 17m-8.05-2l2.65-4h-3.25l-3.6 1.35l3 2.65z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTwoWheelerOutlineRounded(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-.6H.75q-.325 0-.537-.213T0 9.75t.213-.537T.75 9H4.5L7 10.5l3.65-1.375q.175-.05.35-.088T11.375 9h2.775L12.6 7H11q-.425 0-.712-.288T10 6t.288-.712T11 5h1.575q.475 0 .888.213t.687.562l1.5 1.925l2.625-1.325q.25-.125.488.025t.237.425V8.5q0 .2-.15.35T18.5 9h-1.8l1.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-.6l-3.1 4.65q-.125.2-.35.325t-.475.125h-2.1q-.2 0-.362-.062t-.288-.188L8 15.25q-.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 17m7.35-6l-3.6 1.35zh3.25zM20 17q.825 0 1.413-.587T22 15t-.587-1.412T20 13t-1.412.588T18 15t.588 1.413T20 17m-8.05-2l2.65-4h-3.25l-3.6 1.35l3 2.65z"/></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-.6H.75q-.325 0-.537-.213T0 9.75t.213-.537T.75 9H4.5L7 10.5l3.65-1.375q.175-.05.35-.088T11.375 9h2.775L12.6 7H11q-.425 0-.712-.288T10 6t.288-.712T11 5h1.575q.475 0 .888.213t.687.562l1.5 1.925l2.625-1.325q.25-.125.488.025t.237.425V8.5q0 .2-.15.35T18.5 9h-1.8l1.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-.6l-3.1 4.65q-.125.2-.35.325t-.475.125h-2.1q-.2 0-.362-.062t-.288-.188L8 15.25q-.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 17m7.35-6l-3.6 1.35zh3.25zM20 17q.825 0 1.413-.587T22 15t-.587-1.412T20 13t-1.412.588T18 15t.588 1.413T20 17m-8.05-2l2.65-4h-3.25l-3.6 1.35l3 2.65z"/></svg>
</template>

CSS

.icon-two-wheeler-outline-rounded {
  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-.6H.75q-.325%200-.537-.213T0%209.75t.213-.537T.75%209H4.5L7%2010.5l3.65-1.375q.175-.05.35-.088T11.375%209h2.775L12.6%207H11q-.425%200-.712-.288T10%206t.288-.712T11%205h1.575q.475%200%20.888.213t.687.562l1.5%201.925l2.625-1.325q.25-.125.488.025t.237.425V8.5q0%20.2-.15.35T18.5%209h-1.8l1.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-.6l-3.1%204.65q-.125.2-.35.325t-.475.125h-2.1q-.2%200-.362-.062t-.288-.188L8%2015.25q-.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%2017m7.35-6l-3.6%201.35zh3.25zM20%2017q.825%200%201.413-.587T22%2015t-.587-1.412T20%2013t-1.412.588T18%2015t.588%201.413T20%2017m-8.05-2l2.65-4h-3.25l-3.6%201.35l3%202.65z%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-.6H.75q-.325%200-.537-.213T0%209.75t.213-.537T.75%209H4.5L7%2010.5l3.65-1.375q.175-.05.35-.088T11.375%209h2.775L12.6%207H11q-.425%200-.712-.288T10%206t.288-.712T11%205h1.575q.475%200%20.888.213t.687.562l1.5%201.925l2.625-1.325q.25-.125.488.025t.237.425V8.5q0%20.2-.15.35T18.5%209h-1.8l1.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-.6l-3.1%204.65q-.125.2-.35.325t-.475.125h-2.1q-.2%200-.362-.062t-.288-.188L8%2015.25q-.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%2017m7.35-6l-3.6%201.35zh3.25zM20%2017q.825%200%201.413-.587T22%2015t-.587-1.412T20%2013t-1.412.588T18%2015t.588%201.413T20%2017m-8.05-2l2.65-4h-3.25l-3.6%201.35l3%202.65z%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-outline-rounded.svg?color=%231a73e8&size=48