jeepney from Material Design Icons by Pictogrammers · Filled · Transportation + Road · Apache-2.0 Free for personal and commercial use.

Name
jeepney
Set
Material Design Icons
Style
Filled
Category
Transportation + Road
Viewbox
24×24
License
Apache 2.0

More transportation + road icons from Material Design Icons

Use the jeepney icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 13V7h1V4H4v3h1v6H2c0 .93.5 1.71 1.5 1.93V20a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h11v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-5.07c1-.23 1.5-1 1.5-1.93zM8 15a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 8 12a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 8 15m8 0a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 16 12a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 16 15m1.5-4.5c-1.58-.32-3.47-.5-5.5-.5s-4 .18-5.5.5V7h11z"/></svg>

React

import type { SVGProps } from "react";

export function MdiJeepney(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="M19 13V7h1V4H4v3h1v6H2c0 .93.5 1.71 1.5 1.93V20a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h11v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-5.07c1-.23 1.5-1 1.5-1.93zM8 15a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 8 12a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 8 15m8 0a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 16 12a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 16 15m1.5-4.5c-1.58-.32-3.47-.5-5.5-.5s-4 .18-5.5.5V7h11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 13V7h1V4H4v3h1v6H2c0 .93.5 1.71 1.5 1.93V20a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h11v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-5.07c1-.23 1.5-1 1.5-1.93zM8 15a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 8 12a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 8 15m8 0a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 16 12a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 16 15m1.5-4.5c-1.58-.32-3.47-.5-5.5-.5s-4 .18-5.5.5V7h11z"/></svg>
</template>

CSS

.icon-jeepney {
  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%22M19%2013V7h1V4H4v3h1v6H2c0%20.93.5%201.71%201.5%201.93V20a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1h11v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-5.07c1-.23%201.5-1%201.5-1.93zM8%2015a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%208%2012a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%208%2015m8%200a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%2016%2012a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%2016%2015m1.5-4.5c-1.58-.32-3.47-.5-5.5-.5s-4%20.18-5.5.5V7h11z%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%22M19%2013V7h1V4H4v3h1v6H2c0%20.93.5%201.71%201.5%201.93V20a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1h11v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-5.07c1-.23%201.5-1%201.5-1.93zM8%2015a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%208%2012a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%208%2015m8%200a1.5%201.5%200%200%201-1.5-1.5A1.5%201.5%200%200%201%2016%2012a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%2016%2015m1.5-4.5c-1.58-.32-3.47-.5-5.5-.5s-4%20.18-5.5.5V7h11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/jeepney.svg?color=%231a73e8&size=48