Charge Meter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Charge Meter 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/323591.svg" alt="Charge Meter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323591.svg" alt="Charge Meter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323591.svg" alt="Charge Meter icon" :width="24" :height="24" />
CSS background
.icon-charge-meter {
background-image: url('https://proicons.com/icon/323591.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><path class="b" d="M29.4486,30.0439l-.9601,3.8932M22.7054,37.0516l6.7432-7.0077-3.7836.8694M20.4867,35.6002c-1.9844-.7862-3.7004-1.7198-3.7004-3.776s1.6593-3.7231,3.7042-3.7231c1.7345.0093,3.2309,1.2199,3.6021,2.9142.3718-1.695,1.8706-2.9047,3.6059-2.9104,2.0411,0,3.7042,1.6631,3.7042,3.7193s-1.7198,2.986-3.7042,3.7798c-1.9844.7862-3.2393,2.283-3.6059,3.9915-.3666-1.7085-1.6178-3.2053-3.6021-3.9915l-.0038-.0038ZM13.3013,24.2079h21.4012M30.6014,12.808l-5.6886,6.781-.6728.8013c-.5438.1965-1.144-.0851-1.3405-.6289-.1003-.2775-.0788-.5844.0591-.8452l.6388-.5103,7.004-5.5979ZM16.5859,19.2866c-.0204-.225-.0305-.4507-.0302-.6766.0021-4.097,3.333-7.4177,7.4424-7.4197,1.6004.0015,3.1578.5171,4.4413,1.4703M30.5069,15.0154c.6109,1.1015.9309,2.3397.9298,3.5984h0c.0002.2259-.0098.4516-.0302.6766M19.1033,7.2857v-1.6518c0-.6263.5077-1.1339,1.1339-1.1339.0013,0,.0025,0,.0038,0h7.5142c.6263-.0021,1.1356.5039,1.1377,1.1302,0,.0013,0,.0025,0,.0038v1.648M16.1437,7.2819h15.7088c1.5656-.0063,2.8399,1.2579,2.8462,2.8235,0,.005,0,.0101,0,.0151v30.5408c.0021,1.5656-1.2654,2.8366-2.831,2.8387-.0051,0-.0101,0-.0151,0h-15.7088c-1.5656.0063-2.8399-1.2579-2.8462-2.8235,0-.0038,0-.0076,0-.0114V10.1243c0-1.5656,1.2692-2.8349,2.8348-2.8349.0038,0,.0076,0,.0114,0v-.0076Z"/></svg>
Copied!