SVG icon set
git clone https://git.lucas.co/cce-icons.git
svg/battery-charging.svg (988B)
1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2 <!-- battery.svg with the bolt INSIDE the body. The solid glyph had to
3 badge it on the top-left corner and mask a gap around it, there
4 being no inside to put it in; an outlined body has one, which is
5 where the charging bolt belongs. Filled rather than stroked, so it
6 reads as a bolt and not as a third outline, and sized to nearly
7 fill the wall's inner edge (7..29 x 14..26) — a smaller one read
8 as a spark rather than a bolt at bar size. -->
9 <g fill="none" stroke="#ffffff" stroke-width="4" stroke-linecap="round"
10 stroke-linejoin="round">
11 <path d="M8.75 12 L27.25 12 C29.75 12, 31 13.25, 31 15.75 L31 24.25 C31 26.75, 29.75 28, 27.25 28 L8.75 28 C6.25 28, 5 26.75, 5 24.25 L5 15.75 C5 13.25, 6.25 12, 8.75 12 Z" />
12 <path d="M34.5 17 L34.5 23" />
13 </g>
14 <path fill="#ffffff" d="M20.5 15 L15.5 21 L20 21 L19.5 25 L24.5 19 L20 19 Z" />
15 </svg>