Subway Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Subway 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/333425.svg" alt="Subway icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333425.svg" alt="Subway icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333425.svg" alt="Subway icon" :width="24" :height="24" />
CSS background
.icon-subway {
background-image: url('https://proicons.com/icon/333425.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><path class="a" d="M30.9,4.5l8.3,6.6-8.3,6.6V14.4H23.7c-6.7-.1-9.1,7.5-2.1,10.6l3.6,1.7c.6.2.9.9-.2.8H13.8C5.3,22.6,7.5,7.9,22.3,7.8h8.6Z"/><path class="a" d="M17.1,43.5,8.8,36.9l8.3-6.6v3.3h7.2c6.7.1,9.1-7.5,2.1-10.6l-3.6-1.7c-.6-.2-.9-.9.2-.8H34.1c8.5,4.8,6.3,19.4-8.5,19.6H17Z"/></svg>
Subway in other icon packs
Copied!