Washing Machine Minimalistic icon in outline, twotone, bold and bulk. Free in all four styles, for interiors, smart home, real estate, city. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconWashingMachineMinimalistic } from "@devigner-ui/icons";
<IconWashingMachineMinimalistic className="size-6" />
<script setup>
import { IconWashingMachineMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWashingMachineMinimalistic class="size-6" />
</template>
<script>
import { IconWashingMachineMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconWashingMachineMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M3 10c0-3.77 0-5.66 1.17-6.83S7.23 2 11 2h2c3.77 0 5.66 0 6.83 1.17S21 6.23 21 10v4c0 3.77 0 5.66-1.17 6.83S16.77 22 13 22h-2c-3.77 0-5.66 0-6.83-1.17S3 17.77 3 14z" stroke="currentColor" stroke-width="1.5"></path><path d="M17 14a5 5 0 1 1-10 0 5 5 0 0 1 10 0" stroke="currentColor" stroke-width="1.5"></path><path d="M8 6h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M7.23 14.36c.86.43 1.84 1.16 3.5 1.46 2.36.43 2.12-1.65 4.48-1.22.72.13 1.2.35 1.55.58" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>