Healthy Cities Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Healthy Cities 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/341508.svg" alt="Healthy Cities icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341508.svg" alt="Healthy Cities icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341508.svg" alt="Healthy Cities icon" :width="24" :height="24" />
CSS background
.icon-healthy-cities {
background-image: url('https://proicons.com/icon/341508.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M29.1724,13.6327l10.5347.0962M6.2196,36.2408c13.0873,7.6833,9.9137-4.2478,32.6056,3.4836-20.7583-13.3021-17.5377-2.7797-32.5228-3.5194,6.7406,9.7741,20.1285,12.2332,29.9025,5.4925,9.7741-6.7406,12.2332-20.1285,5.4925-29.9025C34.9569,2.0209,21.5691-.4382,11.795,6.3025c-2.1372,1.4739-3.9898,3.3228-5.468,5.457"/><path class="b" d="M18.9365,39.3786l2.3152-2.1239-2.5782-1.3842M24.1501,39.4379l3.6504-2.35-3.6023-2.2201M13.819,35.2975v-15.7227l-3.2575-3.6145-3.2687,3.6145v16.2977"/><path class="b" d="M20.1652,32.793V6.3791l-7.0388,5.9891-.0113,6.3114M32.0013,35.406v-13.7799h-7.803v11.1669M30.3776,13.6327v7.8859M38.8242,39.7244V13.7279"/></svg>
Copied!