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

Name
wet-fill
Set
MingCute Icon
Style
Fill
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="currentColor" fill-rule="evenodd" d="M16.696 2.378a1.183 1.183 0 0 1 1.608 0c.28.258.93.891 1.517 1.723C20.39 4.91 21 6.042 21 7.277C21 9.251 19.512 11 17.5 11S14 9.251 14 7.277c0-1.235.61-2.368 1.18-3.176a11.3 11.3 0 0 1 1.516-1.723M4.708 5.363a1.18 1.18 0 0 1 1.584 0c.206.185.608.572.966 1.072C7.6 6.912 8 7.626 8 8.444c0 1.377-1.085 2.555-2.5 2.555S3 9.821 3 8.444c0-.818.4-1.532.742-2.009c.358-.5.76-.887.966-1.072m5.503 3.998a1.184 1.184 0 0 1 1.578 0c.364.323 1.39 1.278 2.332 2.56c.923 1.254 1.879 2.972 1.879 4.8C16 19.573 13.824 22 11 22s-5-2.427-5-5.277c0-1.829.956-3.547 1.879-4.802a17.4 17.4 0 0 1 2.332-2.56" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWetFill(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" fillRule="evenodd" d="M16.696 2.378a1.183 1.183 0 0 1 1.608 0c.28.258.93.891 1.517 1.723C20.39 4.91 21 6.042 21 7.277C21 9.251 19.512 11 17.5 11S14 9.251 14 7.277c0-1.235.61-2.368 1.18-3.176a11.3 11.3 0 0 1 1.516-1.723M4.708 5.363a1.18 1.18 0 0 1 1.584 0c.206.185.608.572.966 1.072C7.6 6.912 8 7.626 8 8.444c0 1.377-1.085 2.555-2.5 2.555S3 9.821 3 8.444c0-.818.4-1.532.742-2.009c.358-.5.76-.887.966-1.072m5.503 3.998a1.184 1.184 0 0 1 1.578 0c.364.323 1.39 1.278 2.332 2.56c.923 1.254 1.879 2.972 1.879 4.8C16 19.573 13.824 22 11 22s-5-2.427-5-5.277c0-1.829.956-3.547 1.879-4.802a17.4 17.4 0 0 1 2.332-2.56" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.696 2.378a1.183 1.183 0 0 1 1.608 0c.28.258.93.891 1.517 1.723C20.39 4.91 21 6.042 21 7.277C21 9.251 19.512 11 17.5 11S14 9.251 14 7.277c0-1.235.61-2.368 1.18-3.176a11.3 11.3 0 0 1 1.516-1.723M4.708 5.363a1.18 1.18 0 0 1 1.584 0c.206.185.608.572.966 1.072C7.6 6.912 8 7.626 8 8.444c0 1.377-1.085 2.555-2.5 2.555S3 9.821 3 8.444c0-.818.4-1.532.742-2.009c.358-.5.76-.887.966-1.072m5.503 3.998a1.184 1.184 0 0 1 1.578 0c.364.323 1.39 1.278 2.332 2.56c.923 1.254 1.879 2.972 1.879 4.8C16 19.573 13.824 22 11 22s-5-2.427-5-5.277c0-1.829.956-3.547 1.879-4.802a17.4 17.4 0 0 1 2.332-2.56" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-wet-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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.696%202.378a1.183%201.183%200%200%201%201.608%200c.28.258.93.891%201.517%201.723C20.39%204.91%2021%206.042%2021%207.277C21%209.251%2019.512%2011%2017.5%2011S14%209.251%2014%207.277c0-1.235.61-2.368%201.18-3.176a11.3%2011.3%200%200%201%201.516-1.723M4.708%205.363a1.18%201.18%200%200%201%201.584%200c.206.185.608.572.966%201.072C7.6%206.912%208%207.626%208%208.444c0%201.377-1.085%202.555-2.5%202.555S3%209.821%203%208.444c0-.818.4-1.532.742-2.009c.358-.5.76-.887.966-1.072m5.503%203.998a1.184%201.184%200%200%201%201.578%200c.364.323%201.39%201.278%202.332%202.56c.923%201.254%201.879%202.972%201.879%204.8C16%2019.573%2013.824%2022%2011%2022s-5-2.427-5-5.277c0-1.829.956-3.547%201.879-4.802a17.4%2017.4%200%200%201%202.332-2.56%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.696%202.378a1.183%201.183%200%200%201%201.608%200c.28.258.93.891%201.517%201.723C20.39%204.91%2021%206.042%2021%207.277C21%209.251%2019.512%2011%2017.5%2011S14%209.251%2014%207.277c0-1.235.61-2.368%201.18-3.176a11.3%2011.3%200%200%201%201.516-1.723M4.708%205.363a1.18%201.18%200%200%201%201.584%200c.206.185.608.572.966%201.072C7.6%206.912%208%207.626%208%208.444c0%201.377-1.085%202.555-2.5%202.555S3%209.821%203%208.444c0-.818.4-1.532.742-2.009c.358-.5.76-.887.966-1.072m5.503%203.998a1.184%201.184%200%200%201%201.578%200c.364.323%201.39%201.278%202.332%202.56c.923%201.254%201.879%202.972%201.879%204.8C16%2019.573%2013.824%2022%2011%2022s-5-2.427-5-5.277c0-1.829.956-3.547%201.879-4.802a17.4%2017.4%200%200%201%202.332-2.56%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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