accumulator icon

accumulator-bold from Solar by 480 Design · Bold · CC-BY-4.0 Attribution required.

Name
accumulator-bold
Set
Solar
Style
Bold
Viewbox
24×24
License
CC BY 4.0

1 other variant in Solar

Use the accumulator icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGhLq0x4BW"><g fill="none"><path fill="#fff" d="M22 14v-2.025c0-1.846 0-2.768-.392-3.458a3 3 0 0 0-1.125-1.125C19.793 7 18.871 7 17.025 7h-.28c-.123 0-.184 0-.24-.006a1 1 0 0 1-.725-.448a2 2 0 0 1-.113-.213c-.11-.22-.165-.33-.228-.425a2 2 0 0 0-1.447-.895C13.878 5 13.755 5 13.509 5h-3.018c-.246 0-.37 0-.482.013a2 2 0 0 0-1.448.895c-.063.095-.118.205-.228.425c-.055.11-.082.165-.113.213a1 1 0 0 1-.724.447C7.439 7 7.378 7 7.255 7h-.28c-1.846 0-2.768 0-3.458.392a3 3 0 0 0-1.125 1.125C2 9.207 2 10.129 2 11.975V14c0 2.828 0 4.243.879 5.121C3.757 20 5.172 20 8 20h8c2.828 0 4.243 0 5.121-.879C22 18.243 22 16.828 22 14"/><path fill="#fff" d="M5.045 3.25c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04l.008.066c.034.299-.056.595-.197.86a.5.5 0 0 1-.443.27L6.93 6c-.885 0-1.614 0-2.207.053c-.616.055-1.18.174-1.7.47a4 4 0 0 0-.773.572v-1.14c0-.433 0-.83.043-1.152c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043zm14 0c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04c.043.323.043.72.043 1.152v1.14a4 4 0 0 0-.773-.572c-.52-.296-1.084-.415-1.7-.47C18.684 6 17.954 6 17.07 6l-.153-.001a.5.5 0 0 1-.437-.27c-.14-.265-.229-.56-.195-.858l.008-.068c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043z"/><path fill="#000" fill-rule="evenodd" d="M16.5 11.25a.75.75 0 0 1 .75.75v.75H18a.75.75 0 0 1 0 1.5h-.75V15a.75.75 0 0 1-1.5 0v-.75H15a.75.75 0 0 1 0-1.5h.75V12a.75.75 0 0 1 .75-.75M5.25 13.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGhLq0x4BW)"/></svg>

React

import type { SVGProps } from "react";

