electric rickshaw icon
electric-rickshaw-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- electric-rickshaw-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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
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 electric rickshaw icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 17q-.975 0-1.737-.562T3.2 15H3q-.825 0-1.412-.587T1 13V5q0-.825.588-1.412T3 3h12.05q.45 0 .85.175t.7.525l3.95 4.75q.225.275.338.588T21 9.7v1.45q.875.3 1.438 1.088T23 14q0 1.25-.875 2.125T20 17q-.975 0-1.763-.562T17.15 15h-8.3q-.35.875-1.112 1.438T6 17M3 8h4V5H3zm6 5h5V5H9v3h2q.425 0 .713.288T12 9t-.288.713T11 10H9zm7-4h2.4L16 6.1zm-9.287 5.713Q7 14.425 7 14t-.288-.712T6 13t-.712.288T5 14t.288.713T6 15t.713-.288m14 0Q21 14.426 21 14t-.288-.712T20 13t-.712.288T19 14t.288.713T20 15t.713-.288m-8.438 7.938L7.95 20.475q-.175-.1-.137-.288T8.05 20H11v-1.2q0-.275.238-.425t.487-.025l4.325 2.175q.175.1.138.288T15.95 21H13v1.2q0 .275-.238.425t-.487.025"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsElectricRickshawRounded(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="M6 17q-.975 0-1.737-.562T3.2 15H3q-.825 0-1.412-.587T1 13V5q0-.825.588-1.412T3 3h12.05q.45 0 .85.175t.7.525l3.95 4.75q.225.275.338.588T21 9.7v1.45q.875.3 1.438 1.088T23 14q0 1.25-.875 2.125T20 17q-.975 0-1.763-.562T17.15 15h-8.3q-.35.875-1.112 1.438T6 17M3 8h4V5H3zm6 5h5V5H9v3h2q.425 0 .713.288T12 9t-.288.713T11 10H9zm7-4h2.4L16 6.1zm-9.287 5.713Q7 14.425 7 14t-.288-.712T6 13t-.712.288T5 14t.288.713T6 15t.713-.288m14 0Q21 14.426 21 14t-.288-.712T20 13t-.712.288T19 14t.288.713T20 15t.713-.288m-8.438 7.938L7.95 20.475q-.175-.1-.137-.288T8.05 20H11v-1.2q0-.275.238-.425t.487-.025l4.325 2.175q.175.1.138.288T15.95 21H13v1.2q0 .275-.238.425t-.487.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 17q-.975 0-1.737-.562T3.2 15H3q-.825 0-1.412-.587T1 13V5q0-.825.588-1.412T3 3h12.05q.45 0 .85.175t.7.525l3.95 4.75q.225.275.338.588T21 9.7v1.45q.875.3 1.438 1.088T23 14q0 1.25-.875 2.125T20 17q-.975 0-1.763-.562T17.15 15h-8.3q-.35.875-1.112 1.438T6 17M3 8h4V5H3zm6 5h5V5H9v3h2q.425 0 .713.288T12 9t-.288.713T11 10H9zm7-4h2.4L16 6.1zm-9.287 5.713Q7 14.425 7 14t-.288-.712T6 13t-.712.288T5 14t.288.713T6 15t.713-.288m14 0Q21 14.426 21 14t-.288-.712T20 13t-.712.288T19 14t.288.713T20 15t.713-.288m-8.438 7.938L7.95 20.475q-.175-.1-.137-.288T8.05 20H11v-1.2q0-.275.238-.425t.487-.025l4.325 2.175q.175.1.138.288T15.95 21H13v1.2q0 .275-.238.425t-.487.025"/></svg> </template>
CSS
.icon-electric-rickshaw-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%22M6%2017q-.975%200-1.737-.562T3.2%2015H3q-.825%200-1.412-.587T1%2013V5q0-.825.588-1.412T3%203h12.05q.45%200%20.85.175t.7.525l3.95%204.75q.225.275.338.588T21%209.7v1.45q.875.3%201.438%201.088T23%2014q0%201.25-.875%202.125T20%2017q-.975%200-1.763-.562T17.15%2015h-8.3q-.35.875-1.112%201.438T6%2017M3%208h4V5H3zm6%205h5V5H9v3h2q.425%200%20.713.288T12%209t-.288.713T11%2010H9zm7-4h2.4L16%206.1zm-9.287%205.713Q7%2014.425%207%2014t-.288-.712T6%2013t-.712.288T5%2014t.288.713T6%2015t.713-.288m14%200Q21%2014.426%2021%2014t-.288-.712T20%2013t-.712.288T19%2014t.288.713T20%2015t.713-.288m-8.438%207.938L7.95%2020.475q-.175-.1-.137-.288T8.05%2020H11v-1.2q0-.275.238-.425t.487-.025l4.325%202.175q.175.1.138.288T15.95%2021H13v1.2q0%20.275-.238.425t-.487.025%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%22M6%2017q-.975%200-1.737-.562T3.2%2015H3q-.825%200-1.412-.587T1%2013V5q0-.825.588-1.412T3%203h12.05q.45%200%20.85.175t.7.525l3.95%204.75q.225.275.338.588T21%209.7v1.45q.875.3%201.438%201.088T23%2014q0%201.25-.875%202.125T20%2017q-.975%200-1.763-.562T17.15%2015h-8.3q-.35.875-1.112%201.438T6%2017M3%208h4V5H3zm6%205h5V5H9v3h2q.425%200%20.713.288T12%209t-.288.713T11%2010H9zm7-4h2.4L16%206.1zm-9.287%205.713Q7%2014.425%207%2014t-.288-.712T6%2013t-.712.288T5%2014t.288.713T6%2015t.713-.288m14%200Q21%2014.426%2021%2014t-.288-.712T20%2013t-.712.288T19%2014t.288.713T20%2015t.713-.288m-8.438%207.938L7.95%2020.475q-.175-.1-.137-.288T8.05%2020H11v-1.2q0-.275.238-.425t.487-.025l4.325%202.175q.175.1.138.288T15.95%2021H13v1.2q0%20.275-.238.425t-.487.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/electric-rickshaw-rounded.svg?color=%231a73e8&size=48