Chargespot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chargespot 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/323596.svg" alt="Chargespot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323596.svg" alt="Chargespot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323596.svg" alt="Chargespot icon" :width="24" :height="24" />
CSS background
.icon-chargespot {
background-image: url('https://proicons.com/icon/323596.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="b" 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><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m26.9688,23.2757l3.2059-7.2264c.1264-.285-.0822-.6059-.394-.6059h-8.878c-.1978,0-.3702.1346-.4182.3265l-2.7141,10.8563c-.0463.185.0937.3643.2844.3643h4.0098l-2.5356,10.7307c-.0652.2758.2824.4547.469.2414l12.3606-14.1324h-5.0291c-.2854,0-.4763-.2936-.3606-.5545Z"/><line class="c" x1="28.3774" y1="23.8302" x2="45.4991" y2="23.8302"/></svg>
Copied!