City Transit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The City Transit 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/323745.svg" alt="City Transit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323745.svg" alt="City Transit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323745.svg" alt="City Transit icon" :width="24" :height="24" />
CSS background
.icon-city-transit {
background-image: url('https://proicons.com/icon/323745.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="M27.5944,5.5948a9.0331,9.0331,0,0,0-9.0331,9.0331c0,7.0693,6.8966,15.5761,8.7032,17.6655a.5577.5577,0,0,0,.7855.055l.0549-.055c1.7831-2.0973,8.5226-10.5962,8.5226-17.6655A9.0331,9.0331,0,0,0,27.5944,5.5948Zm0,12.8548a4.4344,4.4344,0,1,1,4.4344-4.4344v.0113A4.4344,4.4344,0,0,1,27.5944,18.45Z"/><polyline class="a" points="36.454 16.678 37.629 16.598 42.5 40.607 32.376 42.405 16.461 40.723 5.5 42.405 8.458 17.758 17.447 16.598 18.736 16.662"/><line class="a" x1="17.4467" y1="16.598" x2="16.8049" y2="40.7598"/><line class="a" x1="32.3758" y1="42.4052" x2="30.6655" y2="28.982"/></svg>
Copied!