Autel Charge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Autel Charge 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/322200.svg" alt="Autel Charge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322200.svg" alt="Autel Charge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322200.svg" alt="Autel Charge icon" :width="24" :height="24" />
CSS background
.icon-autel-charge {
background-image: url('https://proicons.com/icon/322200.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 class="c" d="M36.2224,21.7984v3.3023c0,.6079.4928,1.1008,1.1008,1.1008h4.1768"/><line class="c" x1="21.2225" y1="21.7984" x2="27.4101" y2="21.7984"/><line class="c" x1="24.3163" y1="26.2016" x2="24.3163" y2="21.7984"/><line class="c" x1="28.8246" y1="24" x2="34.062" y2="24"/><path class="c" d="M34.062,26.2016h-4.1367c-.6079,0-1.1008-.4928-1.1008-1.1008v-2.2016c0-.6079.4928-1.1008,1.1008-1.1008h4.1367"/><path class="c" d="M19.6182,21.7984v3.3023c0,.6079-.4928,1.1008-1.1008,1.1008h-3.1069c-.6079,0-1.1008-.4928-1.1008-1.1008v-3.3023"/><path class="c" d="M6.5,26.2016l1.1606-3.637c.1456-.4563.5697-.7661,1.0487-.7661h1.4985c.479,0,.903.3098,1.0487.7661l1.1606,3.637"/><line class="c" x1="11.9641" y1="24.6184" x2="8.9396" y2="24.6184"/><path id="b" class="c" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/></svg>
Copied!