battery 3 icon
battery-3-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- battery-3-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
battery-1battery-2battery-4battery-automotivebattery-chargingbattery-charging-2battery-ecobattery-exclamationbattery-offbattery-sparkbattery-verticalbattery-vertical-1battery-vertical-2battery-vertical-3battery-vertical-4battery-vertical-chargingbattery-vertical-charging-2battery-vertical-ecobattery-vertical-exclamationbattery-vertical-off
Use the battery 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 6a3 3 0 0 1 2.995 2.824L20 9v.086l.052.019a1.5 1.5 0 0 1 .941 1.25L21 10.5v3a1.5 1.5 0 0 1-.948 1.395l-.052.018V15a3 3 0 0 1-2.824 2.995L17 18H6a3 3 0 0 1-2.995-2.824L3 15V9a3 3 0 0 1 2.824-2.995L6 6zM7 9a1 1 0 0 0-1 1v4l.007.117A1 1 0 0 0 8 14v-4l-.007-.117A1 1 0 0 0 7 9m3 0a1 1 0 0 0-1 1v4l.007.117A1 1 0 0 0 11 14v-4l-.007-.117A1 1 0 0 0 10 9m3 0a1 1 0 0 0-1 1v4l.007.117A1 1 0 0 0 14 14v-4l-.007-.117A1 1 0 0 0 13 9"/></svg>
React
import type { SVGProps } from "react";
export function TablerBattery3Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 6a3 3 0 0 1 2.995 2.824L20 9v.086l.052.019a1.5 1.5 0 0 1 .941 1.25L21 10.5v3a1.5 1.5 0 0 1-.948 1.395l-.052.018V15a3 3 0 0 1-2.824 2.995L17 18H6a3 3 0 0 1-2.995-2.824L3 15V9a3 3 0 0 1 2.824-2.995L6 6zM7 9a1 1 0 0 0-1 1v4l.007.117A1 1 0 0 0 8 14v-4l-.007-.117A1 1 0 0 0 7 9m3 0a1 1 0 0 0-1 1v4l.007.117A1 1 0 0 0 11 14v-4l-.007-.117A1 1 0 0 0 10 9m3 0a1 1 0 0 0-1 1v4l.007.117A1 1 0 0 0 14 14v-4l-.007-.117A1 1 0 0 0 13 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 6a3 3 0 0 1 2.995 2.824L20 9v.086l.052.019a1.5 1.5 0 0 1 .941 1.25L21 10.5v3a1.5 1.5 0 0 1-.948 1.395l-.052.018V15a3 3 0 0 1-2.824 2.995L17 18H6a3 3 0 0 1-2.995-2.824L3 15V9a3 3 0 0 1 2.824-2.995L6 6zM7 9a1 1 0 0 0-1 1v4l.007.117A1 1 0 0 0 8 14v-4l-.007-.117A1 1 0 0 0 7 9m3 0a1 1 0 0 0-1 1v4l.007.117A1 1 0 0 0 11 14v-4l-.007-.117A1 1 0 0 0 10 9m3 0a1 1 0 0 0-1 1v4l.007.117A1 1 0 0 0 14 14v-4l-.007-.117A1 1 0 0 0 13 9"/></svg> </template>
CSS
.icon-battery-3-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%206a3%203%200%200%201%202.995%202.824L20%209v.086l.052.019a1.5%201.5%200%200%201%20.941%201.25L21%2010.5v3a1.5%201.5%200%200%201-.948%201.395l-.052.018V15a3%203%200%200%201-2.824%202.995L17%2018H6a3%203%200%200%201-2.995-2.824L3%2015V9a3%203%200%200%201%202.824-2.995L6%206zM7%209a1%201%200%200%200-1%201v4l.007.117A1%201%200%200%200%208%2014v-4l-.007-.117A1%201%200%200%200%207%209m3%200a1%201%200%200%200-1%201v4l.007.117A1%201%200%200%200%2011%2014v-4l-.007-.117A1%201%200%200%200%2010%209m3%200a1%201%200%200%200-1%201v4l.007.117A1%201%200%200%200%2014%2014v-4l-.007-.117A1%201%200%200%200%2013%209%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%206a3%203%200%200%201%202.995%202.824L20%209v.086l.052.019a1.5%201.5%200%200%201%20.941%201.25L21%2010.5v3a1.5%201.5%200%200%201-.948%201.395l-.052.018V15a3%203%200%200%201-2.824%202.995L17%2018H6a3%203%200%200%201-2.995-2.824L3%2015V9a3%203%200%200%201%202.824-2.995L6%206zM7%209a1%201%200%200%200-1%201v4l.007.117A1%201%200%200%200%208%2014v-4l-.007-.117A1%201%200%200%200%207%209m3%200a1%201%200%200%200-1%201v4l.007.117A1%201%200%200%200%2011%2014v-4l-.007-.117A1%201%200%200%200%2010%209m3%200a1%201%200%200%200-1%201v4l.007.117A1%201%200%200%200%2014%2014v-4l-.007-.117A1%201%200%200%200%2013%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/battery-3-filled.svg?color=%231a73e8&size=48