Moscow Transport Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moscow Transport 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/329561.svg" alt="Moscow Transport icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329561.svg" alt="Moscow Transport icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329561.svg" alt="Moscow Transport icon" :width="24" :height="24" />
CSS background
.icon-moscow-transport {
background-image: url('https://proicons.com/icon/329561.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="M13.1632,31.663c-4.3831-4.3832-5.6943-10.9751-3.3222-16.702,2.3722-5.7268,7.9604-9.4608,14.159-9.4609,6.1986.0001,11.7869,3.7341,14.159,9.4609,2.3721,5.7269,1.0609,12.3188-3.3222,16.702l-10.837,10.837"/><circle class="b" cx="24.0002" cy="20.8259" r="5.1086"/><path class="b" d="M16.7752,28.051c-2.9223-2.9222-3.7965-7.317-2.2148-11.135,1.5814-3.818,5.307-6.3074,9.4395-6.3073,4.1325,0,7.8581,2.4893,9.4395,6.3073,1.5817,3.818.7075,8.2129-2.2148,11.135l-10.837,10.837"/></svg>
Copied!