Citymapper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Citymapper 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/338307.svg" alt="Citymapper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338307.svg" alt="Citymapper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338307.svg" alt="Citymapper icon" :width="24" :height="24" />
CSS background
.icon-citymapper {
background-image: url('https://proicons.com/icon/338307.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="M7.62,20.84A3.12,3.12,0,1,1,4.5,24a3.12,3.12,0,0,1,3.12-3.12Zm32.76,0A3.12,3.12,0,1,1,37.26,24a3.12,3.12,0,0,1,3.12-3.12Zm0,0"/><line class="a" x1="13.64" y1="23.98" x2="34.36" y2="23.98"/><line class="a" x1="28.05" y1="17.68" x2="34.36" y2="23.98"/><line class="a" x1="28.05" y1="30.28" x2="34.36" y2="23.98"/></svg>
Copied!