cloud waterdrop icon

cloud-waterdrop-bold from Solar by 480 Design · Bold · Weather · CC-BY-4.0 Attribution required.

Name
cloud-waterdrop-bold
Set
Solar
Style
Bold
Category
Weather
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More weather icons from Solar

Use the cloud 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="M15 19.0837C15 20.6946 13.6569 22.0004 12 22.0004C10.3431 22.0004 9 20.6946 9 19.0837C9 18.1718 9.96143 16.9838 10.7958 16.1245C11.4626 15.4377 12.5374 15.4377 13.2042 16.1245C14.0386 16.9838 15 18.1718 15 19.0837Z"/><path d="M9.71957 15.0796C9.27101 15.5416 8.75215 16.1278 8.33587 16.7539C7.96447 17.3126 7.52758 18.1162 7.50125 19H6.28571C3.91878 19 2 17.1038 2 14.7647C2 12.4256 3.91878 10.5294 6.28571 10.5294C6.56983 10.5294 6.8475 10.5567 7.11616 10.6089C6.88706 9.9978 6.7619 9.33687 6.7619 8.64706C6.7619 5.52827 9.32028 3 12.4762 3C15.4159 3 17.8371 5.19371 18.1551 8.01498C20.393 8.78024 22 10.8811 22 13.3529C22 16.4013 19.5559 18.8855 16.4986 18.9962C16.4712 18.1139 16.035 17.3118 15.6641 16.7539C15.2479 16.1278 14.729 15.5416 14.2804 15.0796C13.0244 13.786 10.9756 13.786 9.71957 15.0796Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCloudWaterdropBold(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="M15 19.0837C15 20.6946 13.6569 22.0004 12 22.0004C10.3431 22.0004 9 20.6946 9 19.0837C9 18.1718 9.96143 16.9838 10.7958 16.1245C11.4626 15.4377 12.5374 15.4377 13.2042 16.1245C14.0386 16.9838 15 18.1718 15 19.0837Z"/><path d="M9.71957 15.0796C9.27101 15.5416 8.75215 16.1278 8.33587 16.7539C7.96447 17.3126 7.52758 18.1162 7.50125 19H6.28571C3.91878 19 2 17.1038 2 14.7647C2 12.4256 3.91878 10.5294 6.28571 10.5294C6.56983 10.5294 6.8475 10.5567 7.11616 10.6089C6.88706 9.9978 6.7619 9.33687 6.7619 8.64706C6.7619 5.52827 9.32028 3 12.4762 3C15.4159 3 17.8371 5.19371 18.1551 8.01498C20.393 8.78024 22 10.8811 22 13.3529C22 16.4013 19.5559 18.8855 16.4986 18.9962C16.4712 18.1139 16.035 17.3118 15.6641 16.7539C15.2479 16.1278 14.729 15.5416 14.2804 15.0796C13.0244 13.786 10.9756 13.786 9.71957 15.0796Z"/></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="M15 19.0837C15 20.6946 13.6569 22.0004 12 22.0004C10.3431 22.0004 9 20.6946 9 19.0837C9 18.1718 9.96143 16.9838 10.7958 16.1245C11.4626 15.4377 12.5374 15.4377 13.2042 16.1245C14.0386 16.9838 15 18.1718 15 19.0837Z"/><path d="M9.71957 15.0796C9.27101 15.5416 8.75215 16.1278 8.33587 16.7539C7.96447 17.3126 7.52758 18.1162 7.50125 19H6.28571C3.91878 19 2 17.1038 2 14.7647C2 12.4256 3.91878 10.5294 6.28571 10.5294C6.56983 10.5294 6.8475 10.5567 7.11616 10.6089C6.88706 9.9978 6.7619 9.33687 6.7619 8.64706C6.7619 5.52827 9.32028 3 12.4762 3C15.4159 3 17.8371 5.19371 18.1551 8.01498C20.393 8.78024 22 10.8811 22 13.3529C22 16.4013 19.5559 18.8855 16.4986 18.9962C16.4712 18.1139 16.035 17.3118 15.6641 16.7539C15.2479 16.1278 14.729 15.5416 14.2804 15.0796C13.0244 13.786 10.9756 13.786 9.71957 15.0796Z"/></g></svg>
</template>

CSS

.icon-cloud-waterdrop-bold {
  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%22M15%2019.0837C15%2020.6946%2013.6569%2022.0004%2012%2022.0004C10.3431%2022.0004%209%2020.6946%209%2019.0837C9%2018.1718%209.96143%2016.9838%2010.7958%2016.1245C11.4626%2015.4377%2012.5374%2015.4377%2013.2042%2016.1245C14.0386%2016.9838%2015%2018.1718%2015%2019.0837Z%22%2F%3E%3Cpath%20d%3D%22M9.71957%2015.0796C9.27101%2015.5416%208.75215%2016.1278%208.33587%2016.7539C7.96447%2017.3126%207.52758%2018.1162%207.50125%2019H6.28571C3.91878%2019%202%2017.1038%202%2014.7647C2%2012.4256%203.91878%2010.5294%206.28571%2010.5294C6.56983%2010.5294%206.8475%2010.5567%207.11616%2010.6089C6.88706%209.9978%206.7619%209.33687%206.7619%208.64706C6.7619%205.52827%209.32028%203%2012.4762%203C15.4159%203%2017.8371%205.19371%2018.1551%208.01498C20.393%208.78024%2022%2010.8811%2022%2013.3529C22%2016.4013%2019.5559%2018.8855%2016.4986%2018.9962C16.4712%2018.1139%2016.035%2017.3118%2015.6641%2016.7539C15.2479%2016.1278%2014.729%2015.5416%2014.2804%2015.0796C13.0244%2013.786%2010.9756%2013.786%209.71957%2015.0796Z%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%22M15%2019.0837C15%2020.6946%2013.6569%2022.0004%2012%2022.0004C10.3431%2022.0004%209%2020.6946%209%2019.0837C9%2018.1718%209.96143%2016.9838%2010.7958%2016.1245C11.4626%2015.4377%2012.5374%2015.4377%2013.2042%2016.1245C14.0386%2016.9838%2015%2018.1718%2015%2019.0837Z%22%2F%3E%3Cpath%20d%3D%22M9.71957%2015.0796C9.27101%2015.5416%208.75215%2016.1278%208.33587%2016.7539C7.96447%2017.3126%207.52758%2018.1162%207.50125%2019H6.28571C3.91878%2019%202%2017.1038%202%2014.7647C2%2012.4256%203.91878%2010.5294%206.28571%2010.5294C6.56983%2010.5294%206.8475%2010.5567%207.11616%2010.6089C6.88706%209.9978%206.7619%209.33687%206.7619%208.64706C6.7619%205.52827%209.32028%203%2012.4762%203C15.4159%203%2017.8371%205.19371%2018.1551%208.01498C20.393%208.78024%2022%2010.8811%2022%2013.3529C22%2016.4013%2019.5559%2018.8855%2016.4986%2018.9962C16.4712%2018.1139%2016.035%2017.3118%2015.6641%2016.7539C15.2479%2016.1278%2014.729%2015.5416%2014.2804%2015.0796C13.0244%2013.786%2010.9756%2013.786%209.71957%2015.0796Z%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/cloud-waterdrop-bold.svg?color=%231a73e8&size=48