Shanghaimetro Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Shanghaimetro 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/316009.svg" alt="Shanghaimetro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316009.svg" alt="Shanghaimetro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316009.svg" alt="Shanghaimetro icon" :width="24" :height="24" />
CSS background
.icon-shanghaimetro {
background-image: url('https://proicons.com/icon/316009.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Shanghai Metro</title><path d="M20.383 11.664h-1.716l-3.432-4.487-3.073 3.606L9.31 7.177l-3.513 4.487H3.63c.185-4.464 3.872-8.047 8.383-8.047 3.953 0 7.27 2.748 8.15 6.424h3.687C22.91 4.359 17.96.01 12 .01c-6.632 0-12 5.369-12 12 0 1.102.15 2.169.429 3.177h6.516l2.412-2.55 2.805 3.478 2.945-3.502 1.902 2.61h2.69c-1.287 2.967-4.256 5.495-7.699 5.495-2.84 0-5.357-1.681-6.875-3.942H.997C2.852 21.02 7.072 23.988 12 23.988c6.632 0 12-5.368 12-12 0-.116 0-.231-.012-.347l-3.605.023Z"/></svg>
Copied!