accumulator icon

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

Name
accumulator-bold-duotone
Set
Solar
Style
Bold Duotone
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"><path fill="currentColor" d="M22 11.975V14c0 2.828 0 4.243-.879 5.121C20.243 20 18.828 20 16 20H8c-2.828 0-4.243 0-5.121-.879C2 18.243 2 16.828 2 14v-2.025c0-1.846 0-2.768.392-3.458a3 3 0 0 1 1.125-1.125C4.207 7 5.129 7 6.975 7h.28c.123 0 .184 0 .24-.006a1 1 0 0 0 .725-.448c.03-.048.058-.103.113-.213c.11-.22.165-.33.228-.425a2 2 0 0 1 1.447-.895C10.123 5 10.246 5 10.492 5h3.018c.246 0 .37 0 .482.013a2 2 0 0 1 1.448.895c.063.095.118.205.228.425c.055.11.082.165.113.213a1 1 0 0 0 .724.447c.057.007.118.007.241.007h.28c1.846 0 2.768 0 3.458.392a3 3 0 0 1 1.125 1.125c.392.69.392 1.612.392 3.458" opacity=".5"/><path fill="currentColor" 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"/><path fill="currentColor" d="M19.044 3.25c.433 0 .83 0 1.152.043c.356.048.732.16 1.04.47c.31.309.422.684.47 1.04c.043.323.043 2.72.043 3.152v.864a2 2 0 0 0-.141-.302a3 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-.22-.051V4.87l.008-.068c.047-.356.16-.731.469-1.04s.685-.422 1.04-.47c.323-.043.72-.043 1.152-.043zm-14.054 0c-.433 0-.83 0-1.153.043c-.356.048-.731.16-1.04.47s-.422.684-.47 1.04c-.043.323-.043 2.72-.043 3.152v.781q.048-.114.108-.219a3 3 0 0 1 1.125-1.125C4.207 7 5.13 7 6.975 7h.28c.123 0 .184 0 .241-.006a1 1 0 0 0 .253-.064V4.871l-.008-.068c-.048-.356-.16-.731-.47-1.04c-.308-.31-.684-.422-1.04-.47c-.322-.043-.72-.043-1.152-.043z"/></svg>

React

import type { SVGProps } from "react";

