electric rickshaw icon

electric-rickshaw-sharp from Material Symbols Light by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.

Name
electric-rickshaw-sharp
Set
Material Symbols Light
Style
Sharp
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

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.192 16.616q-1.013 0-1.708-.64t-.861-1.514H2.308V4h13.756l4.167 5.423v2.227q.644.3 1.053.905T21.692 14q0 1.077-.769 1.846t-1.846.77q-1.014 0-1.705-.63t-.876-1.525H8.773q-.177.875-.862 1.515q-.686.64-1.719.64M3.308 8.5h4.5V5h-4.5zm5.5 5.039h5.961V5H8.808v3.5h3.5v1h-3.5zM15.769 9.5h3.246L15.77 5.254zm-8.431 5.645q.47-.47.47-1.145t-.47-1.145t-1.146-.47t-1.145.47T4.577 14t.47 1.145t1.145.47t1.146-.47m12.884 0q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47 1.145t.47 1.145t1.145.47t1.145-.47m-7.068 7.509l-5.115-2.577h3.384v-1.73l5.116 2.576h-3.385z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightElectricRickshawSharp(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.192 16.616q-1.013 0-1.708-.64t-.861-1.514H2.308V4h13.756l4.167 5.423v2.227q.644.3 1.053.905T21.692 14q0 1.077-.769 1.846t-1.846.77q-1.014 0-1.705-.63t-.876-1.525H8.773q-.177.875-.862 1.515q-.686.64-1.719.64M3.308 8.5h4.5V5h-4.5zm5.5 5.039h5.961V5H8.808v3.5h3.5v1h-3.5zM15.769 9.5h3.246L15.77 5.254zm-8.431 5.645q.47-.47.47-1.145t-.47-1.145t-1.146-.47t-1.145.47T4.577 14t.47 1.145t1.145.47t1.146-.47m12.884 0q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47 1.145t.47 1.145t1.145.47t1.145-.47m-7.068 7.509l-5.115-2.577h3.384v-1.73l5.116 2.576h-3.385z"/></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.192 16.616q-1.013 0-1.708-.64t-.861-1.514H2.308V4h13.756l4.167 5.423v2.227q.644.3 1.053.905T21.692 14q0 1.077-.769 1.846t-1.846.77q-1.014 0-1.705-.63t-.876-1.525H8.773q-.177.875-.862 1.515q-.686.64-1.719.64M3.308 8.5h4.5V5h-4.5zm5.5 5.039h5.961V5H8.808v3.5h3.5v1h-3.5zM15.769 9.5h3.246L15.77 5.254zm-8.431 5.645q.47-.47.47-1.145t-.47-1.145t-1.146-.47t-1.145.47T4.577 14t.47 1.145t1.145.47t1.146-.47m12.884 0q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47 1.145t.47 1.145t1.145.47t1.145-.47m-7.068 7.509l-5.115-2.577h3.384v-1.73l5.116 2.576h-3.385z"/></svg>
</template>

CSS

.icon-electric-rickshaw-sharp {
  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.192%2016.616q-1.013%200-1.708-.64t-.861-1.514H2.308V4h13.756l4.167%205.423v2.227q.644.3%201.053.905T21.692%2014q0%201.077-.769%201.846t-1.846.77q-1.014%200-1.705-.63t-.876-1.525H8.773q-.177.875-.862%201.515q-.686.64-1.719.64M3.308%208.5h4.5V5h-4.5zm5.5%205.039h5.961V5H8.808v3.5h3.5v1h-3.5zM15.769%209.5h3.246L15.77%205.254zm-8.431%205.645q.47-.47.47-1.145t-.47-1.145t-1.146-.47t-1.145.47T4.577%2014t.47%201.145t1.145.47t1.146-.47m12.884%200q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47%201.145t.47%201.145t1.145.47t1.145-.47m-7.068%207.509l-5.115-2.577h3.384v-1.73l5.116%202.576h-3.385z%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.192%2016.616q-1.013%200-1.708-.64t-.861-1.514H2.308V4h13.756l4.167%205.423v2.227q.644.3%201.053.905T21.692%2014q0%201.077-.769%201.846t-1.846.77q-1.014%200-1.705-.63t-.876-1.525H8.773q-.177.875-.862%201.515q-.686.64-1.719.64M3.308%208.5h4.5V5h-4.5zm5.5%205.039h5.961V5H8.808v3.5h3.5v1h-3.5zM15.769%209.5h3.246L15.77%205.254zm-8.431%205.645q.47-.47.47-1.145t-.47-1.145t-1.146-.47t-1.145.47T4.577%2014t.47%201.145t1.145.47t1.146-.47m12.884%200q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47%201.145t.47%201.145t1.145.47t1.145-.47m-7.068%207.509l-5.115-2.577h3.384v-1.73l5.116%202.576h-3.385z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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