Charging Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Charging 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/305356.svg" alt="Charging icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305356.svg" alt="Charging icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305356.svg" alt="Charging icon" :width="24" :height="24" />
CSS background
.icon-charging {
background-image: url('https://proicons.com/icon/305356.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M926 427h-50c-6 0-11-5-11-11V292c0-6-5-11-11-11H74c-6 0-11 5-11 11v415c0 6 5 11 11 11h780c7 0 12-5 12-11V584c0-6 5-12 11-12h49c6 0 11-5 11-11V438c1-6-5-11-11-11zM791 633c0 7-5 12-11 12H146c-6 0-11-5-11-12V366c0-6 5-11 11-11h634c6 0 11 5 11 11v267zM450 507c-46-13-92-25-138-38v1c62 36 125 73 188 109-4-28-7-55-11-83 43 11 85 23 126 34v-1c-57-36-114-72-172-109 2 29 5 58 7 87z"/></svg>
Copied!