auto rickshaw emoji
auto-rickshaw from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- auto-rickshaw
- Set
- OpenMoji
- Style
- Default
- Category
- Travel Places
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More travel places icons from OpenMoji
Use the auto rickshaw emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M21.128 18.91s1.354 23.99 7.48 25.408l34.759-1.29l.064-22.183s-.258-1.548-1.805-1.805s-40.498-.13-40.498-.13"/><path fill="#6a462f" d="M20.3 19s-1.163 18.51 9.292 25.563H19S11.903 37.408 20.3 19M44 38h20.22v5.514H43V38z"/><circle cx="17.082" cy="49.563" r="5" fill="#d0cfce"/><circle cx="54.609" cy="49.563" r="5" fill="#d0cfce"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.718 37h3.87l.801-7.425"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.087" d="M64.22 44.563H19L17.402 41.6A11.7 11.7 0 0 1 16 36.046v-.765c-.046-1.517.156-3.03.6-4.481L19 22c0-1.471 1.529-4 3-4l39.556.39a2.664 2.664 0 0 1 2.664 2.663z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M45.798 48.471h-20.58"/><circle cx="17.082" cy="49.563" r="5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><circle cx="54.609" cy="49.563" r="5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.087" d="M43 19v25m1-9h20.219M44 38h20.22v5.514H43V38zm17-1l1-5"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.3 19s-1.163 18.51 9.292 25.563M25.642 37v2.785"/><path d="M60.072 44.563c0-.58.47-1.05 1.05-1.05h4.196a1.05 1.05 0 1 1 0 2.098H61.12a1.047 1.047 0 0 1-1.049-1.048"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 42.532c-2.482-1.901-4.851.369-5 .468"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiAutoRickshaw(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M21.128 18.91s1.354 23.99 7.48 25.408l34.759-1.29l.064-22.183s-.258-1.548-1.805-1.805s-40.498-.13-40.498-.13"/><path fill="#6a462f" d="M20.3 19s-1.163 18.51 9.292 25.563H19S11.903 37.408 20.3 19M44 38h20.22v5.514H43V38z"/><circle cx="17.082" cy="49.563" r="5" fill="#d0cfce"/><circle cx="54.609" cy="49.563" r="5" fill="#d0cfce"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M23.718 37h3.87l.801-7.425"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2.087" d="M64.22 44.563H19L17.402 41.6A11.7 11.7 0 0 1 16 36.046v-.765c-.046-1.517.156-3.03.6-4.481L19 22c0-1.471 1.529-4 3-4l39.556.39a2.664 2.664 0 0 1 2.664 2.663z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M45.798 48.471h-20.58"/><circle cx="17.082" cy="49.563" r="5" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/><circle cx="54.609" cy="49.563" r="5" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2.087" d="M43 19v25m1-9h20.219M44 38h20.22v5.514H43V38zm17-1l1-5"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M20.3 19s-1.163 18.51 9.292 25.563M25.642 37v2.785"/><path d="M60.072 44.563c0-.58.47-1.05 1.05-1.05h4.196a1.05 1.05 0 1 1 0 2.098H61.12a1.047 1.047 0 0 1-1.049-1.048"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M18 42.532c-2.482-1.901-4.851.369-5 .468"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M21.128 18.91s1.354 23.99 7.48 25.408l34.759-1.29l.064-22.183s-.258-1.548-1.805-1.805s-40.498-.13-40.498-.13"/><path fill="#6a462f" d="M20.3 19s-1.163 18.51 9.292 25.563H19S11.903 37.408 20.3 19M44 38h20.22v5.514H43V38z"/><circle cx="17.082" cy="49.563" r="5" fill="#d0cfce"/><circle cx="54.609" cy="49.563" r="5" fill="#d0cfce"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.718 37h3.87l.801-7.425"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.087" d="M64.22 44.563H19L17.402 41.6A11.7 11.7 0 0 1 16 36.046v-.765c-.046-1.517.156-3.03.6-4.481L19 22c0-1.471 1.529-4 3-4l39.556.39a2.664 2.664 0 0 1 2.664 2.663z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M45.798 48.471h-20.58"/><circle cx="17.082" cy="49.563" r="5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><circle cx="54.609" cy="49.563" r="5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.087" d="M43 19v25m1-9h20.219M44 38h20.22v5.514H43V38zm17-1l1-5"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.3 19s-1.163 18.51 9.292 25.563M25.642 37v2.785"/><path d="M60.072 44.563c0-.58.47-1.05 1.05-1.05h4.196a1.05 1.05 0 1 1 0 2.098H61.12a1.047 1.047 0 0 1-1.049-1.048"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 42.532c-2.482-1.901-4.851.369-5 .468"/></svg> </template>
CSS
.icon-auto-rickshaw {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.128%2018.91s1.354%2023.99%207.48%2025.408l34.759-1.29l.064-22.183s-.258-1.548-1.805-1.805s-40.498-.13-40.498-.13%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M20.3%2019s-1.163%2018.51%209.292%2025.563H19S11.903%2037.408%2020.3%2019M44%2038h20.22v5.514H43V38z%22%2F%3E%3Ccircle%20cx%3D%2217.082%22%20cy%3D%2249.563%22%20r%3D%225%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2254.609%22%20cy%3D%2249.563%22%20r%3D%225%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M23.718%2037h3.87l.801-7.425%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.087%22%20d%3D%22M64.22%2044.563H19L17.402%2041.6A11.7%2011.7%200%200%201%2016%2036.046v-.765c-.046-1.517.156-3.03.6-4.481L19%2022c0-1.471%201.529-4%203-4l39.556.39a2.664%202.664%200%200%201%202.664%202.663z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M45.798%2048.471h-20.58%22%2F%3E%3Ccircle%20cx%3D%2217.082%22%20cy%3D%2249.563%22%20r%3D%225%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2254.609%22%20cy%3D%2249.563%22%20r%3D%225%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.087%22%20d%3D%22M43%2019v25m1-9h20.219M44%2038h20.22v5.514H43V38zm17-1l1-5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20.3%2019s-1.163%2018.51%209.292%2025.563M25.642%2037v2.785%22%2F%3E%3Cpath%20d%3D%22M60.072%2044.563c0-.58.47-1.05%201.05-1.05h4.196a1.05%201.05%200%201%201%200%202.098H61.12a1.047%201.047%200%200%201-1.049-1.048%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18%2042.532c-2.482-1.901-4.851.369-5%20.468%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.128%2018.91s1.354%2023.99%207.48%2025.408l34.759-1.29l.064-22.183s-.258-1.548-1.805-1.805s-40.498-.13-40.498-.13%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M20.3%2019s-1.163%2018.51%209.292%2025.563H19S11.903%2037.408%2020.3%2019M44%2038h20.22v5.514H43V38z%22%2F%3E%3Ccircle%20cx%3D%2217.082%22%20cy%3D%2249.563%22%20r%3D%225%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2254.609%22%20cy%3D%2249.563%22%20r%3D%225%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M23.718%2037h3.87l.801-7.425%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.087%22%20d%3D%22M64.22%2044.563H19L17.402%2041.6A11.7%2011.7%200%200%201%2016%2036.046v-.765c-.046-1.517.156-3.03.6-4.481L19%2022c0-1.471%201.529-4%203-4l39.556.39a2.664%202.664%200%200%201%202.664%202.663z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M45.798%2048.471h-20.58%22%2F%3E%3Ccircle%20cx%3D%2217.082%22%20cy%3D%2249.563%22%20r%3D%225%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20cx%3D%2254.609%22%20cy%3D%2249.563%22%20r%3D%225%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.087%22%20d%3D%22M43%2019v25m1-9h20.219M44%2038h20.22v5.514H43V38zm17-1l1-5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20.3%2019s-1.163%2018.51%209.292%2025.563M25.642%2037v2.785%22%2F%3E%3Cpath%20d%3D%22M60.072%2044.563c0-.58.47-1.05%201.05-1.05h4.196a1.05%201.05%200%201%201%200%202.098H61.12a1.047%201.047%200%200%201-1.049-1.048%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18%2042.532c-2.482-1.901-4.851.369-5%20.468%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/auto-rickshaw.svg?color=%231a73e8&size=48