Voteinfo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Voteinfo 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/349439.svg" alt="Voteinfo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349439.svg" alt="Voteinfo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349439.svg" alt="Voteinfo icon" :width="24" :height="24" />
CSS background
.icon-voteinfo {
background-image: url('https://proicons.com/icon/349439.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="11.89 31.343 8.409 31.343 4.5 37.774 42.642 37.774 38.733 31.343 37.195 31.343"/><polyline class="a" points="28.091 20.141 16.258 16.629 10.784 35.07 36.089 35.07 39.514 23.532 31.648 21.197"/><path class="a" d="M32.5222,15.2134c-.749,1.4979-3.69,3.9823-3.9458,4.3659s-2.4113,2.2651-.9681,3.4708,3.7083-1.6989,4.4389-2.1921,4.3112-1.4614,5.0784-2.1007,1.8267-1.3153,2.1007-1.9912l-1.4979-4.75s-6.4484-.11-7.307,0-4.4639,4.9343-3.9274,6.3753c.6393,1.7173,2.8556.4065,2.8556.4065"/><polyline class="a" points="37.728 12.017 41.108 10.226 43.5 16.629 39.226 16.766"/></svg>
Copied!