train 4 icon
train-4-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- train-4-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the train 4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.721 2a5 5 0 0 1 4.903 4.02l1.4 7c.512 2.56-1.021 4.976-3.353 5.734l1.928 1.446a1 1 0 1 1-1.199 1.6L14.667 19H9.333l-3.734 2.8A1 1 0 0 1 4.4 20.2l1.928-1.447c-2.331-.759-3.864-3.174-3.352-5.733l1.4-7A5 5 0 0 1 9.28 2zM8.25 13.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m7.5 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M9.39 5a1.5 1.5 0 0 0-1.455 1.136l-.75 3A1.5 1.5 0 0 0 8.64 11h6.72a1.5 1.5 0 0 0 1.454-1.864l-.75-3A1.5 1.5 0 0 0 14.61 5zm5.33 4H9.28l.5-2h4.44z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteTrain4Fill(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="M14.721 2a5 5 0 0 1 4.903 4.02l1.4 7c.512 2.56-1.021 4.976-3.353 5.734l1.928 1.446a1 1 0 1 1-1.199 1.6L14.667 19H9.333l-3.734 2.8A1 1 0 0 1 4.4 20.2l1.928-1.447c-2.331-.759-3.864-3.174-3.352-5.733l1.4-7A5 5 0 0 1 9.28 2zM8.25 13.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m7.5 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M9.39 5a1.5 1.5 0 0 0-1.455 1.136l-.75 3A1.5 1.5 0 0 0 8.64 11h6.72a1.5 1.5 0 0 0 1.454-1.864l-.75-3A1.5 1.5 0 0 0 14.61 5zm5.33 4H9.28l.5-2h4.44z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.721 2a5 5 0 0 1 4.903 4.02l1.4 7c.512 2.56-1.021 4.976-3.353 5.734l1.928 1.446a1 1 0 1 1-1.199 1.6L14.667 19H9.333l-3.734 2.8A1 1 0 0 1 4.4 20.2l1.928-1.447c-2.331-.759-3.864-3.174-3.352-5.733l1.4-7A5 5 0 0 1 9.28 2zM8.25 13.25a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m7.5 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M9.39 5a1.5 1.5 0 0 0-1.455 1.136l-.75 3A1.5 1.5 0 0 0 8.64 11h6.72a1.5 1.5 0 0 0 1.454-1.864l-.75-3A1.5 1.5 0 0 0 14.61 5zm5.33 4H9.28l.5-2h4.44z"/></svg> </template>
CSS
.icon-train-4-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.721%202a5%205%200%200%201%204.903%204.02l1.4%207c.512%202.56-1.021%204.976-3.353%205.734l1.928%201.446a1%201%200%201%201-1.199%201.6L14.667%2019H9.333l-3.734%202.8A1%201%200%200%201%204.4%2020.2l1.928-1.447c-2.331-.759-3.864-3.174-3.352-5.733l1.4-7A5%205%200%200%201%209.28%202zM8.25%2013.25a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m7.5%200a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M9.39%205a1.5%201.5%200%200%200-1.455%201.136l-.75%203A1.5%201.5%200%200%200%208.64%2011h6.72a1.5%201.5%200%200%200%201.454-1.864l-.75-3A1.5%201.5%200%200%200%2014.61%205zm5.33%204H9.28l.5-2h4.44z%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%22M14.721%202a5%205%200%200%201%204.903%204.02l1.4%207c.512%202.56-1.021%204.976-3.353%205.734l1.928%201.446a1%201%200%201%201-1.199%201.6L14.667%2019H9.333l-3.734%202.8A1%201%200%200%201%204.4%2020.2l1.928-1.447c-2.331-.759-3.864-3.174-3.352-5.733l1.4-7A5%205%200%200%201%209.28%202zM8.25%2013.25a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m7.5%200a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5M9.39%205a1.5%201.5%200%200%200-1.455%201.136l-.75%203A1.5%201.5%200%200%200%208.64%2011h6.72a1.5%201.5%200%200%200%201.454-1.864l-.75-3A1.5%201.5%200%200%200%2014.61%205zm5.33%204H9.28l.5-2h4.44z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/train-4-fill.svg?color=%231a73e8&size=48