wiper-wash from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.

Name
wiper-wash
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0
Aliases
washer-fluid, wiper-fluid

The same icon in other sets

More automotive icons from Material Design Icons

Use the wiper wash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 6c0-.3.1-1.4.8-2.2L12 2.4l-1.8 1.5c.7.7.8 1.8.8 2.1c-6.3.4-9 5-9 5l7 7s.7-1.3 2-1.8v2.1c-.6.3-1 1-1 1.7a2 2 0 0 0 2 2a2 2 0 0 0 2-2c0-.7-.4-1.4-1-1.7v-2.1c1.3.5 2 1.8 2 1.8l7-7s-2.7-4.5-9-5m-2 8.1c-.8.2-1.5.5-2.1 1l-4.2-4.2C5.8 9.8 7.8 8.3 11 8.1zm4.1 1c-.6-.4-1.3-.8-2.1-1v-6c3.2.3 5.2 1.7 6.3 2.8zM18 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L14 1.3c1.2-.4 2.8-.4 4 0M21 6h-2s0-1.3-.8-2.1l1.5-1.3C21 4 21 5.9 21 6M4.2 2.6l1.5 1.3C5 4.7 5 6 5 6H3c0-.1 0-2 1.2-3.4M10 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L6 1.3c1.2-.4 2.8-.4 4 0"/></svg>

React

import type { SVGProps } from "react";

export function MdiWiperWash(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="M13 6c0-.3.1-1.4.8-2.2L12 2.4l-1.8 1.5c.7.7.8 1.8.8 2.1c-6.3.4-9 5-9 5l7 7s.7-1.3 2-1.8v2.1c-.6.3-1 1-1 1.7a2 2 0 0 0 2 2a2 2 0 0 0 2-2c0-.7-.4-1.4-1-1.7v-2.1c1.3.5 2 1.8 2 1.8l7-7s-2.7-4.5-9-5m-2 8.1c-.8.2-1.5.5-2.1 1l-4.2-4.2C5.8 9.8 7.8 8.3 11 8.1zm4.1 1c-.6-.4-1.3-.8-2.1-1v-6c3.2.3 5.2 1.7 6.3 2.8zM18 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L14 1.3c1.2-.4 2.8-.4 4 0M21 6h-2s0-1.3-.8-2.1l1.5-1.3C21 4 21 5.9 21 6M4.2 2.6l1.5 1.3C5 4.7 5 6 5 6H3c0-.1 0-2 1.2-3.4M10 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L6 1.3c1.2-.4 2.8-.4 4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 6c0-.3.1-1.4.8-2.2L12 2.4l-1.8 1.5c.7.7.8 1.8.8 2.1c-6.3.4-9 5-9 5l7 7s.7-1.3 2-1.8v2.1c-.6.3-1 1-1 1.7a2 2 0 0 0 2 2a2 2 0 0 0 2-2c0-.7-.4-1.4-1-1.7v-2.1c1.3.5 2 1.8 2 1.8l7-7s-2.7-4.5-9-5m-2 8.1c-.8.2-1.5.5-2.1 1l-4.2-4.2C5.8 9.8 7.8 8.3 11 8.1zm4.1 1c-.6-.4-1.3-.8-2.1-1v-6c3.2.3 5.2 1.7 6.3 2.8zM18 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L14 1.3c1.2-.4 2.8-.4 4 0M21 6h-2s0-1.3-.8-2.1l1.5-1.3C21 4 21 5.9 21 6M4.2 2.6l1.5 1.3C5 4.7 5 6 5 6H3c0-.1 0-2 1.2-3.4M10 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L6 1.3c1.2-.4 2.8-.4 4 0"/></svg>
</template>

CSS

.icon-wiper-wash {
  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%22M13%206c0-.3.1-1.4.8-2.2L12%202.4l-1.8%201.5c.7.7.8%201.8.8%202.1c-6.3.4-9%205-9%205l7%207s.7-1.3%202-1.8v2.1c-.6.3-1%201-1%201.7a2%202%200%200%200%202%202a2%202%200%200%200%202-2c0-.7-.4-1.4-1-1.7v-2.1c1.3.5%202%201.8%202%201.8l7-7s-2.7-4.5-9-5m-2%208.1c-.8.2-1.5.5-2.1%201l-4.2-4.2C5.8%209.8%207.8%208.3%2011%208.1zm4.1%201c-.6-.4-1.3-.8-2.1-1v-6c3.2.3%205.2%201.7%206.3%202.8zM18%201.3l-.7%201.9c-.7-.3-1.8-.3-2.6%200L14%201.3c1.2-.4%202.8-.4%204%200M21%206h-2s0-1.3-.8-2.1l1.5-1.3C21%204%2021%205.9%2021%206M4.2%202.6l1.5%201.3C5%204.7%205%206%205%206H3c0-.1%200-2%201.2-3.4M10%201.3l-.7%201.9c-.7-.3-1.8-.3-2.6%200L6%201.3c1.2-.4%202.8-.4%204%200%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%22M13%206c0-.3.1-1.4.8-2.2L12%202.4l-1.8%201.5c.7.7.8%201.8.8%202.1c-6.3.4-9%205-9%205l7%207s.7-1.3%202-1.8v2.1c-.6.3-1%201-1%201.7a2%202%200%200%200%202%202a2%202%200%200%200%202-2c0-.7-.4-1.4-1-1.7v-2.1c1.3.5%202%201.8%202%201.8l7-7s-2.7-4.5-9-5m-2%208.1c-.8.2-1.5.5-2.1%201l-4.2-4.2C5.8%209.8%207.8%208.3%2011%208.1zm4.1%201c-.6-.4-1.3-.8-2.1-1v-6c3.2.3%205.2%201.7%206.3%202.8zM18%201.3l-.7%201.9c-.7-.3-1.8-.3-2.6%200L14%201.3c1.2-.4%202.8-.4%204%200M21%206h-2s0-1.3-.8-2.1l1.5-1.3C21%204%2021%205.9%2021%206M4.2%202.6l1.5%201.3C5%204.7%205%206%205%206H3c0-.1%200-2%201.2-3.4M10%201.3l-.7%201.9c-.7-.3-1.8-.3-2.6%200L6%201.3c1.2-.4%202.8-.4%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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