two wheeler icon
two-wheeler-outline from Material Symbols by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- two-wheeler-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- two-wheeler-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
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 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 MaterialSymbolsTwoWheelerOutline(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 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-.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 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 {
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%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-.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%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.svg?color=%231a73e8&size=48