Electric Refueling 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 { IconElectricRefueling } from "@devigner-ui/icons";
<IconElectricRefueling className="size-6" />
<script setup>
import { IconElectricRefueling } from "@devigner-ui/icons-vue";
</script>
<template>
<IconElectricRefueling class="size-6" />
</template>
<script>
import { IconElectricRefueling } from "@devigner-ui/icons-svelte";
</script>
<IconElectricRefueling class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 22V8c0-2.83 0-4.24-.88-5.12S12.82 2 10 2H9c-2.83 0-4.24 0-5.12.88S3 5.18 3 8v14" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9.5 10 8 12.5h3L9.5 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17 22H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M19.97 3.41a.75.75 0 1 0-.94 1.18zM20.73 5l.47-.59zM16 16.25a.75.75 0 0 0 0 1.5zm5-11.04-.5.56zm1 2.06.74-.04zm0 1.48a.75.75 0 0 0 0-1.5zm-1.97 4.6-.24.7zm1.73 1.36a.75.75 0 0 0 .48-1.42zM19.03 4.6l1.23.98.94-1.17-1.23-.99zm2.22 3.03V18.5h1.5V7.62zm-1.5 10.88v-.07h-1.5v.07zm-2.18-2.25H16v1.5h1.57zm2.18 2.18c0-1.2-.98-2.18-2.18-2.18v1.5c.38 0 .68.3.68.68zm.75.82a.75.75 0 0 1-.75-.75h-1.5c0 1.24 1 2.25 2.25 2.25zm.75-.75c0 .41-.34.75-.75.75v1.5c1.24 0 2.25-1 2.25-2.25zm-.99-12.93.24.2 1-1.12-.3-.25zm2.49 2.05v-.39l-1.5.09v.3zM20.5 5.77c.45.4.71.95.75 1.55l1.5-.09a3.7 3.7 0 0 0-1.25-2.58zM22 7.25h-1.5v1.5H22zM18.25 9.5v2.42h1.5V9.5zm1.54 4.55 1.97.66.48-1.42-1.98-.66zm-1.54-2.13c0 .97.62 1.83 1.54 2.13l.47-1.42a.75.75 0 0 1-.51-.71zm2.25-4.67c-1.24 0-2.25 1-2.25 2.25h1.5c0-.41.34-.75.75-.75z" fill="currentColor"></path></svg>