accumulator icon

accumulator from Reicon by REICON · Outline · Parts · MIT Free for personal and commercial use.

Name
accumulator
Set
Reicon
Style
Outline
Category
Parts
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More parts icons from Reicon

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" fill-rule="evenodd" d="M4.955 3.25h.09c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04c.039.29.043.64.043 1.02a2.75 2.75 0 0 1 2.173-1.556c.157-.017.32-.017.53-.017h3.093c.21 0 .374 0 .53.018a2.75 2.75 0 0 1 2.174 1.556c0-.382.004-.731.043-1.021c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043h.09c.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.152V7.45q.293.317.51.696c.27.477.384 1 .438 1.6c.052.58.052 1.3.052 2.194v2.115c0 1.367 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-8.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.117-.867-.117-1.97-.117-3.337V11.94c0-.893 0-1.613.052-2.194c.054-.6.167-1.123.438-1.6a3.8 3.8 0 0 1 .51-.696V5.956c0-.433 0-.83.043-1.152c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043M3.75 6.482c.31-.095.64-.148.996-.18c.423-.038.92-.048 1.504-.051V6c0-.493-.002-.787-.03-.997a.7.7 0 0 0-.042-.177l-.001-.003l-.003-.001l-.01-.005a.7.7 0 0 0-.167-.037c-.21-.028-.504-.03-.997-.03s-.787.002-.997.03a.7.7 0 0 0-.177.042l-.003.001l-.001.003l-.005.01a.7.7 0 0 0-.037.167c-.028.21-.03.504-.03.997zM6.975 7.75c-.936 0-1.59 0-2.096.046c-.496.044-.778.127-.991.248a2.25 2.25 0 0 0-.844.844c-.12.213-.204.495-.248.991c-.045.507-.046 1.16-.046 2.096V14c0 1.435.002 2.436.103 3.192c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h8c1.435 0 2.436-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191v-2.025c0-.936 0-1.59-.046-2.096c-.044-.496-.127-.778-.248-.991l.397-.226l-.397.226a2 2 0 0 0-.094-.15a.75.75 0 0 1-.6-.6a2 2 0 0 0-.15-.094c-.212-.12-.495-.204-.991-.248c-.507-.045-1.16-.046-2.096-.046h-.304c-.098 0-.201 0-.302-.011a1.75 1.75 0 0 1-1.267-.783a3 3 0 0 1-.156-.287a4 4 0 0 0-.185-.352a1.25 1.25 0 0 0-.905-.559a4 4 0 0 0-.397-.008h-3.018c-.264 0-.336.001-.397.008a1.25 1.25 0 0 0-.905.56a4 4 0 0 0-.185.35l-.01.023c-.044.087-.09.18-.146.265a1.75 1.75 0 0 1-1.267.783c-.1.011-.204.011-.302.011zM17.75 6.251c.584.003 1.081.013 1.504.051c.357.032.687.085.996.18V6c0-.493-.002-.787-.03-.997a.7.7 0 0 0-.042-.177l-.001-.003l-.003-.001l-.01-.005a.7.7 0 0 0-.167-.037c-.21-.028-.504-.03-.997-.03s-.787.002-.997.03a.7.7 0 0 0-.177.042l-.003.001l-.001.003l-.005.01a.7.7 0 0 0-.037.167c-.028.21-.03.504-.03.997zM16.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"/></svg>

React

import type { SVGProps } from "react";

