wash-outline-sharp from Material Symbols by Google · Outline Sharp · Household · Apache-2.0 Free for personal and commercial use.

Name
wash-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the wash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.763 7.238Q15 6.475 15 5.5q0-.875.575-1.937T17.5 1q1.35 1.5 1.925 2.563T20 5.5q0 .975-.763 1.738T17.5 8t-1.737-.763M19 22H2V10.975l9.625-6.25L13.25 6.35L11.3 9.5H20v2H7.7l1.925-3.1L4 12.05V20h15zm-7-7v-2h10v2zm0 3.5v-2h9v2zm-4-3.05"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWashOutlineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.763 7.238Q15 6.475 15 5.5q0-.875.575-1.937T17.5 1q1.35 1.5 1.925 2.563T20 5.5q0 .975-.763 1.738T17.5 8t-1.737-.763M19 22H2V10.975l9.625-6.25L13.25 6.35L11.3 9.5H20v2H7.7l1.925-3.1L4 12.05V20h15zm-7-7v-2h10v2zm0 3.5v-2h9v2zm-4-3.05"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.763 7.238Q15 6.475 15 5.5q0-.875.575-1.937T17.5 1q1.35 1.5 1.925 2.563T20 5.5q0 .975-.763 1.738T17.5 8t-1.737-.763M19 22H2V10.975l9.625-6.25L13.25 6.35L11.3 9.5H20v2H7.7l1.925-3.1L4 12.05V20h15zm-7-7v-2h10v2zm0 3.5v-2h9v2zm-4-3.05"/></svg>
</template>

CSS

.icon-wash-outline-sharp {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.763%207.238Q15%206.475%2015%205.5q0-.875.575-1.937T17.5%201q1.35%201.5%201.925%202.563T20%205.5q0%20.975-.763%201.738T17.5%208t-1.737-.763M19%2022H2V10.975l9.625-6.25L13.25%206.35L11.3%209.5H20v2H7.7l1.925-3.1L4%2012.05V20h15zm-7-7v-2h10v2zm0%203.5v-2h9v2zm-4-3.05%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.763%207.238Q15%206.475%2015%205.5q0-.875.575-1.937T17.5%201q1.35%201.5%201.925%202.563T20%205.5q0%20.975-.763%201.738T17.5%208t-1.737-.763M19%2022H2V10.975l9.625-6.25L13.25%206.35L11.3%209.5H20v2H7.7l1.925-3.1L4%2012.05V20h15zm-7-7v-2h10v2zm0%203.5v-2h9v2zm-4-3.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/wash-outline-sharp.svg?color=%231a73e8&size=48