export function SolarAccumulatorBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGhLq0x4BW"><g fill="none"><path fill="#fff" d="M22 14v-2.025c0-1.846 0-2.768-.392-3.458a3 3 0 0 0-1.125-1.125C19.793 7 18.871 7 17.025 7h-.28c-.123 0-.184 0-.24-.006a1 1 0 0 1-.725-.448a2 2 0 0 1-.113-.213c-.11-.22-.165-.33-.228-.425a2 2 0 0 0-1.447-.895C13.878 5 13.755 5 13.509 5h-3.018c-.246 0-.37 0-.482.013a2 2 0 0 0-1.448.895c-.063.095-.118.205-.228.425c-.055.11-.082.165-.113.213a1 1 0 0 1-.724.447C7.439 7 7.378 7 7.255 7h-.28c-1.846 0-2.768 0-3.458.392a3 3 0 0 0-1.125 1.125C2 9.207 2 10.129 2 11.975V14c0 2.828 0 4.243.879 5.121C3.757 20 5.172 20 8 20h8c2.828 0 4.243 0 5.121-.879C22 18.243 22 16.828 22 14"/><path fill="#fff" d="M5.045 3.25c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04l.008.066c.034.299-.056.595-.197.86a.5.5 0 0 1-.443.27L6.93 6c-.885 0-1.614 0-2.207.053c-.616.055-1.18.174-1.7.47a4 4 0 0 0-.773.572v-1.14c0-.433 0-.83.043-1.152c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043zm14 0c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04c.043.323.043.72.043 1.152v1.14a4 4 0 0 0-.773-.572c-.52-.296-1.084-.415-1.7-.47C18.684 6 17.954 6 17.07 6l-.153-.001a.5.5 0 0 1-.437-.27c-.14-.265-.229-.56-.195-.858l.008-.068c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043z"/><path fill="#000" fillRule="evenodd" d="M16.5 11.25a.75.75 0 0 1 .75.75v.75H18a.75.75 0 0 1 0 1.5h-.75V15a.75.75 0 0 1-1.5 0v-.75H15a.75.75 0 0 1 0-1.5h.75V12a.75.75 0 0 1 .75-.75M5.25 13.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></g></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGhLq0x4BW)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGhLq0x4BW"><g fill="none"><path fill="#fff" d="M22 14v-2.025c0-1.846 0-2.768-.392-3.458a3 3 0 0 0-1.125-1.125C19.793 7 18.871 7 17.025 7h-.28c-.123 0-.184 0-.24-.006a1 1 0 0 1-.725-.448a2 2 0 0 1-.113-.213c-.11-.22-.165-.33-.228-.425a2 2 0 0 0-1.447-.895C13.878 5 13.755 5 13.509 5h-3.018c-.246 0-.37 0-.482.013a2 2 0 0 0-1.448.895c-.063.095-.118.205-.228.425c-.055.11-.082.165-.113.213a1 1 0 0 1-.724.447C7.439 7 7.378 7 7.255 7h-.28c-1.846 0-2.768 0-3.458.392a3 3 0 0 0-1.125 1.125C2 9.207 2 10.129 2 11.975V14c0 2.828 0 4.243.879 5.121C3.757 20 5.172 20 8 20h8c2.828 0 4.243 0 5.121-.879C22 18.243 22 16.828 22 14"/><path fill="#fff" d="M5.045 3.25c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04l.008.066c.034.299-.056.595-.197.86a.5.5 0 0 1-.443.27L6.93 6c-.885 0-1.614 0-2.207.053c-.616.055-1.18.174-1.7.47a4 4 0 0 0-.773.572v-1.14c0-.433 0-.83.043-1.152c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043zm14 0c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04c.043.323.043.72.043 1.152v1.14a4 4 0 0 0-.773-.572c-.52-.296-1.084-.415-1.7-.47C18.684 6 17.954 6 17.07 6l-.153-.001a.5.5 0 0 1-.437-.27c-.14-.265-.229-.56-.195-.858l.008-.068c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043z"/><path fill="#000" fill-rule="evenodd" d="M16.5 11.25a.75.75 0 0 1 .75.75v.75H18a.75.75 0 0 1 0 1.5h-.75V15a.75.75 0 0 1-1.5 0v-.75H15a.75.75 0 0 1 0-1.5h.75V12a.75.75 0 0 1 .75-.75M5.25 13.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGhLq0x4BW)"/></svg>
</template>

CSS

