Washing Machine 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 { IconWashingMachine } from "@devigner-ui/icons";
<IconWashingMachine className="size-6" />
<script setup>
import { IconWashingMachine } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWashingMachine class="size-6" />
</template>
<script>
import { IconWashingMachine } from "@devigner-ui/icons-svelte";
</script>
<IconWashingMachine 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="M6 22v-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M18 22v-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path 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 10v3c0 3.77 0 5.66-1.17 6.83S16.77 21 13 21h-2c-3.77 0-5.66 0-6.83-1.17S3 16.77 3 13z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M3 9h18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M15 15a3 3 0 1 1-6 0 3 3 0 0 1 6 0" stroke="currentColor" stroke-width="1.5"></path><path d="M6.5 5.5h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><g opacity="1"><path d="M15.5 5.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path></g><g opacity="1"><path d="M18.5 5.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" fill="currentColor"></path></g></svg>