Yandex Trains Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yandex Trains 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/335433.svg" alt="Yandex Trains icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335433.svg" alt="Yandex Trains icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335433.svg" alt="Yandex Trains icon" :width="24" :height="24" />
CSS background
.icon-yandex-trains {
background-image: url('https://proicons.com/icon/335433.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;}</style></defs><path class="b" d="M12.6477,41.7541h22.5384M33.4741,39.4186l2.9855,4.0814M14.3558,39.4186l-2.9855,4.0814M20.5157,8.3169c-2.2674.0453-6.6814.1209-9.4439,1.9878v9.1642h13.2343M27.4843,8.3169c2.2674.0453,6.6852.1209,9.4477,1.9651l-.0076,9.1831h-12.6221M21.5436,6.7108h4.9128c.6613,0,1.1942.5366,1.1413,1.3605l-3.6015,3.7148-3.5977-3.7148c-.0529-.8238.4799-1.3605,1.1413-1.3605h.0038ZM24,19.4689v-7.8907M17.4017,29.1395c-.0021,1.28-1.0403,2.3166-2.3203,2.3166s-2.3183-1.0366-2.3203-2.3166c0-1.2815,1.0389-2.3203,2.3203-2.3203s2.3203,1.0389,2.3203,2.3203ZM35.2427,29.1395c-.0021,1.28-1.0403,2.3166-2.3204,2.3166-1.28,0-2.3183-1.0366-2.3204-2.3166,0-1.2815,1.0389-2.3203,2.3204-2.3203h0c1.2815,0,2.3204,1.0389,2.3204,2.3203h0ZM9.2616,34.2035h29.4767M9.2616,34.211c.7256,2.0936,1.8026,3.7526,3.6015,5.2038h22.2776c1.7988-1.4512,2.8721-3.114,3.6015-5.2038V7.6933c-3.5523-2.2637-8.9866-3.1933-14.7384-3.1933-5.7593,0-11.1974.9334-14.7459,3.1933l.0038,26.5177Z"/></svg>
Copied!