train from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
train
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-train

The same icon in other sets

Use the train icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="8.5" cy="14.5" r="1.5" fill="currentColor"/><circle cx="15.5" cy="14.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M18.87 3.34A3.55 3.55 0 0 0 16.38 2H7.62a3.47 3.47 0 0 0-2.5 1.35A4.32 4.32 0 0 0 4 6v12a1 1 0 0 0 1 1h2l-2 3h2.32L8 21h8l.68 1H19l-2-3h2a1 1 0 0 0 1-1V6a4.15 4.15 0 0 0-1.13-2.66M7.62 4h8.72a1.77 1.77 0 0 1 1 .66a3 3 0 0 1 .25.34H6.39a2.3 2.3 0 0 1 .25-.35A1.65 1.65 0 0 1 7.62 4M6 8V7h12v3H6zm12 9H6v-5h12z"/></svg>

React

import type { SVGProps } from "react";

export function BxTrain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="8.5" cy="14.5" r="1.5" fill="currentColor"/><circle cx="15.5" cy="14.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M18.87 3.34A3.55 3.55 0 0 0 16.38 2H7.62a3.47 3.47 0 0 0-2.5 1.35A4.32 4.32 0 0 0 4 6v12a1 1 0 0 0 1 1h2l-2 3h2.32L8 21h8l.68 1H19l-2-3h2a1 1 0 0 0 1-1V6a4.15 4.15 0 0 0-1.13-2.66M7.62 4h8.72a1.77 1.77 0 0 1 1 .66a3 3 0 0 1 .25.34H6.39a2.3 2.3 0 0 1 .25-.35A1.65 1.65 0 0 1 7.62 4M6 8V7h12v3H6zm12 9H6v-5h12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="8.5" cy="14.5" r="1.5" fill="currentColor"/><circle cx="15.5" cy="14.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M18.87 3.34A3.55 3.55 0 0 0 16.38 2H7.62a3.47 3.47 0 0 0-2.5 1.35A4.32 4.32 0 0 0 4 6v12a1 1 0 0 0 1 1h2l-2 3h2.32L8 21h8l.68 1H19l-2-3h2a1 1 0 0 0 1-1V6a4.15 4.15 0 0 0-1.13-2.66M7.62 4h8.72a1.77 1.77 0 0 1 1 .66a3 3 0 0 1 .25.34H6.39a2.3 2.3 0 0 1 .25-.35A1.65 1.65 0 0 1 7.62 4M6 8V7h12v3H6zm12 9H6v-5h12z"/></svg>
</template>

CSS

.icon-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%2024%2024%22%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2214.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2214.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.87%203.34A3.55%203.55%200%200%200%2016.38%202H7.62a3.47%203.47%200%200%200-2.5%201.35A4.32%204.32%200%200%200%204%206v12a1%201%200%200%200%201%201h2l-2%203h2.32L8%2021h8l.68%201H19l-2-3h2a1%201%200%200%200%201-1V6a4.15%204.15%200%200%200-1.13-2.66M7.62%204h8.72a1.77%201.77%200%200%201%201%20.66a3%203%200%200%201%20.25.34H6.39a2.3%202.3%200%200%201%20.25-.35A1.65%201.65%200%200%201%207.62%204M6%208V7h12v3H6zm12%209H6v-5h12z%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%3Ccircle%20cx%3D%228.5%22%20cy%3D%2214.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2214.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.87%203.34A3.55%203.55%200%200%200%2016.38%202H7.62a3.47%203.47%200%200%200-2.5%201.35A4.32%204.32%200%200%200%204%206v12a1%201%200%200%200%201%201h2l-2%203h2.32L8%2021h8l.68%201H19l-2-3h2a1%201%200%200%200%201-1V6a4.15%204.15%200%200%200-1.13-2.66M7.62%204h8.72a1.77%201.77%200%200%201%201%20.66a3%203%200%200%201%20.25.34H6.39a2.3%202.3%200%200%201%20.25-.35A1.65%201.65%200%200%201%207.62%204M6%208V7h12v3H6zm12%209H6v-5h12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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