Yourbatterydrainer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yourbatterydrainer 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/350055.svg" alt="Yourbatterydrainer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350055.svg" alt="Yourbatterydrainer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350055.svg" alt="Yourbatterydrainer icon" :width="24" :height="24" />
CSS background
.icon-yourbatterydrainer {
background-image: url('https://proicons.com/icon/350055.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M17.6942,6.9179,42.0393,27.2637a1.2776,1.2776,0,0,1-.0114,1.9761l-9.9817,11.944a1.3,1.3,0,0,1-1.7976-.1213L5.9543,20.7591a1.2426,1.2426,0,0,1-.1587-1.7726L15.82,6.9917a1.1985,1.1985,0,0,1,1.8744-.0737Z"/><path class="a" d="M18.3755,10.8541,21.7808,13.7l-8.2826,9.9108-3.4053-2.8459Z"/><path class="a" d="M23.9111,15.4374l3.4053,2.8459L19.0337,28.194l-3.4052-2.8459Z"/><path class="a" d="M29.4943,20.0165,32.9,22.8623l-8.2826,9.9108-3.4052-2.8458Z"/><path class="a" d="M39.6577,32.1785l2.6428,2.2087-5.1395,6.15-2.6429-2.2087Z"/></svg>
Copied!