Watts Up Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Watts Up 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/335009.svg" alt="Watts Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335009.svg" alt="Watts Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335009.svg" alt="Watts Up icon" :width="24" :height="24" />
CSS background
.icon-watts-up {
background-image: url('https://proicons.com/icon/335009.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="f" class="i" d="M13.1529,12.229v-4.8003c0-1.761,1.4173-3.1786,3.1777-3.1786h15.3388c1.7605,0,3.1777,1.4177,3.1777,3.1786v4.8003"/><path id="g" class="i" d="M34.8471,35.771v4.8003c0,1.761-1.4173,3.1786-3.1777,3.1786h-15.3388c-1.7605,0-3.1777-1.4177-3.1777-3.1786v-4.8003"/><path id="h" class="i" d="M34.8471,18.5684v9.094c0,1.8601-1.1266,2.3198-2.9061,1.0297l-7.941-5.7614-7.941,5.7614c-1.779,1.2907-2.9061.8303-2.9061-1.0297v-9.094"/></svg>
Copied!