Trenord Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trenord 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/334255.svg" alt="Trenord icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334255.svg" alt="Trenord icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334255.svg" alt="Trenord icon" :width="24" :height="24" />
CSS background
.icon-trenord {
background-image: url('https://proicons.com/icon/334255.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M11.39,6.9C9.8,6.88,9.13,8.44,9,9.78l-1.4,6.45c4.61.66,9.46,1.34,13.34,4.11A21.78,21.78,0,0,1,29.8,31.75c.74,3.28-.25,7.48-3.56,9-1.73.54,0,.35.77.38,2.7,0,5.4.07,8.1,0,1.61-.25,1.89-1.93,2.13-3.25l6.2-29.18c.4-1.61-1.38-1.92-2.55-1.77Zm9.24,17.34-13.84.58L4.5,36.37c5,1.08,9.59,3,14.51,3.37,2.42,0,5.44.16,7-2.11,1.78-2.51.65-6.46-.82-8.69a16.2,16.2,0,0,0-4.53-4.71Z"/></svg>
Copied!