Traingo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Traingo 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/334205.svg" alt="Traingo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334205.svg" alt="Traingo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334205.svg" alt="Traingo icon" :width="24" :height="24" />
CSS background
.icon-traingo {
background-image: url('https://proicons.com/icon/334205.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;}.b{fill:#000;}</style></defs><path class="a" d="M13.4555,7.8789h21.089a2.4778,2.4778,0,0,1,2.4822,2.4842V34.5685a2.4778,2.4778,0,0,1-2.4822,2.4842H13.4555a2.4778,2.4778,0,0,1-2.4822-2.4842V10.3631A2.4778,2.4778,0,0,1,13.4555,7.8789Z"/><path class="a" d="M16.0712,40.28H31.9288M14.2712,43.5l3.6037-6.4473m12.25,0L33.7288,43.5"/><rect class="a" x="14.0103" y="7.8789" width="19.9794" height="15.4643"/><circle class="a" cx="17.6292" cy="28.462" r="3.2456"/><circle class="a" cx="30.3708" cy="28.462" r="3.2456"/><path class="a" d="M16.5212,4.5H31.4788"/><path class="a" d="M27.3622,4.5V7.8789"/><path class="a" d="M20.6378,4.5V7.8789"/><path class="a" d="M10.9733,33.5175H37.0267"/><path class="a" d="M31.8676,28.7308a1.5153,1.5153,0,0,0-2.9932,0"/><circle class="b" cx="16.7617" cy="27.9541" r="0.75"/><path class="a" d="M29.0678,33.5175c-.0387.9914-.0077,1.4817-.6816,1.8961H19.6138c-.6739-.4144-.643-.9047-.6816-1.8961"/></svg>
Copied!