Subwaysurf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Subwaysurf 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/347986.svg" alt="Subwaysurf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347986.svg" alt="Subwaysurf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347986.svg" alt="Subwaysurf icon" :width="24" :height="24" />
CSS background
.icon-subwaysurf {
background-image: url('https://proicons.com/icon/347986.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M17.15,10.82h13.7A4.22,4.22,0,0,1,35.07,15V41.39A2.11,2.11,0,0,1,33,43.5H15a2.11,2.11,0,0,1-2.11-2.11V15A4.22,4.22,0,0,1,17.15,10.82Z"/><polygon class="a" points="28.22 4.5 19.78 4.5 18.73 10.82 29.27 10.82 28.22 4.5"/><circle class="a" cx="24" cy="7.66" r="1.5"/><line class="a" x1="12.93" y1="18.2" x2="35.07" y2="18.2"/><line class="a" x1="12.93" y1="38.23" x2="35.07" y2="38.23"/><path class="a" d="M19.73,33.57a3.85,3.85,0,0,0,3.36,1.5h2a3.43,3.43,0,0,0,3.42-3.43h0a3.42,3.42,0,0,0-3.42-3.42H22.88a3.43,3.43,0,0,1-3.42-3.43h0a3.43,3.43,0,0,1,3.42-3.43h2a3.83,3.83,0,0,1,3.36,1.51"/></svg>
Copied!