Voter Helpline Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Voter Helpline 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/349440.svg" alt="Voter Helpline icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349440.svg" alt="Voter Helpline icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349440.svg" alt="Voter Helpline icon" :width="24" :height="24" />
CSS background
.icon-voter-helpline {
background-image: url('https://proicons.com/icon/349440.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m6.3301,15.4774c11.5544-13.3031,23.3343-13.3031,35.3397,0"/><path class="b" d="m24.0052,39.7311c7.0784,0,12.8243.6246,12.8243,1.3844,0,.7703-5.746,1.3844-12.8243,1.3844s-12.8243-.6142-12.8243-1.3844c0-.7599,5.746-1.3844,12.8243-1.3844Z"/><path class="b" d="m23.6617,38.3467c4.1568-3.6988,7.2727-8.2893,9.3476-13.7716,7.2761-21.3079-25.9817-21.5682-18.3621-.0833,1.8529,5.5378,4.8577,10.156,9.0145,13.8548Z"/><path class="b" d="m23.6617,10.8868c4.5905,0,8.3171,3.612,8.3171,8.0568s-3.7265,8.0568-8.3171,8.0568-8.3171-3.612-8.3171-8.0568,3.7265-8.0568,8.3171-8.0568Z"/><path class="b" d="m26.3265,14.7383c2.2285,1.5219,2.7978,4.5946,1.2714,6.8631-1.5263,2.2685-4.5702,2.8738-6.7987,1.3519-2.2285-1.5219-2.7978-4.5946-1.2714-6.8631.363-.5395.8268-1.0024,1.365-1.3623"/><path class="b" d="m23.7033,12.9583c1.5094,0,2.7272,1.1867,2.7272,2.644,0,1.4677-1.2179,2.644-2.7272,2.644s-2.7272-1.1763-2.7272-2.644c0-1.4573,1.2179-2.644,2.7272-2.644Z"/></svg>
Copied!