Batterychargelimit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Batterychargelimit 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/336984.svg" alt="Batterychargelimit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336984.svg" alt="Batterychargelimit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336984.svg" alt="Batterychargelimit icon" :width="24" :height="24" />
CSS background
.icon-batterychargelimit {
background-image: url('https://proicons.com/icon/336984.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="M20.5,4.5h6.67a1,1,0,0,1,1,1v3H32.8a2,2,0,0,1,2,2v31a2,2,0,0,1-2,2H15.19a2,2,0,0,1-2-2v-31a2,2,0,0,1,2-2H19.5v-3A1,1,0,0,1,20.5,4.5Z"/><line class="a" x1="13.19" y1="18.59" x2="34.8" y2="18.59"/><line class="a" x1="19.5" y1="8.5" x2="28.17" y2="8.5"/><path class="a" d="M24,23.43h0a7.78,7.78,0,0,1-3.88,1,7.54,7.54,0,0,1-1.94-.25v9.35c0,2,2.33,3.78,5.82,5.24,3.49-1.74,5.82-3.2,5.82-5.24V24.23a7.94,7.94,0,0,1-1.94.25A7.66,7.66,0,0,1,24,23.43Z"/><line class="a" x1="24" y1="23.44" x2="24" y2="38.82"/><line class="a" x1="18.18" y1="31.13" x2="29.82" y2="31.13"/></svg>
Copied!