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

Name
wiper
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Related icons in Material Design Icons

Use the wiper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4C5 4 2 9 2 9l7 7s.5-.9 1.4-1.5l.3 2c-.4.3-.7.9-.7 1.5a2 2 0 0 0 2 2a2 2 0 0 0 2-2c0-.9-.5-1.6-1.3-1.9l-.4-2.1c1.8.2 2.7 2 2.7 2l7-7s-3-5-10-5m3.1 9.1c-.8-.6-1.8-1.1-3.1-1.1l-1-5.9c.3-.1.7-.1 1-.1c3.7 0 6.1 1.7 7.3 2.9zm-6.2 0L4.7 8.9C5.5 8 7 7 9 6.4l1 6c-.4.2-.8.4-1.1.7"/></svg>

React

import type { SVGProps } from "react";

export function MdiWiper(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="M12 4C5 4 2 9 2 9l7 7s.5-.9 1.4-1.5l.3 2c-.4.3-.7.9-.7 1.5a2 2 0 0 0 2 2a2 2 0 0 0 2-2c0-.9-.5-1.6-1.3-1.9l-.4-2.1c1.8.2 2.7 2 2.7 2l7-7s-3-5-10-5m3.1 9.1c-.8-.6-1.8-1.1-3.1-1.1l-1-5.9c.3-.1.7-.1 1-.1c3.7 0 6.1 1.7 7.3 2.9zm-6.2 0L4.7 8.9C5.5 8 7 7 9 6.4l1 6c-.4.2-.8.4-1.1.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4C5 4 2 9 2 9l7 7s.5-.9 1.4-1.5l.3 2c-.4.3-.7.9-.7 1.5a2 2 0 0 0 2 2a2 2 0 0 0 2-2c0-.9-.5-1.6-1.3-1.9l-.4-2.1c1.8.2 2.7 2 2.7 2l7-7s-3-5-10-5m3.1 9.1c-.8-.6-1.8-1.1-3.1-1.1l-1-5.9c.3-.1.7-.1 1-.1c3.7 0 6.1 1.7 7.3 2.9zm-6.2 0L4.7 8.9C5.5 8 7 7 9 6.4l1 6c-.4.2-.8.4-1.1.7"/></svg>
</template>

CSS

.icon-wiper {
  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%22M12%204C5%204%202%209%202%209l7%207s.5-.9%201.4-1.5l.3%202c-.4.3-.7.9-.7%201.5a2%202%200%200%200%202%202a2%202%200%200%200%202-2c0-.9-.5-1.6-1.3-1.9l-.4-2.1c1.8.2%202.7%202%202.7%202l7-7s-3-5-10-5m3.1%209.1c-.8-.6-1.8-1.1-3.1-1.1l-1-5.9c.3-.1.7-.1%201-.1c3.7%200%206.1%201.7%207.3%202.9zm-6.2%200L4.7%208.9C5.5%208%207%207%209%206.4l1%206c-.4.2-.8.4-1.1.7%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%22M12%204C5%204%202%209%202%209l7%207s.5-.9%201.4-1.5l.3%202c-.4.3-.7.9-.7%201.5a2%202%200%200%200%202%202a2%202%200%200%200%202-2c0-.9-.5-1.6-1.3-1.9l-.4-2.1c1.8.2%202.7%202%202.7%202l7-7s-3-5-10-5m3.1%209.1c-.8-.6-1.8-1.1-3.1-1.1l-1-5.9c.3-.1.7-.1%201-.1c3.7%200%206.1%201.7%207.3%202.9zm-6.2%200L4.7%208.9C5.5%208%207%207%209%206.4l1%206c-.4.2-.8.4-1.1.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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