wiper wash alert icon

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

Name
wiper-wash-alert
Set
Material Design Icons
Style
Filled
Category
Alert / Error
Viewbox
24×24
License
Apache 2.0
Aliases
washer-fluid-alert, washer-fluid-low, wiper-fluid-alert, wiper-fluid-low

More alert / error icons from Material Design Icons

Use the wiper wash alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 6c0-.3.1-1.4.8-2.2L10 2.4L8.2 3.9c.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 1 0 4 0c0-.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.2C3.8 9.8 5.8 8.3 9 8.1zm4.1 1c-.6-.4-1.3-.8-2.1-1v-6c3.2.3 5.2 1.7 6.3 2.8zM16 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L12 1.3c1.2-.4 2.8-.4 4 0M19 6h-2s0-1.3-.8-2.1l1.5-1.3C19 4 19 5.9 19 6M2.2 2.6l1.5 1.3C3 4.7 3 6 3 6H1c0-.1 0-2 1.2-3.4M8 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L4 1.3c1.2-.4 2.8-.4 4 0M22 12V7h2v6h-2m0 4h2v-2h-2"/></svg>

React

import type { SVGProps } from "react";

export function MdiWiperWashAlert(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="M11 6c0-.3.1-1.4.8-2.2L10 2.4L8.2 3.9c.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 1 0 4 0c0-.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.2C3.8 9.8 5.8 8.3 9 8.1zm4.1 1c-.6-.4-1.3-.8-2.1-1v-6c3.2.3 5.2 1.7 6.3 2.8zM16 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L12 1.3c1.2-.4 2.8-.4 4 0M19 6h-2s0-1.3-.8-2.1l1.5-1.3C19 4 19 5.9 19 6M2.2 2.6l1.5 1.3C3 4.7 3 6 3 6H1c0-.1 0-2 1.2-3.4M8 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L4 1.3c1.2-.4 2.8-.4 4 0M22 12V7h2v6h-2m0 4h2v-2h-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 6c0-.3.1-1.4.8-2.2L10 2.4L8.2 3.9c.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 1 0 4 0c0-.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.2C3.8 9.8 5.8 8.3 9 8.1zm4.1 1c-.6-.4-1.3-.8-2.1-1v-6c3.2.3 5.2 1.7 6.3 2.8zM16 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L12 1.3c1.2-.4 2.8-.4 4 0M19 6h-2s0-1.3-.8-2.1l1.5-1.3C19 4 19 5.9 19 6M2.2 2.6l1.5 1.3C3 4.7 3 6 3 6H1c0-.1 0-2 1.2-3.4M8 1.3l-.7 1.9c-.7-.3-1.8-.3-2.6 0L4 1.3c1.2-.4 2.8-.4 4 0M22 12V7h2v6h-2m0 4h2v-2h-2"/></svg>
</template>

CSS

.icon-wiper-wash-alert {
  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%22M11%206c0-.3.1-1.4.8-2.2L10%202.4L8.2%203.9c.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%201%200%204%200c0-.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.2C3.8%209.8%205.8%208.3%209%208.1zm4.1%201c-.6-.4-1.3-.8-2.1-1v-6c3.2.3%205.2%201.7%206.3%202.8zM16%201.3l-.7%201.9c-.7-.3-1.8-.3-2.6%200L12%201.3c1.2-.4%202.8-.4%204%200M19%206h-2s0-1.3-.8-2.1l1.5-1.3C19%204%2019%205.9%2019%206M2.2%202.6l1.5%201.3C3%204.7%203%206%203%206H1c0-.1%200-2%201.2-3.4M8%201.3l-.7%201.9c-.7-.3-1.8-.3-2.6%200L4%201.3c1.2-.4%202.8-.4%204%200M22%2012V7h2v6h-2m0%204h2v-2h-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%206c0-.3.1-1.4.8-2.2L10%202.4L8.2%203.9c.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%201%200%204%200c0-.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.2C3.8%209.8%205.8%208.3%209%208.1zm4.1%201c-.6-.4-1.3-.8-2.1-1v-6c3.2.3%205.2%201.7%206.3%202.8zM16%201.3l-.7%201.9c-.7-.3-1.8-.3-2.6%200L12%201.3c1.2-.4%202.8-.4%204%200M19%206h-2s0-1.3-.8-2.1l1.5-1.3C19%204%2019%205.9%2019%206M2.2%202.6l1.5%201.3C3%204.7%203%206%203%206H1c0-.1%200-2%201.2-3.4M8%201.3l-.7%201.9c-.7-.3-1.8-.3-2.6%200L4%201.3c1.2-.4%202.8-.4%204%200M22%2012V7h2v6h-2m0%204h2v-2h-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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