export function ReiconAccumulator(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" fillRule="evenodd" d="M4.955 3.25h.09c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04c.039.29.043.64.043 1.02a2.75 2.75 0 0 1 2.173-1.556c.157-.017.32-.017.53-.017h3.093c.21 0 .374 0 .53.018a2.75 2.75 0 0 1 2.174 1.556c0-.382.004-.731.043-1.021c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043h.09c.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.152V7.45q.293.317.51.696c.27.477.384 1 .438 1.6c.052.58.052 1.3.052 2.194v2.115c0 1.367 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-8.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.117-.867-.117-1.97-.117-3.337V11.94c0-.893 0-1.613.052-2.194c.054-.6.167-1.123.438-1.6a3.8 3.8 0 0 1 .51-.696V5.956c0-.433 0-.83.043-1.152c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043M3.75 6.482c.31-.095.64-.148.996-.18c.423-.038.92-.048 1.504-.051V6c0-.493-.002-.787-.03-.997a.7.7 0 0 0-.042-.177l-.001-.003l-.003-.001l-.01-.005a.7.7 0 0 0-.167-.037c-.21-.028-.504-.03-.997-.03s-.787.002-.997.03a.7.7 0 0 0-.177.042l-.003.001l-.001.003l-.005.01a.7.7 0 0 0-.037.167c-.028.21-.03.504-.03.997zM6.975 7.75c-.936 0-1.59 0-2.096.046c-.496.044-.778.127-.991.248a2.25 2.25 0 0 0-.844.844c-.12.213-.204.495-.248.991c-.045.507-.046 1.16-.046 2.096V14c0 1.435.002 2.436.103 3.192c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h8c1.435 0 2.436-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191v-2.025c0-.936 0-1.59-.046-2.096c-.044-.496-.127-.778-.248-.991l.397-.226l-.397.226a2 2 0 0 0-.094-.15a.75.75 0 0 1-.6-.6a2 2 0 0 0-.15-.094c-.212-.12-.495-.204-.991-.248c-.507-.045-1.16-.046-2.096-.046h-.304c-.098 0-.201 0-.302-.011a1.75 1.75 0 0 1-1.267-.783a3 3 0 0 1-.156-.287a4 4 0 0 0-.185-.352a1.25 1.25 0 0 0-.905-.559a4 4 0 0 0-.397-.008h-3.018c-.264 0-.336.001-.397.008a1.25 1.25 0 0 0-.905.56a4 4 0 0 0-.185.35l-.01.023c-.044.087-.09.18-.146.265a1.75 1.75 0 0 1-1.267.783c-.1.011-.204.011-.302.011zM17.75 6.251c.584.003 1.081.013 1.504.051c.357.032.687.085.996.18V6c0-.493-.002-.787-.03-.997a.7.7 0 0 0-.042-.177l-.001-.003l-.003-.001l-.01-.005a.7.7 0 0 0-.167-.037c-.21-.028-.504-.03-.997-.03s-.787.002-.997.03a.7.7 0 0 0-.177.042l-.003.001l-.001.003l-.005.01a.7.7 0 0 0-.037.167c-.028.21-.03.504-.03.997zM16.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"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.955 3.25h.09c.433 0 .83 0 1.152.043c.356.048.731.16 1.04.47s.422.684.47 1.04c.039.29.043.64.043 1.02a2.75 2.75 0 0 1 2.173-1.556c.157-.017.32-.017.53-.017h3.093c.21 0 .374 0 .53.018a2.75 2.75 0 0 1 2.174 1.556c0-.382.004-.731.043-1.021c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043h.09c.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.152V7.45q.293.317.51.696c.27.477.384 1 .438 1.6c.052.58.052 1.3.052 2.194v2.115c0 1.367 0 2.47-.116 3.337c-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-8.11c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.117-.867-.117-1.97-.117-3.337V11.94c0-.893 0-1.613.052-2.194c.054-.6.167-1.123.438-1.6a3.8 3.8 0 0 1 .51-.696V5.956c0-.433 0-.83.043-1.152c.048-.356.16-.731.47-1.04s.684-.422 1.04-.47c.323-.043.72-.043 1.152-.043M3.75 6.482c.31-.095.64-.148.996-.18c.423-.038.92-.048 1.504-.051V6c0-.493-.002-.787-.03-.997a.7.7 0 0 0-.042-.177l-.001-.003l-.003-.001l-.01-.005a.7.7 0 0 0-.167-.037c-.21-.028-.504-.03-.997-.03s-.787.002-.997.03a.7.7 0 0 0-.177.042l-.003.001l-.001.003l-.005.01a.7.7 0 0 0-.037.167c-.028.21-.03.504-.03.997zM6.975 7.75c-.936 0-1.59 0-2.096.046c-.496.044-.778.127-.991.248a2.25 2.25 0 0 0-.844.844c-.12.213-.204.495-.248.991c-.045.507-.046 1.16-.046 2.096V14c0 1.435.002 2.436.103 3.192c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h8c1.435 0 2.436-.002 3.192-.103c.734-.099 1.122-.28 1.399-.556c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191v-2.025c0-.936 0-1.59-.046-2.096c-.044-.496-.127-.778-.248-.991l.397-.226l-.397.226a2 2 0 0 0-.094-.15a.75.75 0 0 1-.6-.6a2 2 0 0 0-.15-.094c-.212-.12-.495-.204-.991-.248c-.507-.045-1.16-.046-2.096-.046h-.304c-.098 0-.201 0-.302-.011a1.75 1.75 0 0 1-1.267-.783a3 3 0 0 1-.156-.287a4 4 0 0 0-.185-.352a1.25 1.25 0 0 0-.905-.559a4 4 0 0 0-.397-.008h-3.018c-.264 0-.336.001-.397.008a1.25 1.25 0 0 0-.905.56a4 4 0 0 0-.185.35l-.01.023c-.044.087-.09.18-.146.265a1.75 1.75 0 0 1-1.267.783c-.1.011-.204.011-.302.011zM17.75 6.251c.584.003 1.081.013 1.504.051c.357.032.687.085.996.18V6c0-.493-.002-.787-.03-.997a.7.7 0 0 0-.042-.177l-.001-.003l-.003-.001l-.01-.005a.7.7 0 0 0-.167-.037c-.21-.028-.504-.03-.997-.03s-.787.002-.997.03a.7.7 0 0 0-.177.042l-.003.001l-.001.003l-.005.01a.7.7 0 0 0-.037.167c-.028.21-.03.504-.03.997zM16.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"/></svg>
</template>

CSS

.icon-accumulator {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.955%203.25h.09c.433%200%20.83%200%201.152.043c.356.048.731.16%201.04.47s.422.684.47%201.04c.039.29.043.64.043%201.02a2.75%202.75%200%200%201%202.173-1.556c.157-.017.32-.017.53-.017h3.093c.21%200%20.374%200%20.53.018a2.75%202.75%200%200%201%202.174%201.556c0-.382.004-.731.043-1.021c.048-.356.16-.731.47-1.04s.684-.422%201.04-.47c.323-.043.72-.043%201.152-.043h.09c.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.152V7.45q.293.317.51.696c.27.477.384%201%20.438%201.6c.052.58.052%201.3.052%202.194v2.115c0%201.367%200%202.47-.116%203.337c-.122.9-.38%201.658-.982%202.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-8.11c-1.367%200-2.47%200-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.117-.867-.117-1.97-.117-3.337V11.94c0-.893%200-1.613.052-2.194c.054-.6.167-1.123.438-1.6a3.8%203.8%200%200%201%20.51-.696V5.956c0-.433%200-.83.043-1.152c.048-.356.16-.731.47-1.04s.684-.422%201.04-.47c.323-.043.72-.043%201.152-.043M3.75%206.482c.31-.095.64-.148.996-.18c.423-.038.92-.048%201.504-.051V6c0-.493-.002-.787-.03-.997a.7.7%200%200%200-.042-.177l-.001-.003l-.003-.001l-.01-.005a.7.7%200%200%200-.167-.037c-.21-.028-.504-.03-.997-.03s-.787.002-.997.03a.7.7%200%200%200-.177.042l-.003.001l-.001.003l-.005.01a.7.7%200%200%200-.037.167c-.028.21-.03.504-.03.997zM6.975%207.75c-.936%200-1.59%200-2.096.046c-.496.044-.778.127-.991.248a2.25%202.25%200%200%200-.844.844c-.12.213-.204.495-.248.991c-.045.507-.046%201.16-.046%202.096V14c0%201.435.002%202.436.103%203.192c.099.734.28%201.122.556%201.399c.277.277.665.457%201.4.556c.754.101%201.756.103%203.191.103h8c1.435%200%202.436-.002%203.192-.103c.734-.099%201.122-.28%201.399-.556c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191v-2.025c0-.936%200-1.59-.046-2.096c-.044-.496-.127-.778-.248-.991l.397-.226l-.397.226a2%202%200%200%200-.094-.15a.75.75%200%200%201-.6-.6a2%202%200%200%200-.15-.094c-.212-.12-.495-.204-.991-.248c-.507-.045-1.16-.046-2.096-.046h-.304c-.098%200-.201%200-.302-.011a1.75%201.75%200%200%201-1.267-.783a3%203%200%200%201-.156-.287a4%204%200%200%200-.185-.352a1.25%201.25%200%200%200-.905-.559a4%204%200%200%200-.397-.008h-3.018c-.264%200-.336.001-.397.008a1.25%201.25%200%200%200-.905.56a4%204%200%200%200-.185.35l-.01.023c-.044.087-.09.18-.146.265a1.75%201.75%200%200%201-1.267.783c-.1.011-.204.011-.302.011zM17.75%206.251c.584.003%201.081.013%201.504.051c.357.032.687.085.996.18V6c0-.493-.002-.787-.03-.997a.7.7%200%200%200-.042-.177l-.001-.003l-.003-.001l-.01-.005a.7.7%200%200%200-.167-.037c-.21-.028-.504-.03-.997-.03s-.787.002-.997.03a.7.7%200%200%200-.177.042l-.003.001l-.001.003l-.005.01a.7.7%200%200%200-.037.167c-.028.21-.03.504-.03.997zM16.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%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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.955%203.25h.09c.433%200%20.83%200%201.152.043c.356.048.731.16%201.04.47s.422.684.47%201.04c.039.29.043.64.043%201.02a2.75%202.75%200%200%201%202.173-1.556c.157-.017.32-.017.53-.017h3.093c.21%200%20.374%200%20.53.018a2.75%202.75%200%200%201%202.174%201.556c0-.382.004-.731.043-1.021c.048-.356.16-.731.47-1.04s.684-.422%201.04-.47c.323-.043.72-.043%201.152-.043h.09c.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.152V7.45q.293.317.51.696c.27.477.384%201%20.438%201.6c.052.58.052%201.3.052%202.194v2.115c0%201.367%200%202.47-.116%203.337c-.122.9-.38%201.658-.982%202.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-8.11c-1.367%200-2.47%200-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.117-.867-.117-1.97-.117-3.337V11.94c0-.893%200-1.613.052-2.194c.054-.6.167-1.123.438-1.6a3.8%203.8%200%200%201%20.51-.696V5.956c0-.433%200-.83.043-1.152c.048-.356.16-.731.47-1.04s.684-.422%201.04-.47c.323-.043.72-.043%201.152-.043M3.75%206.482c.31-.095.64-.148.996-.18c.423-.038.92-.048%201.504-.051V6c0-.493-.002-.787-.03-.997a.7.7%200%200%200-.042-.177l-.001-.003l-.003-.001l-.01-.005a.7.7%200%200%200-.167-.037c-.21-.028-.504-.03-.997-.03s-.787.002-.997.03a.7.7%200%200%200-.177.042l-.003.001l-.001.003l-.005.01a.7.7%200%200%200-.037.167c-.028.21-.03.504-.03.997zM6.975%207.75c-.936%200-1.59%200-2.096.046c-.496.044-.778.127-.991.248a2.25%202.25%200%200%200-.844.844c-.12.213-.204.495-.248.991c-.045.507-.046%201.16-.046%202.096V14c0%201.435.002%202.436.103%203.192c.099.734.28%201.122.556%201.399c.277.277.665.457%201.4.556c.754.101%201.756.103%203.191.103h8c1.435%200%202.436-.002%203.192-.103c.734-.099%201.122-.28%201.399-.556c.277-.277.457-.665.556-1.4c.101-.755.103-1.756.103-3.191v-2.025c0-.936%200-1.59-.046-2.096c-.044-.496-.127-.778-.248-.991l.397-.226l-.397.226a2%202%200%200%200-.094-.15a.75.75%200%200%201-.6-.6a2%202%200%200%200-.15-.094c-.212-.12-.495-.204-.991-.248c-.507-.045-1.16-.046-2.096-.046h-.304c-.098%200-.201%200-.302-.011a1.75%201.75%200%200%201-1.267-.783a3%203%200%200%201-.156-.287a4%204%200%200%200-.185-.352a1.25%201.25%200%200%200-.905-.559a4%204%200%200%200-.397-.008h-3.018c-.264%200-.336.001-.397.008a1.25%201.25%200%200%200-.905.56a4%204%200%200%200-.185.35l-.01.023c-.044.087-.09.18-.146.265a1.75%201.75%200%200%201-1.267.783c-.1.011-.204.011-.302.011zM17.75%206.251c.584.003%201.081.013%201.504.051c.357.032.687.085.996.18V6c0-.493-.002-.787-.03-.997a.7.7%200%200%200-.042-.177l-.001-.003l-.003-.001l-.01-.005a.7.7%200%200%200-.167-.037c-.21-.028-.504-.03-.997-.03s-.787.002-.997.03a.7.7%200%200%200-.177.042l-.003.001l-.001.003l-.005.01a.7.7%200%200%200-.037.167c-.028.21-.03.504-.03.997zM16.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%2Fsvg%3E") no-repeat center / contain;
}

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