Hangzhou Metro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hangzhou Metro 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/326887.svg" alt="Hangzhou Metro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326887.svg" alt="Hangzhou Metro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326887.svg" alt="Hangzhou Metro icon" :width="24" :height="24" />
CSS background
.icon-hangzhou-metro {
background-image: url('https://proicons.com/icon/326887.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="M14.6213,22.36a5.4521,5.4521,0,0,1,10.9042,0v8.7234"/><line class="a" x1="14.6213" y1="16.9078" x2="14.6213" y2="31.0833"/><path class="a" d="M25.5255,22.36a5.4521,5.4521,0,0,1,10.9042,0v8.7234"/><path class="a" d="M27.364,45.2319A21.4974,21.4974,0,0,1,14.5771,4.6774"/><path class="a" d="M23.2507,2.5146A21.4975,21.4975,0,0,1,36.3312,41.6088"/><path class="a" d="M36.4405,31.088,36.3319,41.61"/><path class="a" d="M14.6313,16.912,14.5769,4.6774"/></svg>
Copied!