Where Is My Train Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Where Is My Train icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/335123.svg" alt="Where Is My Train icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335123.svg" alt="Where Is My Train icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335123.svg" alt="Where Is My Train icon" :width="24" :height="24" />
CSS background
.icon-where-is-my-train {
background-image: url('https://proicons.com/icon/335123.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="14.3253" y="12.9192" width="19.3495" height="7.8541"/><circle class="a" cx="18.1457" cy="28.1761" r="2.5278"/><circle class="a" cx="29.8887" cy="28.1761" r="2.5278"/><line class="a" x1="22.3487" y1="8.3263" x2="25.6513" y2="8.3263"/><path class="a" d="M31.1094,6.4191H29.4242l-.3181-.8029a1.945,1.945,0,0,0-1.8082-1.2284H20.7022A1.945,1.945,0,0,0,18.894,5.6162l-.3181.8029H16.8906a6.7632,6.7632,0,0,0-6.7632,6.7633v16.19a5.9357,5.9357,0,0,0,5.9357,5.9357H31.9369a5.9357,5.9357,0,0,0,5.9357-5.9357v-16.19A6.7632,6.7632,0,0,0,31.1094,6.4191Z"/><line class="a" x1="18.8241" y1="35.308" x2="11.647" y2="43.3878"/><line class="a" x1="33.6747" y1="40.4538" x2="14.3253" y2="40.4538"/><line class="a" x1="31.3691" y1="37.7906" x2="16.6309" y2="37.7906"/><line class="a" x1="29.1759" y1="35.308" x2="36.353" y2="43.3878"/></svg>
Copied!