washer-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
washer-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Use the washer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.5 18.5a5.5 5.5 0 0 1 10.865-1.218c-.264.276-.563.55-1.05.76c-.694.3-1.839.478-3.814-.016c-2.204-.55-3.69-.223-4.728.421a5 5 0 0 0-1.157 1.008l-.028.031a5.5 5.5 0 0 1-.088-.986M7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h17a4.5 4.5 0 0 0 4.5-4.5v-17A4.5 4.5 0 0 0 24.5 3zm8.5 8a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m-4.5-3a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M17 7h5a1 1 0 1 1 0 2h-5a1 1 0 1 1 0-2"/></svg>

React

import type { SVGProps } from "react";

export function FluentWasher32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.5 18.5a5.5 5.5 0 0 1 10.865-1.218c-.264.276-.563.55-1.05.76c-.694.3-1.839.478-3.814-.016c-2.204-.55-3.69-.223-4.728.421a5 5 0 0 0-1.157 1.008l-.028.031a5.5 5.5 0 0 1-.088-.986M7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h17a4.5 4.5 0 0 0 4.5-4.5v-17A4.5 4.5 0 0 0 24.5 3zm8.5 8a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m-4.5-3a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M17 7h5a1 1 0 1 1 0 2h-5a1 1 0 1 1 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.5 18.5a5.5 5.5 0 0 1 10.865-1.218c-.264.276-.563.55-1.05.76c-.694.3-1.839.478-3.814-.016c-2.204-.55-3.69-.223-4.728.421a5 5 0 0 0-1.157 1.008l-.028.031a5.5 5.5 0 0 1-.088-.986M7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h17a4.5 4.5 0 0 0 4.5-4.5v-17A4.5 4.5 0 0 0 24.5 3zm8.5 8a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m-4.5-3a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M17 7h5a1 1 0 1 1 0 2h-5a1 1 0 1 1 0-2"/></svg>
</template>

CSS

.icon-washer-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2018.5a5.5%205.5%200%200%201%2010.865-1.218c-.264.276-.563.55-1.05.76c-.694.3-1.839.478-3.814-.016c-2.204-.55-3.69-.223-4.728.421a5%205%200%200%200-1.157%201.008l-.028.031a5.5%205.5%200%200%201-.088-.986M7.5%203A4.5%204.5%200%200%200%203%207.5v17A4.5%204.5%200%200%200%207.5%2029h17a4.5%204.5%200%200%200%204.5-4.5v-17A4.5%204.5%200%200%200%2024.5%203zm8.5%208a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m-4.5-3a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M17%207h5a1%201%200%201%201%200%202h-5a1%201%200%201%201%200-2%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2018.5a5.5%205.5%200%200%201%2010.865-1.218c-.264.276-.563.55-1.05.76c-.694.3-1.839.478-3.814-.016c-2.204-.55-3.69-.223-4.728.421a5%205%200%200%200-1.157%201.008l-.028.031a5.5%205.5%200%200%201-.088-.986M7.5%203A4.5%204.5%200%200%200%203%207.5v17A4.5%204.5%200%200%200%207.5%2029h17a4.5%204.5%200%200%200%204.5-4.5v-17A4.5%204.5%200%200%200%2024.5%203zm8.5%208a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m-4.5-3a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M17%207h5a1%201%200%201%201%200%202h-5a1%201%200%201%201%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/washer-32-filled.svg?color=%231a73e8&size=48