two wheeler icon
two-wheeler-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- two-wheeler-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
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 18.5q-1.458 0-2.479-1.021T.5 15q0-1.406.96-2.41q.961-1.003 2.367-1.067h.73l-1.584-1.33H.943q-.191 0-.317-.127Q.5 9.94.5 9.75t.126-.316t.316-.126H4.04l2.923 1.73l3.842-1.432q.137-.05.283-.078t.288-.028h3.814l-2.166-2.77q-.096-.114-.221-.172t-.279-.058H11q-.213 0-.357-.143T10.5 6t.143-.357T11 5.5h1.537q.378 0 .714.165q.336.164.553.456l1.384 1.771l2.414-.883q.212-.067.382.045q.17.111.17.329v.751q0 .162-.121.283t-.283.121H15.7l2.635 3.377q.375-.226.8-.32T20 11.5q1.458 0 2.479 1.021T23.5 15t-1.021 2.479T20 18.5t-2.479-1.021T16.5 15q0-.713.276-1.341t.778-1.12l-1.192-1.524l-3.35 5.112q-.126.162-.293.267t-.378.106h-1.85q-.143 0-.276-.043q-.134-.044-.24-.15L7.5 14.174v.885q-.029 1.44-1.044 2.441T4 18.5m0-1q1.056 0 1.778-.722T6.5 15t-.722-1.778T4 12.5t-1.778.722T1.5 15t.722 1.778T4 17.5m16 0q1.056 0 1.778-.722T22.5 15t-.722-1.778T20 12.5t-1.778.722T17.5 15t.722 1.778T20 17.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTwoWheelerRounded(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 18.5q-1.458 0-2.479-1.021T.5 15q0-1.406.96-2.41q.961-1.003 2.367-1.067h.73l-1.584-1.33H.943q-.191 0-.317-.127Q.5 9.94.5 9.75t.126-.316t.316-.126H4.04l2.923 1.73l3.842-1.432q.137-.05.283-.078t.288-.028h3.814l-2.166-2.77q-.096-.114-.221-.172t-.279-.058H11q-.213 0-.357-.143T10.5 6t.143-.357T11 5.5h1.537q.378 0 .714.165q.336.164.553.456l1.384 1.771l2.414-.883q.212-.067.382.045q.17.111.17.329v.751q0 .162-.121.283t-.283.121H15.7l2.635 3.377q.375-.226.8-.32T20 11.5q1.458 0 2.479 1.021T23.5 15t-1.021 2.479T20 18.5t-2.479-1.021T16.5 15q0-.713.276-1.341t.778-1.12l-1.192-1.524l-3.35 5.112q-.126.162-.293.267t-.378.106h-1.85q-.143 0-.276-.043q-.134-.044-.24-.15L7.5 14.174v.885q-.029 1.44-1.044 2.441T4 18.5m0-1q1.056 0 1.778-.722T6.5 15t-.722-1.778T4 12.5t-1.778.722T1.5 15t.722 1.778T4 17.5m16 0q1.056 0 1.778-.722T22.5 15t-.722-1.778T20 12.5t-1.778.722T17.5 15t.722 1.778T20 17.5"/></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 18.5q-1.458 0-2.479-1.021T.5 15q0-1.406.96-2.41q.961-1.003 2.367-1.067h.73l-1.584-1.33H.943q-.191 0-.317-.127Q.5 9.94.5 9.75t.126-.316t.316-.126H4.04l2.923 1.73l3.842-1.432q.137-.05.283-.078t.288-.028h3.814l-2.166-2.77q-.096-.114-.221-.172t-.279-.058H11q-.213 0-.357-.143T10.5 6t.143-.357T11 5.5h1.537q.378 0 .714.165q.336.164.553.456l1.384 1.771l2.414-.883q.212-.067.382.045q.17.111.17.329v.751q0 .162-.121.283t-.283.121H15.7l2.635 3.377q.375-.226.8-.32T20 11.5q1.458 0 2.479 1.021T23.5 15t-1.021 2.479T20 18.5t-2.479-1.021T16.5 15q0-.713.276-1.341t.778-1.12l-1.192-1.524l-3.35 5.112q-.126.162-.293.267t-.378.106h-1.85q-.143 0-.276-.043q-.134-.044-.24-.15L7.5 14.174v.885q-.029 1.44-1.044 2.441T4 18.5m0-1q1.056 0 1.778-.722T6.5 15t-.722-1.778T4 12.5t-1.778.722T1.5 15t.722 1.778T4 17.5m16 0q1.056 0 1.778-.722T22.5 15t-.722-1.778T20 12.5t-1.778.722T17.5 15t.722 1.778T20 17.5"/></svg> </template>
CSS
.icon-two-wheeler-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%2018.5q-1.458%200-2.479-1.021T.5%2015q0-1.406.96-2.41q.961-1.003%202.367-1.067h.73l-1.584-1.33H.943q-.191%200-.317-.127Q.5%209.94.5%209.75t.126-.316t.316-.126H4.04l2.923%201.73l3.842-1.432q.137-.05.283-.078t.288-.028h3.814l-2.166-2.77q-.096-.114-.221-.172t-.279-.058H11q-.213%200-.357-.143T10.5%206t.143-.357T11%205.5h1.537q.378%200%20.714.165q.336.164.553.456l1.384%201.771l2.414-.883q.212-.067.382.045q.17.111.17.329v.751q0%20.162-.121.283t-.283.121H15.7l2.635%203.377q.375-.226.8-.32T20%2011.5q1.458%200%202.479%201.021T23.5%2015t-1.021%202.479T20%2018.5t-2.479-1.021T16.5%2015q0-.713.276-1.341t.778-1.12l-1.192-1.524l-3.35%205.112q-.126.162-.293.267t-.378.106h-1.85q-.143%200-.276-.043q-.134-.044-.24-.15L7.5%2014.174v.885q-.029%201.44-1.044%202.441T4%2018.5m0-1q1.056%200%201.778-.722T6.5%2015t-.722-1.778T4%2012.5t-1.778.722T1.5%2015t.722%201.778T4%2017.5m16%200q1.056%200%201.778-.722T22.5%2015t-.722-1.778T20%2012.5t-1.778.722T17.5%2015t.722%201.778T20%2017.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2018.5q-1.458%200-2.479-1.021T.5%2015q0-1.406.96-2.41q.961-1.003%202.367-1.067h.73l-1.584-1.33H.943q-.191%200-.317-.127Q.5%209.94.5%209.75t.126-.316t.316-.126H4.04l2.923%201.73l3.842-1.432q.137-.05.283-.078t.288-.028h3.814l-2.166-2.77q-.096-.114-.221-.172t-.279-.058H11q-.213%200-.357-.143T10.5%206t.143-.357T11%205.5h1.537q.378%200%20.714.165q.336.164.553.456l1.384%201.771l2.414-.883q.212-.067.382.045q.17.111.17.329v.751q0%20.162-.121.283t-.283.121H15.7l2.635%203.377q.375-.226.8-.32T20%2011.5q1.458%200%202.479%201.021T23.5%2015t-1.021%202.479T20%2018.5t-2.479-1.021T16.5%2015q0-.713.276-1.341t.778-1.12l-1.192-1.524l-3.35%205.112q-.126.162-.293.267t-.378.106h-1.85q-.143%200-.276-.043q-.134-.044-.24-.15L7.5%2014.174v.885q-.029%201.44-1.044%202.441T4%2018.5m0-1q1.056%200%201.778-.722T6.5%2015t-.722-1.778T4%2012.5t-1.778.722T1.5%2015t.722%201.778T4%2017.5m16%200q1.056%200%201.778-.722T22.5%2015t-.722-1.778T20%2012.5t-1.778.722T17.5%2015t.722%201.778T20%2017.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/two-wheeler-rounded.svg?color=%231a73e8&size=48