Italo Treno Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Italo Treno 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/327573.svg" alt="Italo Treno icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327573.svg" alt="Italo Treno icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327573.svg" alt="Italo Treno icon" :width="24" :height="24" />
CSS background
.icon-italo-treno {
background-image: url('https://proicons.com/icon/327573.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M38.5001,5.5H9.5001c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><circle class="c" cx="10.2012" cy="29.5409" r=".75"/><path class="b" d="M25.6726,26.7707c0,1.6522-1.3518,3.004-3.004,3.004h0c-1.6522,0-3.004-1.3518-3.004-3.004v-1.9526c0-1.6522,1.3518-3.004,3.004-3.004h0c1.6522,0,3.004,1.3518,3.004,3.004"/><line class="b" x1="25.6726" y1="29.7746" x2="25.6726" y2="21.8136"/><path class="b" d="M28.6774,17.7579v10.5143c0,.9012.6008,1.5021,1.5021,1.5021h.4506"/><line class="b" x1="16.6607" y1="19.2603" x2="16.6607" y2="29.7746"/><line class="b" x1="15.0087" y1="21.8136" x2="18.1631" y2="21.8136"/><circle class="c" cx="12.3955" cy="19.4941" r=".75"/><line class="b" x1="12.3955" y1="21.8136" x2="12.3955" y2="29.7746"/><path class="b" d="M35.496,29.7746h0c-1.6522,0-3.004-1.3518-3.004-3.004v-1.9526c0-1.6522,1.3518-3.004,3.004-3.004h0c1.6522,0,3.004,1.3518,3.004,3.004v1.9526c0,1.6522-1.3518,3.004-3.004,3.004Z"/></svg>
Copied!