.icon-accumulator-bold {
  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%3Cdefs%3E%3Cmask%20id%3D%22SVGhLq0x4BW%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22%2014v-2.025c0-1.846%200-2.768-.392-3.458a3%203%200%200%200-1.125-1.125C19.793%207%2018.871%207%2017.025%207h-.28c-.123%200-.184%200-.24-.006a1%201%200%200%201-.725-.448a2%202%200%200%201-.113-.213c-.11-.22-.165-.33-.228-.425a2%202%200%200%200-1.447-.895C13.878%205%2013.755%205%2013.509%205h-3.018c-.246%200-.37%200-.482.013a2%202%200%200%200-1.448.895c-.063.095-.118.205-.228.425c-.055.11-.082.165-.113.213a1%201%200%200%201-.724.447C7.439%207%207.378%207%207.255%207h-.28c-1.846%200-2.768%200-3.458.392a3%203%200%200%200-1.125%201.125C2%209.207%202%2010.129%202%2011.975V14c0%202.828%200%204.243.879%205.121C3.757%2020%205.172%2020%208%2020h8c2.828%200%204.243%200%205.121-.879C22%2018.243%2022%2016.828%2022%2014%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.045%203.25c.433%200%20.83%200%201.152.043c.356.048.731.16%201.04.47s.422.684.47%201.04l.008.066c.034.299-.056.595-.197.86a.5.5%200%200%201-.443.27L6.93%206c-.885%200-1.614%200-2.207.053c-.616.055-1.18.174-1.7.47a4%204%200%200%200-.773.572v-1.14c0-.433%200-.83.043-1.152c.048-.356.16-.731.47-1.04s.684-.422%201.04-.47c.323-.043.72-.043%201.152-.043zm14%200c.433%200%20.83%200%201.152.043c.356.048.731.16%201.04.47s.422.684.47%201.04c.043.323.043.72.043%201.152v1.14a4%204%200%200%200-.773-.572c-.52-.296-1.084-.415-1.7-.47C18.684%206%2017.954%206%2017.07%206l-.153-.001a.5.5%200%200%201-.437-.27c-.14-.265-.229-.56-.195-.858l.008-.068c.048-.356.16-.731.47-1.04s.684-.422%201.04-.47c.323-.043.72-.043%201.152-.043z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%2011.25a.75.75%200%200%201%20.75.75v.75H18a.75.75%200%200%201%200%201.5h-.75V15a.75.75%200%200%201-1.5%200v-.75H15a.75.75%200%200%201%200-1.5h.75V12a.75.75%200%200%201%20.75-.75M5.25%2013.5a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGhLq0x4BW)%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%3Cdefs%3E%3Cmask%20id%3D%22SVGhLq0x4BW%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22%2014v-2.025c0-1.846%200-2.768-.392-3.458a3%203%200%200%200-1.125-1.125C19.793%207%2018.871%207%2017.025%207h-.28c-.123%200-.184%200-.24-.006a1%201%200%200%201-.725-.448a2%202%200%200%201-.113-.213c-.11-.22-.165-.33-.228-.425a2%202%200%200%200-1.447-.895C13.878%205%2013.755%205%2013.509%205h-3.018c-.246%200-.37%200-.482.013a2%202%200%200%200-1.448.895c-.063.095-.118.205-.228.425c-.055.11-.082.165-.113.213a1%201%200%200%201-.724.447C7.439%207%207.378%207%207.255%207h-.28c-1.846%200-2.768%200-3.458.392a3%203%200%200%200-1.125%201.125C2%209.207%202%2010.129%202%2011.975V14c0%202.828%200%204.243.879%205.121C3.757%2020%205.172%2020%208%2020h8c2.828%200%204.243%200%205.121-.879C22%2018.243%2022%2016.828%2022%2014%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.045%203.25c.433%200%20.83%200%201.152.043c.356.048.731.16%201.04.47s.422.684.47%201.04l.008.066c.034.299-.056.595-.197.86a.5.5%200%200%201-.443.27L6.93%206c-.885%200-1.614%200-2.207.053c-.616.055-1.18.174-1.7.47a4%204%200%200%200-.773.572v-1.14c0-.433%200-.83.043-1.152c.048-.356.16-.731.47-1.04s.684-.422%201.04-.47c.323-.043.72-.043%201.152-.043zm14%200c.433%200%20.83%200%201.152.043c.356.048.731.16%201.04.47s.422.684.47%201.04c.043.323.043.72.043%201.152v1.14a4%204%200%200%200-.773-.572c-.52-.296-1.084-.415-1.7-.47C18.684%206%2017.954%206%2017.07%206l-.153-.001a.5.5%200%200%201-.437-.27c-.14-.265-.229-.56-.195-.858l.008-.068c.048-.356.16-.731.47-1.04s.684-.422%201.04-.47c.323-.043.72-.043%201.152-.043z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%2011.25a.75.75%200%200%201%20.75.75v.75H18a.75.75%200%200%201%200%201.5h-.75V15a.75.75%200%200%201-1.5%200v-.75H15a.75.75%200%200%201%200-1.5h.75V12a.75.75%200%200%201%20.75-.75M5.25%2013.5a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGhLq0x4BW)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/accumulator-bold.svg?color=%231a73e8&size=48