Munipolis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Munipolis 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/329673.svg" alt="Munipolis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329673.svg" alt="Munipolis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329673.svg" alt="Munipolis icon" :width="24" :height="24" />
CSS background
.icon-munipolis {
background-image: url('https://proicons.com/icon/329673.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="M20.997,45.289c-10.6088-1.4964-18.4969-10.5752-18.497-21.289C2.5,12.1259,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5c-.0001,10.7138-7.8882,19.7926-18.497,21.289"/><path class="b" d="M20.994,35.912c-5.4562-1.377-9.2795-6.2847-9.2797-11.912,0-6.7854,5.5006-12.286,12.286-12.286h0c6.7854,0,12.286,5.5006,12.286,12.286h0c-.0002,5.6273-3.8235,10.535-9.2797,11.912"/><circle class="b" cx="24" cy="24" r="3.0714"/><path class="b" d="M24,27.071v18.429"/></svg>
Copied!