train front icon
train-front from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- train-front
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Related icons in Bootstrap Icons
Use the train front icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.621 1.485c1.815-.454 2.943-.454 4.758 0c.784.196 1.743.673 2.527 1.119c.688.39 1.094 1.148 1.094 1.979V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V4.583c0-.831.406-1.588 1.094-1.98c.784-.445 1.744-.922 2.527-1.118m5-.97C8.647.02 7.353.02 5.38.515c-.924.23-1.982.766-2.78 1.22C1.566 2.322 1 3.432 1 4.582V13.5A2.5 2.5 0 0 0 3.5 16h9a2.5 2.5 0 0 0 2.5-2.5V4.583c0-1.15-.565-2.26-1.6-2.849c-.797-.453-1.855-.988-2.779-1.22ZM5 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m7 1a1 1 0 1 0-1-1a1 1 0 1 0-2 0a1 1 0 0 0 2 0a1 1 0 0 0 1 1M4.5 5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h3V5zm4 0v3h3a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5zM3 5.5A1.5 1.5 0 0 1 4.5 4h7A1.5 1.5 0 0 1 13 5.5v2A1.5 1.5 0 0 1 11.5 9h-7A1.5 1.5 0 0 1 3 7.5zM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg>
React
import type { SVGProps } from "react";
export function BiTrainFront(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.621 1.485c1.815-.454 2.943-.454 4.758 0c.784.196 1.743.673 2.527 1.119c.688.39 1.094 1.148 1.094 1.979V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V4.583c0-.831.406-1.588 1.094-1.98c.784-.445 1.744-.922 2.527-1.118m5-.97C8.647.02 7.353.02 5.38.515c-.924.23-1.982.766-2.78 1.22C1.566 2.322 1 3.432 1 4.582V13.5A2.5 2.5 0 0 0 3.5 16h9a2.5 2.5 0 0 0 2.5-2.5V4.583c0-1.15-.565-2.26-1.6-2.849c-.797-.453-1.855-.988-2.779-1.22ZM5 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m7 1a1 1 0 1 0-1-1a1 1 0 1 0-2 0a1 1 0 0 0 2 0a1 1 0 0 0 1 1M4.5 5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h3V5zm4 0v3h3a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5zM3 5.5A1.5 1.5 0 0 1 4.5 4h7A1.5 1.5 0 0 1 13 5.5v2A1.5 1.5 0 0 1 11.5 9h-7A1.5 1.5 0 0 1 3 7.5zM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.621 1.485c1.815-.454 2.943-.454 4.758 0c.784.196 1.743.673 2.527 1.119c.688.39 1.094 1.148 1.094 1.979V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V4.583c0-.831.406-1.588 1.094-1.98c.784-.445 1.744-.922 2.527-1.118m5-.97C8.647.02 7.353.02 5.38.515c-.924.23-1.982.766-2.78 1.22C1.566 2.322 1 3.432 1 4.582V13.5A2.5 2.5 0 0 0 3.5 16h9a2.5 2.5 0 0 0 2.5-2.5V4.583c0-1.15-.565-2.26-1.6-2.849c-.797-.453-1.855-.988-2.779-1.22ZM5 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m7 1a1 1 0 1 0-1-1a1 1 0 1 0-2 0a1 1 0 0 0 2 0a1 1 0 0 0 1 1M4.5 5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h3V5zm4 0v3h3a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5zM3 5.5A1.5 1.5 0 0 1 4.5 4h7A1.5 1.5 0 0 1 13 5.5v2A1.5 1.5 0 0 1 11.5 9h-7A1.5 1.5 0 0 1 3 7.5zM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg> </template>
CSS
.icon-train-front {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.621%201.485c1.815-.454%202.943-.454%204.758%200c.784.196%201.743.673%202.527%201.119c.688.39%201.094%201.148%201.094%201.979V13.5a1.5%201.5%200%200%201-1.5%201.5h-9A1.5%201.5%200%200%201%202%2013.5V4.583c0-.831.406-1.588%201.094-1.98c.784-.445%201.744-.922%202.527-1.118m5-.97C8.647.02%207.353.02%205.38.515c-.924.23-1.982.766-2.78%201.22C1.566%202.322%201%203.432%201%204.582V13.5A2.5%202.5%200%200%200%203.5%2016h9a2.5%202.5%200%200%200%202.5-2.5V4.583c0-1.15-.565-2.26-1.6-2.849c-.797-.453-1.855-.988-2.779-1.22ZM5%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200m7%201a1%201%200%201%200-1-1a1%201%200%201%200-2%200a1%201%200%200%200%202%200a1%201%200%200%200%201%201M4.5%205a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%20.5.5h3V5zm4%200v3h3a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-.5-.5zM3%205.5A1.5%201.5%200%200%201%204.5%204h7A1.5%201.5%200%200%201%2013%205.5v2A1.5%201.5%200%200%201%2011.5%209h-7A1.5%201.5%200%200%201%203%207.5zM6.5%202a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.621%201.485c1.815-.454%202.943-.454%204.758%200c.784.196%201.743.673%202.527%201.119c.688.39%201.094%201.148%201.094%201.979V13.5a1.5%201.5%200%200%201-1.5%201.5h-9A1.5%201.5%200%200%201%202%2013.5V4.583c0-.831.406-1.588%201.094-1.98c.784-.445%201.744-.922%202.527-1.118m5-.97C8.647.02%207.353.02%205.38.515c-.924.23-1.982.766-2.78%201.22C1.566%202.322%201%203.432%201%204.582V13.5A2.5%202.5%200%200%200%203.5%2016h9a2.5%202.5%200%200%200%202.5-2.5V4.583c0-1.15-.565-2.26-1.6-2.849c-.797-.453-1.855-.988-2.779-1.22ZM5%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200m7%201a1%201%200%201%200-1-1a1%201%200%201%200-2%200a1%201%200%200%200%202%200a1%201%200%200%200%201%201M4.5%205a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%20.5.5h3V5zm4%200v3h3a.5.5%200%200%200%20.5-.5v-2a.5.5%200%200%200-.5-.5zM3%205.5A1.5%201.5%200%200%201%204.5%204h7A1.5%201.5%200%200%201%2013%205.5v2A1.5%201.5%200%200%201%2011.5%209h-7A1.5%201.5%200%200%201%203%207.5zM6.5%202a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/train-front.svg?color=%231a73e8&size=48