export function SolarAccumulatorBoldDuotone(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="M22 11.975V14c0 2.828 0 4.243-.879 5.121C20.243 20 18.828 20 16 20H8c-2.828 0-4.243 0-5.121-.879C2 18.243 2 16.828 2 14v-2.025c0-1.846 0-2.768.392-3.458a3 3 0 0 1 1.125-1.125C4.207 7 5.129 7 6.975 7h.28c.123 0 .184 0 .24-.006a1 1 0 0 0 .725-.448c.03-.048.058-.103.113-.213c.11-.22.165-.33.228-.425a2 2 0 0 1 1.447-.895C10.123 5 10.246 5 10.492 5h3.018c.246 0 .37 0 .482.013a2 2 0 0 1 1.448.895c.063.095.118.205.228.425c.055.11.082.165.113.213a1 1 0 0 0 .724.447c.057.007.118.007.241.007h.28c1.846 0 2.768 0 3.458.392a3 3 0 0 1 1.125 1.125c.392.69.392 1.612.392 3.458" opacity=".5"/><path fill="currentColor" 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"/><path fill="currentColor" d="M19.044 3.25c.433 0 .83 0 1.152.043c.356.048.732.16 1.04.47c.31.309.422.684.47 1.04c.043.323.043 2.72.043 3.152v.864a2 2 0 0 0-.141-.302a3 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-.22-.051V4.87l.008-.068c.047-.356.16-.731.469-1.04s.685-.422 1.04-.47c.323-.043.72-.043 1.152-.043zm-14.054 0c-.433 0-.83 0-1.153.043c-.356.048-.731.16-1.04.47s-.422.684-.47 1.04c-.043.323-.043 2.72-.043 3.152v.781q.048-.114.108-.219a3 3 0 0 1 1.125-1.125C4.207 7 5.13 7 6.975 7h.28c.123 0 .184 0 .241-.006a1 1 0 0 0 .253-.064V4.871l-.008-.068c-.048-.356-.16-.731-.47-1.04c-.308-.31-.684-.422-1.04-.47c-.322-.043-.72-.043-1.152-.043z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 11.975V14c0 2.828 0 4.243-.879 5.121C20.243 20 18.828 20 16 20H8c-2.828 0-4.243 0-5.121-.879C2 18.243 2 16.828 2 14v-2.025c0-1.846 0-2.768.392-3.458a3 3 0 0 1 1.125-1.125C4.207 7 5.129 7 6.975 7h.28c.123 0 .184 0 .24-.006a1 1 0 0 0 .725-.448c.03-.048.058-.103.113-.213c.11-.22.165-.33.228-.425a2 2 0 0 1 1.447-.895C10.123 5 10.246 5 10.492 5h3.018c.246 0 .37 0 .482.013a2 2 0 0 1 1.448.895c.063.095.118.205.228.425c.055.11.082.165.113.213a1 1 0 0 0 .724.447c.057.007.118.007.241.007h.28c1.846 0 2.768 0 3.458.392a3 3 0 0 1 1.125 1.125c.392.69.392 1.612.392 3.458" opacity=".5"/><path fill="currentColor" 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"/><path fill="currentColor" d="M19.044 3.25c.433 0 .83 0 1.152.043c.356.048.732.16 1.04.47c.31.309.422.684.47 1.04c.043.323.043 2.72.043 3.152v.864a2 2 0 0 0-.141-.302a3 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-.22-.051V4.87l.008-.068c.047-.356.16-.731.469-1.04s.685-.422 1.04-.47c.323-.043.72-.043 1.152-.043zm-14.054 0c-.433 0-.83 0-1.153.043c-.356.048-.731.16-1.04.47s-.422.684-.47 1.04c-.043.323-.043 2.72-.043 3.152v.781q.048-.114.108-.219a3 3 0 0 1 1.125-1.125C4.207 7 5.13 7 6.975 7h.28c.123 0 .184 0 .241-.006a1 1 0 0 0 .253-.064V4.871l-.008-.068c-.048-.356-.16-.731-.47-1.04c-.308-.31-.684-.422-1.04-.47c-.322-.043-.72-.043-1.152-.043z"/></svg>
</template>

CSS

.icon-accumulator-bold-duotone {
  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%22M22%2011.975V14c0%202.828%200%204.243-.879%205.121C20.243%2020%2018.828%2020%2016%2020H8c-2.828%200-4.243%200-5.121-.879C2%2018.243%202%2016.828%202%2014v-2.025c0-1.846%200-2.768.392-3.458a3%203%200%200%201%201.125-1.125C4.207%207%205.129%207%206.975%207h.28c.123%200%20.184%200%20.24-.006a1%201%200%200%200%20.725-.448c.03-.048.058-.103.113-.213c.11-.22.165-.33.228-.425a2%202%200%200%201%201.447-.895C10.123%205%2010.246%205%2010.492%205h3.018c.246%200%20.37%200%20.482.013a2%202%200%200%201%201.448.895c.063.095.118.205.228.425c.055.11.082.165.113.213a1%201%200%200%200%20.724.447c.057.007.118.007.241.007h.28c1.846%200%202.768%200%203.458.392a3%203%200%200%201%201.125%201.125c.392.69.392%201.612.392%203.458%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.044%203.25c.433%200%20.83%200%201.152.043c.356.048.732.16%201.04.47c.31.309.422.684.47%201.04c.043.323.043%202.72.043%203.152v.864a2%202%200%200%200-.141-.302a3%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-.22-.051V4.87l.008-.068c.047-.356.16-.731.469-1.04s.685-.422%201.04-.47c.323-.043.72-.043%201.152-.043zm-14.054%200c-.433%200-.83%200-1.153.043c-.356.048-.731.16-1.04.47s-.422.684-.47%201.04c-.043.323-.043%202.72-.043%203.152v.781q.048-.114.108-.219a3%203%200%200%201%201.125-1.125C4.207%207%205.13%207%206.975%207h.28c.123%200%20.184%200%20.241-.006a1%201%200%200%200%20.253-.064V4.871l-.008-.068c-.048-.356-.16-.731-.47-1.04c-.308-.31-.684-.422-1.04-.47c-.322-.043-.72-.043-1.152-.043z%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%22M22%2011.975V14c0%202.828%200%204.243-.879%205.121C20.243%2020%2018.828%2020%2016%2020H8c-2.828%200-4.243%200-5.121-.879C2%2018.243%202%2016.828%202%2014v-2.025c0-1.846%200-2.768.392-3.458a3%203%200%200%201%201.125-1.125C4.207%207%205.129%207%206.975%207h.28c.123%200%20.184%200%20.24-.006a1%201%200%200%200%20.725-.448c.03-.048.058-.103.113-.213c.11-.22.165-.33.228-.425a2%202%200%200%201%201.447-.895C10.123%205%2010.246%205%2010.492%205h3.018c.246%200%20.37%200%20.482.013a2%202%200%200%201%201.448.895c.063.095.118.205.228.425c.055.11.082.165.113.213a1%201%200%200%200%20.724.447c.057.007.118.007.241.007h.28c1.846%200%202.768%200%203.458.392a3%203%200%200%201%201.125%201.125c.392.69.392%201.612.392%203.458%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.044%203.25c.433%200%20.83%200%201.152.043c.356.048.732.16%201.04.47c.31.309.422.684.47%201.04c.043.323.043%202.72.043%203.152v.864a2%202%200%200%200-.141-.302a3%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-.22-.051V4.87l.008-.068c.047-.356.16-.731.469-1.04s.685-.422%201.04-.47c.323-.043.72-.043%201.152-.043zm-14.054%200c-.433%200-.83%200-1.153.043c-.356.048-.731.16-1.04.47s-.422.684-.47%201.04c-.043.323-.043%202.72-.043%203.152v.781q.048-.114.108-.219a3%203%200%200%201%201.125-1.125C4.207%207%205.13%207%206.975%207h.28c.123%200%20.184%200%20.241-.006a1%201%200%200%200%20.253-.064V4.871l-.008-.068c-.048-.356-.16-.731-.47-1.04c-.308-.31-.684-.422-1.04-.47c-.322-.043-.72-.043-1.152-.043z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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