Democracy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Democracy 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/324416.svg" alt="Democracy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324416.svg" alt="Democracy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324416.svg" alt="Democracy icon" :width="24" :height="24" />
CSS background
.icon-democracy {
background-image: url('https://proicons.com/icon/324416.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M32.3649,43.806a39.063,39.063,0,0,1-6.137-6.0579m-7.333-7.2015c-1.46-1.5314-4.98-5.0875-6.4009-7.7259-3.5993-6.6827-.816-9.0914.0638-10.3267a70.8622,70.8622,0,0,1,5.2271-5.2271c-.0649,5.8563,4.87,12.394,7.3318,15.626m7.229,7.2151c2.0313,2.2658,6.9522,6.5506,8.4491,7.3153"/><path class="a" d="M41.612,11.6684c-4.8832-1.3143-14.0253,8.5428-16.4953,11.2245m-6.2218,7.6537c-2.5423,2.9676-6.465,7.2292-9.3851,9.3369"/><path class="a" d="M45.0124,19.4473c-2.6792-.115-11.09,7.3969-12.6667,10.6607m-6.1178,7.64c-1.8614,2.41-4.0062,5.1713-5.9559,7.4262"/></svg>
Copied!