cloud waterdrop icon
cloud-waterdrop-broken from Solar by 480 Design · Broken · Weather · CC-BY-4.0 Attribution required.
- Name
- cloud-waterdrop-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
cloud-boldcloud-bolt-boldcloud-bolt-minimalistic-boldcloud-check-boldcloud-cross-boldcloud-download-boldcloud-minus-boldcloud-plus-boldcloud-rain-boldcloud-snowfall-boldcloud-snowfall-minimalistic-boldcloud-storm-boldcloud-sun-2-boldcloud-sun-boldcloud-upload-boldcloud-waterdrops-boldclouds-boldcloudy-moon-boldfog-boldmoon-boldmoon-fog-boldmoon-sleep-boldmoon-stars-boldsnowflake-bold
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="none" stroke="currentColor" stroke-width="1.5"><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 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"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarCloudWaterdropBroken(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="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 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"/></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="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 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"/></g></svg> </template>
CSS
.icon-cloud-waterdrop-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%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%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%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%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%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%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/cloud-waterdrop-broken.svg?color=%231a73e8&size=48