Hello Watt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hello Watt 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/326973.svg" alt="Hello Watt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326973.svg" alt="Hello Watt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326973.svg" alt="Hello Watt icon" :width="24" :height="24" />
CSS background
.icon-hello-watt {
background-image: url('https://proicons.com/icon/326973.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M14.8075,26.6924c-5.0768-5.0768-5.0768-13.308,0-18.385,5.0768-5.0768,13.308-5.0768,18.385,0,4.8391,4.8391,5.0657,12.544.6797,17.652-.3597.4189-.819,1.1586-.9909,1.6835l-.5897,1.8011c-.5569,1.7008-2.1439,2.8511-3.9335,2.8511h-11.716l12.881,5.6025h-11.047l9.2125,5.6025"/><path class="e" d="M23.9995,11.0004c3.5899,0,6.5,2.9101,6.5,6.5"/></svg>
Copied!