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

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

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

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="M16.378 7.409q-.609-.61-.609-1.391q0-.7.46-1.58t1.54-2.15q1.081 1.27 1.54 2.15t.46 1.58q0 .78-.61 1.39q-.611.611-1.392.611t-1.389-.61M18 21H3v-9.563l9.26-6l.894.97l-2.277 3.785H19v1H9.104l2.483-4.138L4 11.973V20h14zm-5-6.538v-1h8v1zm0 3.269v-1h7v1zm-4.5-3.916"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWashOutlineSharp(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="M16.378 7.409q-.609-.61-.609-1.391q0-.7.46-1.58t1.54-2.15q1.081 1.27 1.54 2.15t.46 1.58q0 .78-.61 1.39q-.611.611-1.392.611t-1.389-.61M18 21H3v-9.563l9.26-6l.894.97l-2.277 3.785H19v1H9.104l2.483-4.138L4 11.973V20h14zm-5-6.538v-1h8v1zm0 3.269v-1h7v1zm-4.5-3.916"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.378 7.409q-.609-.61-.609-1.391q0-.7.46-1.58t1.54-2.15q1.081 1.27 1.54 2.15t.46 1.58q0 .78-.61 1.39q-.611.611-1.392.611t-1.389-.61M18 21H3v-9.563l9.26-6l.894.97l-2.277 3.785H19v1H9.104l2.483-4.138L4 11.973V20h14zm-5-6.538v-1h8v1zm0 3.269v-1h7v1zm-4.5-3.916"/></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%22M16.378%207.409q-.609-.61-.609-1.391q0-.7.46-1.58t1.54-2.15q1.081%201.27%201.54%202.15t.46%201.58q0%20.78-.61%201.39q-.611.611-1.392.611t-1.389-.61M18%2021H3v-9.563l9.26-6l.894.97l-2.277%203.785H19v1H9.104l2.483-4.138L4%2011.973V20h14zm-5-6.538v-1h8v1zm0%203.269v-1h7v1zm-4.5-3.916%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%22M16.378%207.409q-.609-.61-.609-1.391q0-.7.46-1.58t1.54-2.15q1.081%201.27%201.54%202.15t.46%201.58q0%20.78-.61%201.39q-.611.611-1.392.611t-1.389-.61M18%2021H3v-9.563l9.26-6l.894.97l-2.277%203.785H19v1H9.104l2.483-4.138L4%2011.973V20h14zm-5-6.538v-1h8v1zm0%203.269v-1h7v1zm-4.5-3.916%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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