wiper icon
wiper-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- wiper-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
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 4c3.355 0 5.716.517 7.266 1.056c1.91.664 2.145.992 2.359 1.163c.337.27.463.728.311 1.133l-3 8a1.01 1.01 0 0 1-1.256.595c-1.741-.565-3.615-.917-5.448-.945l.445 1.661A1.498 1.498 0 0 1 12 19.5a1.5 1.5 0 0 1-1.254-2.32l-.815-3.04a17 17 0 0 1 2.032-.14l-1.326-4.952a1 1 0 0 0-1.931.517l1.483 5.54c-1.308.146-2.61.437-3.847.835l-.02.007l-.005.001a1 1 0 0 1-1.252-.596l-3-8a1 1 0 0 1 .311-1.133c.677-.541 1.553-.883 2.359-1.163C6.284 4.516 8.646 4 12 4"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteWiperFill(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 4c3.355 0 5.716.517 7.266 1.056c1.91.664 2.145.992 2.359 1.163c.337.27.463.728.311 1.133l-3 8a1.01 1.01 0 0 1-1.256.595c-1.741-.565-3.615-.917-5.448-.945l.445 1.661A1.498 1.498 0 0 1 12 19.5a1.5 1.5 0 0 1-1.254-2.32l-.815-3.04a17 17 0 0 1 2.032-.14l-1.326-4.952a1 1 0 0 0-1.931.517l1.483 5.54c-1.308.146-2.61.437-3.847.835l-.02.007l-.005.001a1 1 0 0 1-1.252-.596l-3-8a1 1 0 0 1 .311-1.133c.677-.541 1.553-.883 2.359-1.163C6.284 4.516 8.646 4 12 4"/></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 4c3.355 0 5.716.517 7.266 1.056c1.91.664 2.145.992 2.359 1.163c.337.27.463.728.311 1.133l-3 8a1.01 1.01 0 0 1-1.256.595c-1.741-.565-3.615-.917-5.448-.945l.445 1.661A1.498 1.498 0 0 1 12 19.5a1.5 1.5 0 0 1-1.254-2.32l-.815-3.04a17 17 0 0 1 2.032-.14l-1.326-4.952a1 1 0 0 0-1.931.517l1.483 5.54c-1.308.146-2.61.437-3.847.835l-.02.007l-.005.001a1 1 0 0 1-1.252-.596l-3-8a1 1 0 0 1 .311-1.133c.677-.541 1.553-.883 2.359-1.163C6.284 4.516 8.646 4 12 4"/></svg> </template>
CSS
.icon-wiper-fill {
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%204c3.355%200%205.716.517%207.266%201.056c1.91.664%202.145.992%202.359%201.163c.337.27.463.728.311%201.133l-3%208a1.01%201.01%200%200%201-1.256.595c-1.741-.565-3.615-.917-5.448-.945l.445%201.661A1.498%201.498%200%200%201%2012%2019.5a1.5%201.5%200%200%201-1.254-2.32l-.815-3.04a17%2017%200%200%201%202.032-.14l-1.326-4.952a1%201%200%200%200-1.931.517l1.483%205.54c-1.308.146-2.61.437-3.847.835l-.02.007l-.005.001a1%201%200%200%201-1.252-.596l-3-8a1%201%200%200%201%20.311-1.133c.677-.541%201.553-.883%202.359-1.163C6.284%204.516%208.646%204%2012%204%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%204c3.355%200%205.716.517%207.266%201.056c1.91.664%202.145.992%202.359%201.163c.337.27.463.728.311%201.133l-3%208a1.01%201.01%200%200%201-1.256.595c-1.741-.565-3.615-.917-5.448-.945l.445%201.661A1.498%201.498%200%200%201%2012%2019.5a1.5%201.5%200%200%201-1.254-2.32l-.815-3.04a17%2017%200%200%201%202.032-.14l-1.326-4.952a1%201%200%200%200-1.931.517l1.483%205.54c-1.308.146-2.61.437-3.847.835l-.02.007l-.005.001a1%201%200%200%201-1.252-.596l-3-8a1%201%200%200%201%20.311-1.133c.677-.541%201.553-.883%202.359-1.163C6.284%204.516%208.646%204%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/wiper-fill.svg?color=%231a73e8&size=48