cloud waterdrops icon

cloud-waterdrops-broken from Solar by 480 Design · Broken · Weather · CC-BY-4.0 Attribution required.

Name
cloud-waterdrops-broken
Set
Solar
Style
Broken
Category
Weather
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More weather icons from Solar

Use the cloud waterdrops 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 stroke-linecap="round" d="M22 13.3529C22 15.6958 20.5562 17.7055 18.5 18.5604M14.381 8.02721C14.9767 7.81911 15.6178 7.70588 16.2857 7.70588C16.9404 7.70588 17.5693 7.81468 18.1551 8.01498M8.66667 11.2426C8.20528 10.9374 7.68059 10.7184 7.11616 10.6089C6.8475 10.5567 6.56983 10.5294 6.28571 10.5294C3.91878 10.5294 2 12.4256 2 14.7647C2 16.6611 3.26124 18.2664 5 18.8061M7.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.01498M18.1551 8.01498C19.0446 8.31916 19.8345 8.83436 20.4633 9.5"/><path d="M11 20.3336C11 21.2541 10.3284 22.0002 9.5 22.0002C8.67157 22.0002 8 21.2541 8 20.3336C8 19.8287 8.45122 19.1758 8.85871 18.689C9.19832 18.2833 9.80168 18.2833 10.1413 18.689C10.5488 19.1758 11 19.8287 11 20.3336Z"/><path d="M16 20.3336C16 21.2541 15.3284 22.0002 14.5 22.0002C13.6716 22.0002 13 21.2541 13 20.3336C13 19.8287 13.4512 19.1758 13.8587 18.689C14.1983 18.2833 14.8017 18.2833 15.1413 18.689C15.5488 19.1758 16 19.8287 16 20.3336Z"/><path d="M13.5 15.3336C13.5 16.2541 12.8284 17.0002 12 17.0002C11.1716 17.0002 10.5 16.2541 10.5 15.3336C10.5 14.8287 10.9512 14.1758 11.3587 13.689C11.6983 13.2833 12.3017 13.2833 12.6413 13.689C13.0488 14.1758 13.5 14.8287 13.5 15.3336Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCloudWaterdropsBroken(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 strokeLinecap="round" d="M22 13.3529C22 15.6958 20.5562 17.7055 18.5 18.5604M14.381 8.02721C14.9767 7.81911 15.6178 7.70588 16.2857 7.70588C16.9404 7.70588 17.5693 7.81468 18.1551 8.01498M8.66667 11.2426C8.20528 10.9374 7.68059 10.7184 7.11616 10.6089C6.8475 10.5567 6.56983 10.5294 6.28571 10.5294C3.91878 10.5294 2 12.4256 2 14.7647C2 16.6611 3.26124 18.2664 5 18.8061M7.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.01498M18.1551 8.01498C19.0446 8.31916 19.8345 8.83436 20.4633 9.5"/><path d="M11 20.3336C11 21.2541 10.3284 22.0002 9.5 22.0002C8.67157 22.0002 8 21.2541 8 20.3336C8 19.8287 8.45122 19.1758 8.85871 18.689C9.19832 18.2833 9.80168 18.2833 10.1413 18.689C10.5488 19.1758 11 19.8287 11 20.3336Z"/><path d="M16 20.3336C16 21.2541 15.3284 22.0002 14.5 22.0002C13.6716 22.0002 13 21.2541 13 20.3336C13 19.8287 13.4512 19.1758 13.8587 18.689C14.1983 18.2833 14.8017 18.2833 15.1413 18.689C15.5488 19.1758 16 19.8287 16 20.3336Z"/><path d="M13.5 15.3336C13.5 16.2541 12.8284 17.0002 12 17.0002C11.1716 17.0002 10.5 16.2541 10.5 15.3336C10.5 14.8287 10.9512 14.1758 11.3587 13.689C11.6983 13.2833 12.3017 13.2833 12.6413 13.689C13.0488 14.1758 13.5 14.8287 13.5 15.3336Z"/></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 stroke-linecap="round" d="M22 13.3529C22 15.6958 20.5562 17.7055 18.5 18.5604M14.381 8.02721C14.9767 7.81911 15.6178 7.70588 16.2857 7.70588C16.9404 7.70588 17.5693 7.81468 18.1551 8.01498M8.66667 11.2426C8.20528 10.9374 7.68059 10.7184 7.11616 10.6089C6.8475 10.5567 6.56983 10.5294 6.28571 10.5294C3.91878 10.5294 2 12.4256 2 14.7647C2 16.6611 3.26124 18.2664 5 18.8061M7.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.01498M18.1551 8.01498C19.0446 8.31916 19.8345 8.83436 20.4633 9.5"/><path d="M11 20.3336C11 21.2541 10.3284 22.0002 9.5 22.0002C8.67157 22.0002 8 21.2541 8 20.3336C8 19.8287 8.45122 19.1758 8.85871 18.689C9.19832 18.2833 9.80168 18.2833 10.1413 18.689C10.5488 19.1758 11 19.8287 11 20.3336Z"/><path d="M16 20.3336C16 21.2541 15.3284 22.0002 14.5 22.0002C13.6716 22.0002 13 21.2541 13 20.3336C13 19.8287 13.4512 19.1758 13.8587 18.689C14.1983 18.2833 14.8017 18.2833 15.1413 18.689C15.5488 19.1758 16 19.8287 16 20.3336Z"/><path d="M13.5 15.3336C13.5 16.2541 12.8284 17.0002 12 17.0002C11.1716 17.0002 10.5 16.2541 10.5 15.3336C10.5 14.8287 10.9512 14.1758 11.3587 13.689C11.6983 13.2833 12.3017 13.2833 12.6413 13.689C13.0488 14.1758 13.5 14.8287 13.5 15.3336Z"/></g></svg>
</template>

