md train icon

md-train from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-train
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md train icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c-88 0-176 10.9-176 87.6v208c0 42.3 34.5 76.6 77 76.6L124 453v11h49.1l44-43.8H300l44 43.8h44v-10.9l-33-32.8c42.5 0 77-34.4 77-76.6v-208C432 58.9 353.2 48 256 48zm-99 328.4c-18.3 0-33-14.7-33-32.8s14.7-32.8 33-32.8 33 14.7 33 32.8-14.7 32.8-33 32.8zm77-153.2H124v-87.6h110v87.6zm44 0v-87.6h110v87.6H278zm77 153.2c-18.3 0-33-14.7-33-32.8s14.7-32.8 33-32.8 33 14.7 33 32.8-14.7 32.8-33 32.8z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdTrain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c-88 0-176 10.9-176 87.6v208c0 42.3 34.5 76.6 77 76.6L124 453v11h49.1l44-43.8H300l44 43.8h44v-10.9l-33-32.8c42.5 0 77-34.4 77-76.6v-208C432 58.9 353.2 48 256 48zm-99 328.4c-18.3 0-33-14.7-33-32.8s14.7-32.8 33-32.8 33 14.7 33 32.8-14.7 32.8-33 32.8zm77-153.2H124v-87.6h110v87.6zm44 0v-87.6h110v87.6H278zm77 153.2c-18.3 0-33-14.7-33-32.8s14.7-32.8 33-32.8 33 14.7 33 32.8-14.7 32.8-33 32.8z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c-88 0-176 10.9-176 87.6v208c0 42.3 34.5 76.6 77 76.6L124 453v11h49.1l44-43.8H300l44 43.8h44v-10.9l-33-32.8c42.5 0 77-34.4 77-76.6v-208C432 58.9 353.2 48 256 48zm-99 328.4c-18.3 0-33-14.7-33-32.8s14.7-32.8 33-32.8 33 14.7 33 32.8-14.7 32.8-33 32.8zm77-153.2H124v-87.6h110v87.6zm44 0v-87.6h110v87.6H278zm77 153.2c-18.3 0-33-14.7-33-32.8s14.7-32.8 33-32.8 33 14.7 33 32.8-14.7 32.8-33 32.8z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-train {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2048c-88%200-176%2010.9-176%2087.6v208c0%2042.3%2034.5%2076.6%2077%2076.6L124%20453v11h49.1l44-43.8H300l44%2043.8h44v-10.9l-33-32.8c42.5%200%2077-34.4%2077-76.6v-208C432%2058.9%20353.2%2048%20256%2048zm-99%20328.4c-18.3%200-33-14.7-33-32.8s14.7-32.8%2033-32.8%2033%2014.7%2033%2032.8-14.7%2032.8-33%2032.8zm77-153.2H124v-87.6h110v87.6zm44%200v-87.6h110v87.6H278zm77%20153.2c-18.3%200-33-14.7-33-32.8s14.7-32.8%2033-32.8%2033%2014.7%2033%2032.8-14.7%2032.8-33%2032.8z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2048c-88%200-176%2010.9-176%2087.6v208c0%2042.3%2034.5%2076.6%2077%2076.6L124%20453v11h49.1l44-43.8H300l44%2043.8h44v-10.9l-33-32.8c42.5%200%2077-34.4%2077-76.6v-208C432%2058.9%20353.2%2048%20256%2048zm-99%20328.4c-18.3%200-33-14.7-33-32.8s14.7-32.8%2033-32.8%2033%2014.7%2033%2032.8-14.7%2032.8-33%2032.8zm77-153.2H124v-87.6h110v87.6zm44%200v-87.6h110v87.6H278zm77%20153.2c-18.3%200-33-14.7-33-32.8s14.7-32.8%2033-32.8%2033%2014.7%2033%2032.8-14.7%2032.8-33%2032.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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