Citizens Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Citizens 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/323739.svg" alt="Citizens icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323739.svg" alt="Citizens icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323739.svg" alt="Citizens icon" :width="24" :height="24" />
CSS background
.icon-citizens {
background-image: url('https://proicons.com/icon/323739.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="M42.5,26h-9.7734c-.7721,3.3413-3.3865,5.9556-6.7266,6.7324v9.7676"/><path class="b" d="M22,42.5v-9.7676c-3.3401-.7768-5.9545-3.3911-6.7266-6.7324H5.5"/><path class="b" d="M26,5.5v9.7324c3.3521.7801,5.9729,3.4112,6.7344,6.7676h9.7656"/><path class="b" d="M5.5,22h9.7734c.7721-3.3413,3.3865-5.9556,6.7266-6.7324V5.5"/><path class="b" d="M5.5,5.5l12.172,12.172"/><path class="b" d="M42.5,5.5l-12.155,12.155"/><path class="b" d="M30.328,30.328l12.172,12.172"/><path class="b" d="M17.672,30.328l-12.172,12.172"/></svg>
Copied!