Vote Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Vote 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/304874.svg" alt="Vote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304874.svg" alt="Vote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304874.svg" alt="Vote icon" :width="24" :height="24" />
CSS background
.icon-vote {
background-image: url('https://proicons.com/icon/304874.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>vote</title><path d="M36,0A28,28,0,1,0,64,28,28,28,0,0,0,36,0Zm0,2.85A25.07,25.07,0,0,1,60.08,21H52.76V12.72a22.18,22.18,0,0,0-4.76-4V21H42.75V6.31a22.43,22.43,0,0,0-4.34-.89V21H33.15V5.47A23.13,23.13,0,0,0,29,6.4V21H23.72V8.91a22.44,22.44,0,0,0-4.49,3.81V21H11.92A25.07,25.07,0,0,1,36,2.85ZM54.73,30.47a1.4,1.4,0,1,1-1.38,1.4A1.33,1.33,0,0,1,54.73,30.47ZM53.5,22.73H56l-.34,7H53.85Zm-1.86,4.08v1.91H47.82v2.46h4.27V33.1H45.47V22.73h6.4v1.93h-4v2.15ZM36.25,24.7v-2h8v2H41.39v8.4H39V24.7Zm-.32,3.11c0,3.4-2.06,5.46-5.09,5.46S26,31,26,28s2-5.43,5.05-5.43S35.93,25,35.93,27.81ZM25.45,22.73,22,33.1H19.22L15.9,22.73h2.57l1.26,4.39c.35,1.23.68,2.41.92,3.71h.05c.26-1.25.58-2.48.94-3.67L23,22.73ZM36,53A25.07,25.07,0,0,1,11.92,34.86h7.31v8.26a22.72,22.72,0,0,0,4.49,3.8V34.86H29V49.43a22.31,22.31,0,0,0,4.17.93V34.86h5.26V50.42a22.88,22.88,0,0,0,4.34-.89V34.86H48V47.1a23.1,23.1,0,0,0,4.77-4V34.86h7.31A25.07,25.07,0,0,1,36,53Z"/><path d="M28.44,28c0,2,.95,3.46,2.52,3.46s2.49-1.51,2.49-3.52-.89-3.46-2.5-3.46S28.44,25.93,28.44,28Z"/></svg>
Vote in other icon packs
Copied!