train-bus from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
train-bus
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the train bus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 2h7c.8 0 1.56.32 2.12.88S15 4.2 15 5v1h-2V4H4v7h5v5H8l-3 3H4v-2l1-1c-.8 0-1.56-.32-2.12-.88S2 13.8 2 13V5c0-.8.32-1.56.88-2.12S4.2 2 5 2m.71 10.29C5.5 12.11 5.27 12 5 12c-.26 0-.5.11-.71.29c-.18.21-.29.45-.29.71c0 .27.11.5.29.71c.21.19.45.29.71.29c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71c0-.26-.1-.5-.29-.71M11 11c0-1.66 1-3 4-3h3c3 0 4 1.34 4 3v7c0 .74-.4 1.39-1 1.73V21c0 .55-.45 1-1 1s-1-.45-1-1v-1h-5v1c0 .55-.45 1-1 1s-1-.45-1-1v-1.27c-.6-.34-1-.99-1-1.73zm2-1v4h7v-4zm1 8c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m6-1c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiTrainBus(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="M5 2h7c.8 0 1.56.32 2.12.88S15 4.2 15 5v1h-2V4H4v7h5v5H8l-3 3H4v-2l1-1c-.8 0-1.56-.32-2.12-.88S2 13.8 2 13V5c0-.8.32-1.56.88-2.12S4.2 2 5 2m.71 10.29C5.5 12.11 5.27 12 5 12c-.26 0-.5.11-.71.29c-.18.21-.29.45-.29.71c0 .27.11.5.29.71c.21.19.45.29.71.29c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71c0-.26-.1-.5-.29-.71M11 11c0-1.66 1-3 4-3h3c3 0 4 1.34 4 3v7c0 .74-.4 1.39-1 1.73V21c0 .55-.45 1-1 1s-1-.45-1-1v-1h-5v1c0 .55-.45 1-1 1s-1-.45-1-1v-1.27c-.6-.34-1-.99-1-1.73zm2-1v4h7v-4zm1 8c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m6-1c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 2h7c.8 0 1.56.32 2.12.88S15 4.2 15 5v1h-2V4H4v7h5v5H8l-3 3H4v-2l1-1c-.8 0-1.56-.32-2.12-.88S2 13.8 2 13V5c0-.8.32-1.56.88-2.12S4.2 2 5 2m.71 10.29C5.5 12.11 5.27 12 5 12c-.26 0-.5.11-.71.29c-.18.21-.29.45-.29.71c0 .27.11.5.29.71c.21.19.45.29.71.29c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71c0-.26-.1-.5-.29-.71M11 11c0-1.66 1-3 4-3h3c3 0 4 1.34 4 3v7c0 .74-.4 1.39-1 1.73V21c0 .55-.45 1-1 1s-1-.45-1-1v-1h-5v1c0 .55-.45 1-1 1s-1-.45-1-1v-1.27c-.6-.34-1-.99-1-1.73zm2-1v4h7v-4zm1 8c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m6-1c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1"/></svg>
</template>

CSS

.icon-train-bus {
  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%22M5%202h7c.8%200%201.56.32%202.12.88S15%204.2%2015%205v1h-2V4H4v7h5v5H8l-3%203H4v-2l1-1c-.8%200-1.56-.32-2.12-.88S2%2013.8%202%2013V5c0-.8.32-1.56.88-2.12S4.2%202%205%202m.71%2010.29C5.5%2012.11%205.27%2012%205%2012c-.26%200-.5.11-.71.29c-.18.21-.29.45-.29.71c0%20.27.11.5.29.71c.21.19.45.29.71.29c.27%200%20.5-.1.71-.29c.19-.21.29-.44.29-.71c0-.26-.1-.5-.29-.71M11%2011c0-1.66%201-3%204-3h3c3%200%204%201.34%204%203v7c0%20.74-.4%201.39-1%201.73V21c0%20.55-.45%201-1%201s-1-.45-1-1v-1h-5v1c0%20.55-.45%201-1%201s-1-.45-1-1v-1.27c-.6-.34-1-.99-1-1.73zm2-1v4h7v-4zm1%208c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201m6-1c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1%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%22M5%202h7c.8%200%201.56.32%202.12.88S15%204.2%2015%205v1h-2V4H4v7h5v5H8l-3%203H4v-2l1-1c-.8%200-1.56-.32-2.12-.88S2%2013.8%202%2013V5c0-.8.32-1.56.88-2.12S4.2%202%205%202m.71%2010.29C5.5%2012.11%205.27%2012%205%2012c-.26%200-.5.11-.71.29c-.18.21-.29.45-.29.71c0%20.27.11.5.29.71c.21.19.45.29.71.29c.27%200%20.5-.1.71-.29c.19-.21.29-.44.29-.71c0-.26-.1-.5-.29-.71M11%2011c0-1.66%201-3%204-3h3c3%200%204%201.34%204%203v7c0%20.74-.4%201.39-1%201.73V21c0%20.55-.45%201-1%201s-1-.45-1-1v-1h-5v1c0%20.55-.45%201-1%201s-1-.45-1-1v-1.27c-.6-.34-1-.99-1-1.73zm2-1v4h7v-4zm1%208c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201m6-1c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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