Citymove Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Citymove 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/323750.svg" alt="Citymove icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323750.svg" alt="Citymove icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323750.svg" alt="Citymove icon" :width="24" :height="24" />
CSS background
.icon-citymove {
background-image: url('https://proicons.com/icon/323750.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="39.7849" cy="39.5346" r="1.6794"/><circle class="c" cx="13.8781" cy="33.1497" r="1.6794"/><path class="c" d="m36.9943,41.9168c-8.5547,4.7555-19.278,2.7998-25.6031-4.6695-6.3251-7.4693-6.4874-18.3683-.3874-26.0226C17.1037,3.5703,27.764,1.2962,36.4565,5.795"/><circle class="c" cx="39.7521" cy="8.4073" r="1.6794"/><path class="c" d="m12.1268,30.0716c-2.749-7.1538-.2153-15.2667,6.1092-19.5611,6.3244-4.2944,14.7633-3.6322,20.3471,1.5968"/><path class="c" d="m38.2669,36.1213c-6.2541,5.7096-16.0374,5.6964-22.275-.0299"/></svg>
Copied!