Chargemap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chargemap 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/323594.svg" alt="Chargemap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323594.svg" alt="Chargemap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323594.svg" alt="Chargemap icon" :width="24" :height="24" />
CSS background
.icon-chargemap {
background-image: url('https://proicons.com/icon/323594.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M35.1571,25.052s7.4359-.77,6.7027-13.4605h-3.2713v-6.0915h-3.2713v6.0915h-2.1433M31.9753,25.052s-7.4359-.77-6.7027-13.4605h3.2713v-6.0915h3.2713v6.0915h2.1433M6.0893,27.4098h13.818s1.7748.0598,1.7349,2.0938c-.0399,2.034.0206,9.1046.0206,9.1046,0,0,.1692,3.779,4.3994,3.8918h4.5122s4.5686,0,4.5686-4.2866v-13.0854M6.1103,23.9436h12.7888s6.0069-.3102,6.0351,6.0351l-.0564,7.7835s-.1692,1.5793,1.6357,1.5793l3.6662-.0564s1.8049.2256,1.8049-1.2973v-12.9162"/></svg>
Copied!