wet-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
wet-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the wet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M15 16.722C15 19.085 13.21 21 11 21s-4-1.915-4-4.278C7 13.362 11 10 11 10s4 3.361 4 6.722ZM7 8.444C7 9.304 6.328 10 5.5 10S4 9.304 4 8.444C4 7.222 5.5 6 5.5 6S7 7.222 7 8.444Zm13-1.166C20 8.78 18.88 10 17.5 10S15 8.781 15 7.278C15 5.138 17.5 3 17.5 3S20 5.139 20 7.278Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWetLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M15 16.722C15 19.085 13.21 21 11 21s-4-1.915-4-4.278C7 13.362 11 10 11 10s4 3.361 4 6.722ZM7 8.444C7 9.304 6.328 10 5.5 10S4 9.304 4 8.444C4 7.222 5.5 6 5.5 6S7 7.222 7 8.444Zm13-1.166C20 8.78 18.88 10 17.5 10S15 8.781 15 7.278C15 5.138 17.5 3 17.5 3S20 5.139 20 7.278Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M15 16.722C15 19.085 13.21 21 11 21s-4-1.915-4-4.278C7 13.362 11 10 11 10s4 3.361 4 6.722ZM7 8.444C7 9.304 6.328 10 5.5 10S4 9.304 4 8.444C4 7.222 5.5 6 5.5 6S7 7.222 7 8.444Zm13-1.166C20 8.78 18.88 10 17.5 10S15 8.781 15 7.278C15 5.138 17.5 3 17.5 3S20 5.139 20 7.278Z"/></svg>
</template>

CSS

.icon-wet-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15%2016.722C15%2019.085%2013.21%2021%2011%2021s-4-1.915-4-4.278C7%2013.362%2011%2010%2011%2010s4%203.361%204%206.722ZM7%208.444C7%209.304%206.328%2010%205.5%2010S4%209.304%204%208.444C4%207.222%205.5%206%205.5%206S7%207.222%207%208.444Zm13-1.166C20%208.78%2018.88%2010%2017.5%2010S15%208.781%2015%207.278C15%205.138%2017.5%203%2017.5%203S20%205.139%2020%207.278Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15%2016.722C15%2019.085%2013.21%2021%2011%2021s-4-1.915-4-4.278C7%2013.362%2011%2010%2011%2010s4%203.361%204%206.722ZM7%208.444C7%209.304%206.328%2010%205.5%2010S4%209.304%204%208.444C4%207.222%205.5%206%205.5%206S7%207.222%207%208.444Zm13-1.166C20%208.78%2018.88%2010%2017.5%2010S15%208.781%2015%207.278C15%205.138%2017.5%203%2017.5%203S20%205.139%2020%207.278Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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