Energa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Energa 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/325442.svg" alt="Energa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325442.svg" alt="Energa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325442.svg" alt="Energa icon" :width="24" :height="24" />
CSS background
.icon-energa {
background-image: url('https://proicons.com/icon/325442.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M16.4266,41.4655l11.3794-18.1568c3.3647-5.6705,1.8716-13.4058-2.7836-18.3186-.6509-.6869-1.761-.6446-2.3673.0819-3.4289,4.1089-13.753,17.0056-13.753,23.3301,0,8.3384,6.7596,15.0979,15.0979,15.0979s15.0979-6.7596,15.0979-15.0979c0-5.1246-3.5848-8.9954-5.6669-10.8114-.737-.6428-1.8745-.4529-2.3849.3813l-4.3174,7.0555"/><line class="c" x1="23.7472" y1="29.7526" x2="31.1196" y2="41.7079"/></svg>
Copied!