Electrify America Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Electrify America 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/339579.svg" alt="Electrify America icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339579.svg" alt="Electrify America icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339579.svg" alt="Electrify America icon" :width="24" :height="24" />
CSS background
.icon-electrify-america {
background-image: url('https://proicons.com/icon/339579.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><polygon class="b" points="20.2226 7.1094 32.2051 4.3758 27.3301 19.5931 34.6198 17.8618 14.6642 43.3758 18.6736 28.7963 13.2063 29.9809 20.2226 7.1094"/><path class="b" d="m18.602,29.0561c.8108.4301,1.8663.6675,3.1867.6685,3.6392.0027,5.7298-2.7837,5.7298-2.7837"/><path class="b" d="m27.8938,17.8344c-2.4427-2.9586-9.2154-.8266-10.8718,4.2873-.9729,3.0037-.6653,5.5108,1.2753,6.7564"/><path class="b" d="m16.9024,22.8051c7.1798.9784,12.5088-.3023,11.7197-3.5189"/></svg>
Copied!