Energyaustralia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Energyaustralia 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/325444.svg" alt="Energyaustralia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325444.svg" alt="Energyaustralia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325444.svg" alt="Energyaustralia icon" :width="24" :height="24" />
CSS background
.icon-energyaustralia {
background-image: url('https://proicons.com/icon/325444.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="M13.9458,5.1637C6.3117,9.3683,1.8288,17.9217,2.9988,26.8037c1.3364,10.151,9.6932,17.979,19.91,18.649,10.217.6696,19.524-6,22.174-15.89.4286-1.6002-.521-3.2449-2.1211-3.6738-1.6002-.4286-3.2449.521-3.6738,2.1211-1.9186,7.1605-8.589,11.94-15.986,11.456-7.3972-.4848-13.387-6.0947-14.354-13.444-.9676-7.3497,3.3647-14.318,10.384-16.701,6.0261-2.0456,12.384-.0309,16.452,4.5926l-12.968,7.4873c-1.4349.8284-1.9265,2.6632-1.0981,4.0981,0,0,0,0,0,0,.8284,1.4349,2.6632,1.9265,4.0981,1.0981,0,0,0,0,0,0l16.021-9.25c1.4348-.8285,1.9264-2.6632,1.0981-4.0981C37.8157,4.3821,27.101.349,17.406,3.6404c-1.2119.4114-2.3689.923-3.4594,1.5237l-.0008-.0004Z"/></svg>
Copied!