waterdrop icon

waterdrop-outline from Solar by 480 Design · Outline · UI · CC-BY-4.0 Attribution required.

Name
waterdrop-outline
Set
Solar
Style
Outline
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="currentColor"><path d="M11.7006 6.9571C12.0766 6.78324 12.2404 6.33752 12.0665 5.96157C11.8927 5.58561 11.447 5.42177 11.071 5.59563C9.1061 6.50429 7.59171 8.31108 6.89971 10.4974C6.77471 10.8923 6.99352 11.3138 7.38843 11.4388C7.78333 11.5638 8.20479 11.345 8.32978 10.9501C8.9073 9.12545 10.1551 7.67181 11.7006 6.9571Z"/><path fill-rule="evenodd" d="M14.3856 1.72865C12.8568 1.09045 11.1432 1.09045 9.61438 1.72865C5.15333 3.59087 2.25 8.02164 2.25 12.9281V13.1928C2.25 18.4551 6.42548 22.75 11.6115 22.75H12.3885C17.5745 22.75 21.75 18.4551 21.75 13.1928V12.9281C21.75 8.02164 18.8467 3.59087 14.3856 1.72865ZM10.1922 3.11289C11.3513 2.62904 12.6487 2.62904 13.8078 3.11289C17.6962 4.73608 20.25 8.61139 20.25 12.9281V13.1928C20.25 17.6587 16.7145 21.25 12.3885 21.25H11.6115C7.2855 21.25 3.75 17.6587 3.75 13.1928V12.9281C3.75 8.61139 6.30376 4.73608 10.1922 3.11289Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWaterdropOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.7006 6.9571C12.0766 6.78324 12.2404 6.33752 12.0665 5.96157C11.8927 5.58561 11.447 5.42177 11.071 5.59563C9.1061 6.50429 7.59171 8.31108 6.89971 10.4974C6.77471 10.8923 6.99352 11.3138 7.38843 11.4388C7.78333 11.5638 8.20479 11.345 8.32978 10.9501C8.9073 9.12545 10.1551 7.67181 11.7006 6.9571Z"/><path fillRule="evenodd" d="M14.3856 1.72865C12.8568 1.09045 11.1432 1.09045 9.61438 1.72865C5.15333 3.59087 2.25 8.02164 2.25 12.9281V13.1928C2.25 18.4551 6.42548 22.75 11.6115 22.75H12.3885C17.5745 22.75 21.75 18.4551 21.75 13.1928V12.9281C21.75 8.02164 18.8467 3.59087 14.3856 1.72865ZM10.1922 3.11289C11.3513 2.62904 12.6487 2.62904 13.8078 3.11289C17.6962 4.73608 20.25 8.61139 20.25 12.9281V13.1928C20.25 17.6587 16.7145 21.25 12.3885 21.25H11.6115C7.2855 21.25 3.75 17.6587 3.75 13.1928V12.9281C3.75 8.61139 6.30376 4.73608 10.1922 3.11289Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.7006 6.9571C12.0766 6.78324 12.2404 6.33752 12.0665 5.96157C11.8927 5.58561 11.447 5.42177 11.071 5.59563C9.1061 6.50429 7.59171 8.31108 6.89971 10.4974C6.77471 10.8923 6.99352 11.3138 7.38843 11.4388C7.78333 11.5638 8.20479 11.345 8.32978 10.9501C8.9073 9.12545 10.1551 7.67181 11.7006 6.9571Z"/><path fill-rule="evenodd" d="M14.3856 1.72865C12.8568 1.09045 11.1432 1.09045 9.61438 1.72865C5.15333 3.59087 2.25 8.02164 2.25 12.9281V13.1928C2.25 18.4551 6.42548 22.75 11.6115 22.75H12.3885C17.5745 22.75 21.75 18.4551 21.75 13.1928V12.9281C21.75 8.02164 18.8467 3.59087 14.3856 1.72865ZM10.1922 3.11289C11.3513 2.62904 12.6487 2.62904 13.8078 3.11289C17.6962 4.73608 20.25 8.61139 20.25 12.9281V13.1928C20.25 17.6587 16.7145 21.25 12.3885 21.25H11.6115C7.2855 21.25 3.75 17.6587 3.75 13.1928V12.9281C3.75 8.61139 6.30376 4.73608 10.1922 3.11289Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-waterdrop-outline {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M11.7006%206.9571C12.0766%206.78324%2012.2404%206.33752%2012.0665%205.96157C11.8927%205.58561%2011.447%205.42177%2011.071%205.59563C9.1061%206.50429%207.59171%208.31108%206.89971%2010.4974C6.77471%2010.8923%206.99352%2011.3138%207.38843%2011.4388C7.78333%2011.5638%208.20479%2011.345%208.32978%2010.9501C8.9073%209.12545%2010.1551%207.67181%2011.7006%206.9571Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.3856%201.72865C12.8568%201.09045%2011.1432%201.09045%209.61438%201.72865C5.15333%203.59087%202.25%208.02164%202.25%2012.9281V13.1928C2.25%2018.4551%206.42548%2022.75%2011.6115%2022.75H12.3885C17.5745%2022.75%2021.75%2018.4551%2021.75%2013.1928V12.9281C21.75%208.02164%2018.8467%203.59087%2014.3856%201.72865ZM10.1922%203.11289C11.3513%202.62904%2012.6487%202.62904%2013.8078%203.11289C17.6962%204.73608%2020.25%208.61139%2020.25%2012.9281V13.1928C20.25%2017.6587%2016.7145%2021.25%2012.3885%2021.25H11.6115C7.2855%2021.25%203.75%2017.6587%203.75%2013.1928V12.9281C3.75%208.61139%206.30376%204.73608%2010.1922%203.11289Z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M11.7006%206.9571C12.0766%206.78324%2012.2404%206.33752%2012.0665%205.96157C11.8927%205.58561%2011.447%205.42177%2011.071%205.59563C9.1061%206.50429%207.59171%208.31108%206.89971%2010.4974C6.77471%2010.8923%206.99352%2011.3138%207.38843%2011.4388C7.78333%2011.5638%208.20479%2011.345%208.32978%2010.9501C8.9073%209.12545%2010.1551%207.67181%2011.7006%206.9571Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.3856%201.72865C12.8568%201.09045%2011.1432%201.09045%209.61438%201.72865C5.15333%203.59087%202.25%208.02164%202.25%2012.9281V13.1928C2.25%2018.4551%206.42548%2022.75%2011.6115%2022.75H12.3885C17.5745%2022.75%2021.75%2018.4551%2021.75%2013.1928V12.9281C21.75%208.02164%2018.8467%203.59087%2014.3856%201.72865ZM10.1922%203.11289C11.3513%202.62904%2012.6487%202.62904%2013.8078%203.11289C17.6962%204.73608%2020.25%208.61139%2020.25%2012.9281V13.1928C20.25%2017.6587%2016.7145%2021.25%2012.3885%2021.25H11.6115C7.2855%2021.25%203.75%2017.6587%203.75%2013.1928V12.9281C3.75%208.61139%206.30376%204.73608%2010.1922%203.11289Z%22%20clip-rule%3D%22evenodd%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-outline.svg?color=%231a73e8&size=48