CSS

.icon-cloud-waterdrops-broken {
  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%20stroke-linecap%3D%22round%22%20d%3D%22M22%2013.3529C22%2015.6958%2020.5562%2017.7055%2018.5%2018.5604M14.381%208.02721C14.9767%207.81911%2015.6178%207.70588%2016.2857%207.70588C16.9404%207.70588%2017.5693%207.81468%2018.1551%208.01498M8.66667%2011.2426C8.20528%2010.9374%207.68059%2010.7184%207.11616%2010.6089C6.8475%2010.5567%206.56983%2010.5294%206.28571%2010.5294C3.91878%2010.5294%202%2012.4256%202%2014.7647C2%2016.6611%203.26124%2018.2664%205%2018.8061M7.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.01498M18.1551%208.01498C19.0446%208.31916%2019.8345%208.83436%2020.4633%209.5%22%2F%3E%3Cpath%20d%3D%22M11%2020.3336C11%2021.2541%2010.3284%2022.0002%209.5%2022.0002C8.67157%2022.0002%208%2021.2541%208%2020.3336C8%2019.8287%208.45122%2019.1758%208.85871%2018.689C9.19832%2018.2833%209.80168%2018.2833%2010.1413%2018.689C10.5488%2019.1758%2011%2019.8287%2011%2020.3336Z%22%2F%3E%3Cpath%20d%3D%22M16%2020.3336C16%2021.2541%2015.3284%2022.0002%2014.5%2022.0002C13.6716%2022.0002%2013%2021.2541%2013%2020.3336C13%2019.8287%2013.4512%2019.1758%2013.8587%2018.689C14.1983%2018.2833%2014.8017%2018.2833%2015.1413%2018.689C15.5488%2019.1758%2016%2019.8287%2016%2020.3336Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2015.3336C13.5%2016.2541%2012.8284%2017.0002%2012%2017.0002C11.1716%2017.0002%2010.5%2016.2541%2010.5%2015.3336C10.5%2014.8287%2010.9512%2014.1758%2011.3587%2013.689C11.6983%2013.2833%2012.3017%2013.2833%2012.6413%2013.689C13.0488%2014.1758%2013.5%2014.8287%2013.5%2015.3336Z%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%20stroke-linecap%3D%22round%22%20d%3D%22M22%2013.3529C22%2015.6958%2020.5562%2017.7055%2018.5%2018.5604M14.381%208.02721C14.9767%207.81911%2015.6178%207.70588%2016.2857%207.70588C16.9404%207.70588%2017.5693%207.81468%2018.1551%208.01498M8.66667%2011.2426C8.20528%2010.9374%207.68059%2010.7184%207.11616%2010.6089C6.8475%2010.5567%206.56983%2010.5294%206.28571%2010.5294C3.91878%2010.5294%202%2012.4256%202%2014.7647C2%2016.6611%203.26124%2018.2664%205%2018.8061M7.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.01498M18.1551%208.01498C19.0446%208.31916%2019.8345%208.83436%2020.4633%209.5%22%2F%3E%3Cpath%20d%3D%22M11%2020.3336C11%2021.2541%2010.3284%2022.0002%209.5%2022.0002C8.67157%2022.0002%208%2021.2541%208%2020.3336C8%2019.8287%208.45122%2019.1758%208.85871%2018.689C9.19832%2018.2833%209.80168%2018.2833%2010.1413%2018.689C10.5488%2019.1758%2011%2019.8287%2011%2020.3336Z%22%2F%3E%3Cpath%20d%3D%22M16%2020.3336C16%2021.2541%2015.3284%2022.0002%2014.5%2022.0002C13.6716%2022.0002%2013%2021.2541%2013%2020.3336C13%2019.8287%2013.4512%2019.1758%2013.8587%2018.689C14.1983%2018.2833%2014.8017%2018.2833%2015.1413%2018.689C15.5488%2019.1758%2016%2019.8287%2016%2020.3336Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2015.3336C13.5%2016.2541%2012.8284%2017.0002%2012%2017.0002C11.1716%2017.0002%2010.5%2016.2541%2010.5%2015.3336C10.5%2014.8287%2010.9512%2014.1758%2011.3587%2013.689C11.6983%2013.2833%2012.3017%2013.2833%2012.6413%2013.689C13.0488%2014.1758%2013.5%2014.8287%2013.5%2015.3336Z%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-waterdrops-broken.svg?color=%231a73e8&size=48