battery eco charging icon
battery-eco-charging from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- battery-eco-charging
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the battery eco charging icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M8 19h5c2.828 0 4.243 0 5.121-.879C19 17.243 19 15.828 19 13c0-1.863 0-3.113-.251-4M5.5 7.038c-1.258.07-2.052.271-2.621.84C2 8.759 2 10.173 2 13c0 2.244 0 3.598.439 4.5M19 10.5l1.027.171c.681.114 1.022.17 1.28.336a1.5 1.5 0 0 1 .573.675c.12.282.12.627.12 1.318c0 .69 0 1.036-.12 1.318a1.5 1.5 0 0 1-.572.675c-.259.165-.6.222-1.28.336L19 15.5"/><path stroke-linejoin="round" d="M5.033 20C4.545 14.6 9 13.5 11 11m.034 4.835c2.545-.71 4.177-2.413 4.782-4.987c.686-2.915-.543-6.885-3.713-6.848c0 0 .322 1.26.04 1.876c-1.04 2.275-4.643 2.117-5.81 5c-.696 1.615-.275 3.418 1.033 4.452c.822.65 2.446.849 3.668.507"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBatteryEcoCharging(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M8 19h5c2.828 0 4.243 0 5.121-.879C19 17.243 19 15.828 19 13c0-1.863 0-3.113-.251-4M5.5 7.038c-1.258.07-2.052.271-2.621.84C2 8.759 2 10.173 2 13c0 2.244 0 3.598.439 4.5M19 10.5l1.027.171c.681.114 1.022.17 1.28.336a1.5 1.5 0 0 1 .573.675c.12.282.12.627.12 1.318c0 .69 0 1.036-.12 1.318a1.5 1.5 0 0 1-.572.675c-.259.165-.6.222-1.28.336L19 15.5"/><path strokeLinejoin="round" d="M5.033 20C4.545 14.6 9 13.5 11 11m.034 4.835c2.545-.71 4.177-2.413 4.782-4.987c.686-2.915-.543-6.885-3.713-6.848c0 0 .322 1.26.04 1.876c-1.04 2.275-4.643 2.117-5.81 5c-.696 1.615-.275 3.418 1.033 4.452c.822.65 2.446.849 3.668.507"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M8 19h5c2.828 0 4.243 0 5.121-.879C19 17.243 19 15.828 19 13c0-1.863 0-3.113-.251-4M5.5 7.038c-1.258.07-2.052.271-2.621.84C2 8.759 2 10.173 2 13c0 2.244 0 3.598.439 4.5M19 10.5l1.027.171c.681.114 1.022.17 1.28.336a1.5 1.5 0 0 1 .573.675c.12.282.12.627.12 1.318c0 .69 0 1.036-.12 1.318a1.5 1.5 0 0 1-.572.675c-.259.165-.6.222-1.28.336L19 15.5"/><path stroke-linejoin="round" d="M5.033 20C4.545 14.6 9 13.5 11 11m.034 4.835c2.545-.71 4.177-2.413 4.782-4.987c.686-2.915-.543-6.885-3.713-6.848c0 0 .322 1.26.04 1.876c-1.04 2.275-4.643 2.117-5.81 5c-.696 1.615-.275 3.418 1.033 4.452c.822.65 2.446.849 3.668.507"/></g></svg> </template>
CSS
.icon-battery-eco-charging {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2019h5c2.828%200%204.243%200%205.121-.879C19%2017.243%2019%2015.828%2019%2013c0-1.863%200-3.113-.251-4M5.5%207.038c-1.258.07-2.052.271-2.621.84C2%208.759%202%2010.173%202%2013c0%202.244%200%203.598.439%204.5M19%2010.5l1.027.171c.681.114%201.022.17%201.28.336a1.5%201.5%200%200%201%20.573.675c.12.282.12.627.12%201.318c0%20.69%200%201.036-.12%201.318a1.5%201.5%200%200%201-.572.675c-.259.165-.6.222-1.28.336L19%2015.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.033%2020C4.545%2014.6%209%2013.5%2011%2011m.034%204.835c2.545-.71%204.177-2.413%204.782-4.987c.686-2.915-.543-6.885-3.713-6.848c0%200%20.322%201.26.04%201.876c-1.04%202.275-4.643%202.117-5.81%205c-.696%201.615-.275%203.418%201.033%204.452c.822.65%202.446.849%203.668.507%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2019h5c2.828%200%204.243%200%205.121-.879C19%2017.243%2019%2015.828%2019%2013c0-1.863%200-3.113-.251-4M5.5%207.038c-1.258.07-2.052.271-2.621.84C2%208.759%202%2010.173%202%2013c0%202.244%200%203.598.439%204.5M19%2010.5l1.027.171c.681.114%201.022.17%201.28.336a1.5%201.5%200%200%201%20.573.675c.12.282.12.627.12%201.318c0%20.69%200%201.036-.12%201.318a1.5%201.5%200%200%201-.572.675c-.259.165-.6.222-1.28.336L19%2015.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.033%2020C4.545%2014.6%209%2013.5%2011%2011m.034%204.835c2.545-.71%204.177-2.413%204.782-4.987c.686-2.915-.543-6.885-3.713-6.848c0%200%20.322%201.26.04%201.876c-1.04%202.275-4.643%202.117-5.81%205c-.696%201.615-.275%203.418%201.033%204.452c.822.65%202.446.849%203.668.507%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/battery-eco-charging.svg?color=%231a73e8&size=48