Charging Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Charging Manager 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/338156.svg" alt="Charging Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338156.svg" alt="Charging Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338156.svg" alt="Charging Manager icon" :width="24" :height="24" />
CSS background
.icon-charging-manager {
background-image: url('https://proicons.com/icon/338156.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M23.1029,35.0538c-10.8987,3.2762-12.5009,3.2017-12.5009,3.2017C25.8908,16.8512,3.2432,3.9347,3.2432,3.9347c0,0,25.6371,2.7799,41.5135,18.9035,0,0-3.6002,4.567-11.4784,8.4806"/><path class="c" d="M29.4675,36.3102h-3.4051c-1.9012,0-3.4886-1.4496-3.6609-3.343l-.524-5.7607c-.0923-1.015.7068-1.8901,1.726-1.8901h8.3229c1.0191,0,1.8183.8751,1.726,1.8901l-.524,5.7607c-.1722,1.8933-1.7597,3.343-3.6609,3.343Z"/><path class="c" d="M29.7458,36.3102c0,3.11-.8781,5.519-1.7668,7.7639h-3.8493s.1756-.4429.1756-.4429c.9159-2.3104,1.8627-4.4865,1.8627-7.321"/><line class="c" x1="30.7056" y1="25.3056" x2="30.7056" y2="19.5023"/><line class="c" x1="24.8243" y1="19.5023" x2="24.8243" y2="25.3056"/></svg>
Copied!