Battery Charging Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Battery Charging icon is commonly used in device status bars and IoT dashboards. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/309975.svg" alt="Battery Charging icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309975.svg" alt="Battery Charging icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309975.svg" alt="Battery Charging icon" :width="24" :height="24" />
CSS background
.icon-battery-charging {
background-image: url('https://proicons.com/icon/309975.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14.3099 5.12H5.52991C4.58839 5.12 3.68553 5.49401 3.01978 6.15977C2.35402 6.82552 1.97998 7.72848 1.97998 8.67V15.32C1.97998 16.2624 2.3537 17.1664 3.01917 17.8338C3.68463 18.5011 4.58747 18.8773 5.52991 18.88H14.3099C15.2533 18.8774 16.1573 18.5014 16.8243 17.8344C17.4914 17.1673 17.8674 16.2634 17.87 15.32V8.67999C17.87 7.73582 17.4949 6.83033 16.8273 6.1627C16.1596 5.49507 15.2541 5.12 14.3099 5.12ZM12.71 12.72L9.63 15.8C9.44264 15.9862 9.18911 16.0908 8.92493 16.0908C8.66074 16.0908 8.40733 15.9862 8.21997 15.8C8.03372 15.6126 7.9292 15.3592 7.9292 15.095C7.9292 14.8308 8.03372 14.5774 8.21997 14.39L9.58997 13.01H7.8999C7.70128 13.0111 7.50683 12.9531 7.34131 12.8433C7.17579 12.7335 7.04675 12.5769 6.97058 12.3935C6.89441 12.21 6.87463 12.0081 6.9137 11.8133C6.95277 11.6186 7.04891 11.4399 7.18994 11.3L10.27 8.21999C10.363 8.12627 10.4735 8.05187 10.5953 8.00111C10.7172 7.95034 10.848 7.92419 10.98 7.92419C11.112 7.92419 11.2426 7.95034 11.3645 8.00111C11.4864 8.05187 11.597 8.12627 11.6899 8.21999C11.8762 8.40736 11.9807 8.66081 11.9807 8.925C11.9807 9.18918 11.8762 9.44263 11.6899 9.63L10.3099 11.01H12.01C12.2078 11.0108 12.4008 11.0703 12.5648 11.1808C12.7288 11.2914 12.8563 11.4481 12.9313 11.6311C13.0062 11.8142 13.0251 12.0153 12.9857 12.2091C12.9463 12.4029 12.8504 12.5807 12.71 12.72Z" fill="black"/> <path d="M20.2 15.85H19.71C19.511 15.85 19.3203 15.771 19.1797 15.6303C19.039 15.4897 18.96 15.2989 18.96 15.1C18.96 14.9011 19.039 14.7103 19.1797 14.5697C19.3203 14.429 19.511 14.35 19.71 14.35H20.24C20.2771 14.3514 20.3141 14.3451 20.3488 14.3315C20.3834 14.318 20.4148 14.2974 20.441 14.2711C20.4673 14.2448 20.4879 14.2134 20.5015 14.1788C20.515 14.1442 20.5214 14.1071 20.52 14.07V9.95999C20.519 9.88572 20.4904 9.81446 20.4399 9.75999C20.3845 9.71102 20.3139 9.68275 20.24 9.67999H19.71C19.511 9.67999 19.3203 9.60098 19.1797 9.46033C19.039 9.31967 18.96 9.12891 18.96 8.92999C18.96 8.73108 19.039 8.54032 19.1797 8.39967C19.3203 8.25901 19.511 8.17999 19.71 8.17999H20.24C20.7121 8.17999 21.1648 8.36753 21.4987 8.70135C21.8325 9.03516 22.02 9.48791 22.02 9.95999V14.12C22.02 14.5921 21.8325 15.0448 21.4987 15.3786C21.1648 15.7125 20.7121 15.9 20.24 15.9L20.2 15.85Z" fill="black"/> </svg>
Battery Charging in other icon packs
Copied!