train front icon
train-front-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- train-front-fill
- Set
- Bootstrap Icons
- Style
- Fill
- 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="M10.621.515C8.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.22ZM6.5 2h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1m-2 2h7A1.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.5v-2A1.5 1.5 0 0 1 4.5 4m.5 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m8 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3-1a1 1 0 1 1 0 2a1 1 0 0 1 0-2M4 5.5a.5.5 0 0 1 .5-.5h3v3h-3a.5.5 0 0 1-.5-.5zM8.5 8V5h3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5z"/></svg>
React
import type { SVGProps } from "react";
export function BiTrainFrontFill(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="M10.621.515C8.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.22ZM6.5 2h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1m-2 2h7A1.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.5v-2A1.5 1.5 0 0 1 4.5 4m.5 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m8 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3-1a1 1 0 1 1 0 2a1 1 0 0 1 0-2M4 5.5a.5.5 0 0 1 .5-.5h3v3h-3a.5.5 0 0 1-.5-.5zM8.5 8V5h3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.621.515C8.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.22ZM6.5 2h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1m-2 2h7A1.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.5v-2A1.5 1.5 0 0 1 4.5 4m.5 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m8 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3-1a1 1 0 1 1 0 2a1 1 0 0 1 0-2M4 5.5a.5.5 0 0 1 .5-.5h3v3h-3a.5.5 0 0 1-.5-.5zM8.5 8V5h3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5z"/></svg> </template>
CSS
.icon-train-front-fill {
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%22M10.621.515C8.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.22ZM6.5%202h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201%200-1m-2%202h7A1.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.5v-2A1.5%201.5%200%200%201%204.5%204m.5%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200m8%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3-1a1%201%200%201%201%200%202a1%201%200%200%201%200-2M4%205.5a.5.5%200%200%201%20.5-.5h3v3h-3a.5.5%200%200%201-.5-.5zM8.5%208V5h3a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-.5.5z%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%22M10.621.515C8.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.22ZM6.5%202h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201%200-1m-2%202h7A1.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.5v-2A1.5%201.5%200%200%201%204.5%204m.5%209a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200m8%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3-1a1%201%200%201%201%200%202a1%201%200%200%201%200-2M4%205.5a.5.5%200%200%201%20.5-.5h3v3h-3a.5.5%200%200%201-.5-.5zM8.5%208V5h3a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-.5.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/train-front-fill.svg?color=%231a73e8&size=48