Accumulator icon in outline, twotone, bold and bulk. Free in all four styles, for logistics, fleet, garage, fuel, rides. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconAccumulator } from "@devigner-ui/icons";
<IconAccumulator className="size-6" />
<script setup>
import { IconAccumulator } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAccumulator class="size-6" />
</template>
<script>
import { IconAccumulator } from "@devigner-ui/icons-svelte";
</script>
<IconAccumulator class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 14v-2.02c0-1.85 0-2.77-.4-3.46a3 3 0 0 0-1.12-1.13C19.8 7 18.88 7 17.02 7h-.52a1 1 0 0 1-.72-.45l-.11-.22-.23-.42a2 2 0 0 0-1.45-.9L13.51 5h-3.02l-.48.01a2 2 0 0 0-1.45.9l-.23.42-.11.22a1 1 0 0 1-.72.44L7.25 7h-.27c-1.85 0-2.77 0-3.46.4a3 3 0 0 0-1.13 1.12C2 9.2 2 10.13 2 11.98V14c0 2.83 0 4.24.88 5.12S5.18 20 8 20h8c2.83 0 4.24 0 5.12-.88S22 16.82 22 14" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M7 7V6c0-.94 0-1.41-.3-1.7C6.42 4 5.95 4 5 4s-1.41 0-1.7.3C3 4.58 3 5.05 3 6v1.5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M21 8V6c0-.94 0-1.41-.3-1.7-.29-.3-.76-.3-1.7-.3s-1.41 0-1.7.3c-.3.29-.3.76-.3 1.7v1" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9 13.5H6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M18 13.5h-1.5m0 0H15m1.5 0V12m0 1.5V15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>