Wattz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wattz 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/349569.svg" alt="Wattz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349569.svg" alt="Wattz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349569.svg" alt="Wattz icon" :width="24" :height="24" />
CSS background
.icon-wattz {
background-image: url('https://proicons.com/icon/349569.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>.d{stroke-linecap:round;}.d,.e{fill:none;stroke:#fff;stroke-linejoin:round;}</style></defs><path class="d" d="m24,43.5h-7.75c-1.1046,0-2-.8954-2-2V10.4c0-1.1046.8954-2,2-2h3.85v-3.9h7.8v3.9h3.85c1.1046,0,2,.8954,2,2v31.1c0,1.1046-.8954,2-2,2h-7.75Z"/><path id="c" class="e" d="m26,14.6171v9.7308h4l-8,13.2692v-9.7308h-4l8-13.2692-8,13.2692h4v9.7308l8-13.2692h-4v-9.7308"/></svg>
Copied!