Homewizard Energy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Homewizard Energy 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/341661.svg" alt="Homewizard Energy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341661.svg" alt="Homewizard Energy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341661.svg" alt="Homewizard Energy icon" :width="24" :height="24" />
CSS background
.icon-homewizard-energy {
background-image: url('https://proicons.com/icon/341661.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="g" d="m26.9199,38.3822h10.2185"/><path id="e" class="g" d="m32.0292,33.2729v10.2185"/><path id="f" class="g" d="m12.3379,43.5l24.8026-24.8016h-11.3789l11.1404-14.1984h-12.5716c-1.25,0-2.4051.6667-3.0301,1.7493l-10.4409,18.0849h8.9398l-7.4613,19.1658Z"/></g></svg>
Copied!