automotive battery 02 icon
automotive-battery-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- automotive-battery-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the automotive battery 02 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-width="1.5"><path d="M16 5.5H8c-2.828 0-4.243 0-5.121.879C2 7.257 2 8.672 2 11.5V15c0 2.828 0 4.243.879 5.121C3.757 21 5.172 21 8 21h8c2.828 0 4.243 0 5.121-.879C22 19.243 22 17.828 22 15v-3.5c0-2.828 0-4.243-.879-5.121C20.243 5.5 18.828 5.5 16 5.5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.5 9L10 13h4l-2.5 4M9 5.5v-.75c0-.702 0-1.053-.169-1.306a1 1 0 0 0-.275-.275C8.303 3 7.952 3 7.25 3s-1.053 0-1.306.169a1 1 0 0 0-.275.275C5.5 3.697 5.5 4.048 5.5 4.75v.75m13 0v-.75c0-.702 0-1.053-.169-1.306a1 1 0 0 0-.275-.275C17.803 3 17.452 3 16.75 3s-1.053 0-1.306.169a1 1 0 0 0-.276.275C15 3.697 15 4.048 15 4.75v.75"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAutomotiveBattery02(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" strokeWidth="1.5"><path d="M16 5.5H8c-2.828 0-4.243 0-5.121.879C2 7.257 2 8.672 2 11.5V15c0 2.828 0 4.243.879 5.121C3.757 21 5.172 21 8 21h8c2.828 0 4.243 0 5.121-.879C22 19.243 22 17.828 22 15v-3.5c0-2.828 0-4.243-.879-5.121C20.243 5.5 18.828 5.5 16 5.5Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12.5 9L10 13h4l-2.5 4M9 5.5v-.75c0-.702 0-1.053-.169-1.306a1 1 0 0 0-.275-.275C8.303 3 7.952 3 7.25 3s-1.053 0-1.306.169a1 1 0 0 0-.275.275C5.5 3.697 5.5 4.048 5.5 4.75v.75m13 0v-.75c0-.702 0-1.053-.169-1.306a1 1 0 0 0-.275-.275C17.803 3 17.452 3 16.75 3s-1.053 0-1.306.169a1 1 0 0 0-.276.275C15 3.697 15 4.048 15 4.75v.75"/></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-width="1.5"><path d="M16 5.5H8c-2.828 0-4.243 0-5.121.879C2 7.257 2 8.672 2 11.5V15c0 2.828 0 4.243.879 5.121C3.757 21 5.172 21 8 21h8c2.828 0 4.243 0 5.121-.879C22 19.243 22 17.828 22 15v-3.5c0-2.828 0-4.243-.879-5.121C20.243 5.5 18.828 5.5 16 5.5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12.5 9L10 13h4l-2.5 4M9 5.5v-.75c0-.702 0-1.053-.169-1.306a1 1 0 0 0-.275-.275C8.303 3 7.952 3 7.25 3s-1.053 0-1.306.169a1 1 0 0 0-.275.275C5.5 3.697 5.5 4.048 5.5 4.75v.75m13 0v-.75c0-.702 0-1.053-.169-1.306a1 1 0 0 0-.275-.275C17.803 3 17.452 3 16.75 3s-1.053 0-1.306.169a1 1 0 0 0-.276.275C15 3.697 15 4.048 15 4.75v.75"/></g></svg> </template>
CSS
.icon-automotive-battery-02 {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%205.5H8c-2.828%200-4.243%200-5.121.879C2%207.257%202%208.672%202%2011.5V15c0%202.828%200%204.243.879%205.121C3.757%2021%205.172%2021%208%2021h8c2.828%200%204.243%200%205.121-.879C22%2019.243%2022%2017.828%2022%2015v-3.5c0-2.828%200-4.243-.879-5.121C20.243%205.5%2018.828%205.5%2016%205.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%209L10%2013h4l-2.5%204M9%205.5v-.75c0-.702%200-1.053-.169-1.306a1%201%200%200%200-.275-.275C8.303%203%207.952%203%207.25%203s-1.053%200-1.306.169a1%201%200%200%200-.275.275C5.5%203.697%205.5%204.048%205.5%204.75v.75m13%200v-.75c0-.702%200-1.053-.169-1.306a1%201%200%200%200-.275-.275C17.803%203%2017.452%203%2016.75%203s-1.053%200-1.306.169a1%201%200%200%200-.276.275C15%203.697%2015%204.048%2015%204.75v.75%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%205.5H8c-2.828%200-4.243%200-5.121.879C2%207.257%202%208.672%202%2011.5V15c0%202.828%200%204.243.879%205.121C3.757%2021%205.172%2021%208%2021h8c2.828%200%204.243%200%205.121-.879C22%2019.243%2022%2017.828%2022%2015v-3.5c0-2.828%200-4.243-.879-5.121C20.243%205.5%2018.828%205.5%2016%205.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%209L10%2013h4l-2.5%204M9%205.5v-.75c0-.702%200-1.053-.169-1.306a1%201%200%200%200-.275-.275C8.303%203%207.952%203%207.25%203s-1.053%200-1.306.169a1%201%200%200%200-.275.275C5.5%203.697%205.5%204.048%205.5%204.75v.75m13%200v-.75c0-.702%200-1.053-.169-1.306a1%201%200%200%200-.275-.275C17.803%203%2017.452%203%2016.75%203s-1.053%200-1.306.169a1%201%200%200%200-.276.275C15%203.697%2015%204.048%2015%204.75v.75%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/automotive-battery-02.svg?color=%231a73e8&size=48