waterdrop icon

waterdrop-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.

Name
waterdrop-line-duotone
Set
Solar
Style
Line Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the waterdrop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 13.1928C3 18.0569 6.85549 22 11.6115 22H12.3885C17.1445 22 21 18.0569 21 13.1928V12.9281C21 8.31651 18.2715 4.16347 14.0967 2.42077C12.7527 1.85974 11.2473 1.85974 9.90329 2.42077C5.72854 4.16347 3 8.31651 3 12.9281V13.1928Z" opacity=".5"/><path stroke-linecap="round" d="M7.61475 10.7237C8.2495 8.71826 9.63062 7.08805 11.3858 6.27637"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWaterdropLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M3 13.1928C3 18.0569 6.85549 22 11.6115 22H12.3885C17.1445 22 21 18.0569 21 13.1928V12.9281C21 8.31651 18.2715 4.16347 14.0967 2.42077C12.7527 1.85974 11.2473 1.85974 9.90329 2.42077C5.72854 4.16347 3 8.31651 3 12.9281V13.1928Z" opacity=".5"/><path strokeLinecap="round" d="M7.61475 10.7237C8.2495 8.71826 9.63062 7.08805 11.3858 6.27637"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 13.1928C3 18.0569 6.85549 22 11.6115 22H12.3885C17.1445 22 21 18.0569 21 13.1928V12.9281C21 8.31651 18.2715 4.16347 14.0967 2.42077C12.7527 1.85974 11.2473 1.85974 9.90329 2.42077C5.72854 4.16347 3 8.31651 3 12.9281V13.1928Z" opacity=".5"/><path stroke-linecap="round" d="M7.61475 10.7237C8.2495 8.71826 9.63062 7.08805 11.3858 6.27637"/></g></svg>
</template>

CSS

.icon-waterdrop-line-duotone {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2013.1928C3%2018.0569%206.85549%2022%2011.6115%2022H12.3885C17.1445%2022%2021%2018.0569%2021%2013.1928V12.9281C21%208.31651%2018.2715%204.16347%2014.0967%202.42077C12.7527%201.85974%2011.2473%201.85974%209.90329%202.42077C5.72854%204.16347%203%208.31651%203%2012.9281V13.1928Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.61475%2010.7237C8.2495%208.71826%209.63062%207.08805%2011.3858%206.27637%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2013.1928C3%2018.0569%206.85549%2022%2011.6115%2022H12.3885C17.1445%2022%2021%2018.0569%2021%2013.1928V12.9281C21%208.31651%2018.2715%204.16347%2014.0967%202.42077C12.7527%201.85974%2011.2473%201.85974%209.90329%202.42077C5.72854%204.16347%203%208.31651%203%2012.9281V13.1928Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.61475%2010.7237C8.2495%208.71826%209.63062%207.08805%2011.3858%206.27637%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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