Chargepoint Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chargepoint 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/323595.svg" alt="Chargepoint icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323595.svg" alt="Chargepoint icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323595.svg" alt="Chargepoint icon" :width="24" :height="24" />
CSS background
.icon-chargepoint {
background-image: url('https://proicons.com/icon/323595.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="17.6056" y1="24" x2="5.5" y2="24"/><path class="b" d="M38.4994,5.5008H9.5007c-2.209,0-3.9998,1.7908-3.9998,3.9998v28.9988c0,2.209,1.7908,3.9998,3.9998,3.9998h28.9988c2.209,0,3.9998-1.7908,3.9998-3.9998V9.5006c0-2.209-1.7908-3.9998-3.9998-3.9998Z"/><path class="b" d="M30.3944,19.3944c0-3.5315-2.8629-6.3944-6.3944-6.3944h0c-3.5315,0-6.3944,2.8629-6.3944,6.3944v9.2112c0,3.5315,2.8629,6.3944,6.3944,6.3944h0c3.5315,0,6.3944-2.8629,6.3944-6.3944"/></svg>
Copied!