cloud drops icon

cloud-drops-filled from Reicon by REICON · Filled · Weather · MIT Free for personal and commercial use.

Name
cloud-drops-filled
Set
Reicon
Style
Filled
Category
Weather
Viewbox
24×24
License
MIT

2 other variants in Reicon

More weather icons from Reicon

Use the cloud drops 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 20.334c0 .92-.672 1.666-1.5 1.666S8 21.254 8 20.334c0-.505.451-1.158.859-1.645a.828.828 0 0 1 1.282 0c.408.487.859 1.14.859 1.645m5 0c0 .92-.672 1.666-1.5 1.666s-1.5-.746-1.5-1.666c0-.505.451-1.158.859-1.645a.828.828 0 0 1 1.282 0c.408.487.859 1.14.859 1.645m-2.5-5c0 .92-.672 1.666-1.5 1.666s-1.5-.746-1.5-1.666c0-.505.451-1.158.859-1.645a.828.828 0 0 1 1.282 0c.408.487.859 1.14.859 1.645"/><path d="M6.846 19q.066-.131.127-.238a7.3 7.3 0 0 1 .736-1.036a2.33 2.33 0 0 1 1.68-.839A3.3 3.3 0 0 1 9 15.334c0-.648.27-1.215.473-1.572c.226-.395.502-.757.736-1.036a2.328 2.328 0 0 1 3.582 0c.234.28.51.64.736 1.036c.204.357.473.924.473 1.572a3.3 3.3 0 0 1-.39 1.553c.624.03 1.238.31 1.681.84c.234.279.51.64.735 1.035q.048.081.097.178c2.76-.4 4.877-2.75 4.877-5.587c0-2.472-1.607-4.573-3.845-5.338C17.837 5.194 15.415 3 12.476 3C9.32 3 6.762 5.528 6.762 8.647c0 .69.125 1.35.354 1.962a4.4 4.4 0 0 0-.83-.08C3.919 10.53 2 12.426 2 14.765S3.919 19 6.286 19z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCloudDropsFilled(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 20.334c0 .92-.672 1.666-1.5 1.666S8 21.254 8 20.334c0-.505.451-1.158.859-1.645a.828.828 0 0 1 1.282 0c.408.487.859 1.14.859 1.645m5 0c0 .92-.672 1.666-1.5 1.666s-1.5-.746-1.5-1.666c0-.505.451-1.158.859-1.645a.828.828 0 0 1 1.282 0c.408.487.859 1.14.859 1.645m-2.5-5c0 .92-.672 1.666-1.5 1.666s-1.5-.746-1.5-1.666c0-.505.451-1.158.859-1.645a.828.828 0 0 1 1.282 0c.408.487.859 1.14.859 1.645"/><path d="M6.846 19q.066-.131.127-.238a7.3 7.3 0 0 1 .736-1.036a2.33 2.33 0 0 1 1.68-.839A3.3 3.3 0 0 1 9 15.334c0-.648.27-1.215.473-1.572c.226-.395.502-.757.736-1.036a2.328 2.328 0 0 1 3.582 0c.234.28.51.64.736 1.036c.204.357.473.924.473 1.572a3.3 3.3 0 0 1-.39 1.553c.624.03 1.238.31 1.681.84c.234.279.51.64.735 1.035q.048.081.097.178c2.76-.4 4.877-2.75 4.877-5.587c0-2.472-1.607-4.573-3.845-5.338C17.837 5.194 15.415 3 12.476 3C9.32 3 6.762 5.528 6.762 8.647c0 .69.125 1.35.354 1.962a4.4 4.4 0 0 0-.83-.08C3.919 10.53 2 12.426 2 14.765S3.919 19 6.286 19z"/></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 20.334c0 .92-.672 1.666-1.5 1.666S8 21.254 8 20.334c0-.505.451-1.158.859-1.645a.828.828 0 0 1 1.282 0c.408.487.859 1.14.859 1.645m5 0c0 .92-.672 1.666-1.5 1.666s-1.5-.746-1.5-1.666c0-.505.451-1.158.859-1.645a.828.828 0 0 1 1.282 0c.408.487.859 1.14.859 1.645m-2.5-5c0 .92-.672 1.666-1.5 1.666s-1.5-.746-1.5-1.666c0-.505.451-1.158.859-1.645a.828.828 0 0 1 1.282 0c.408.487.859 1.14.859 1.645"/><path d="M6.846 19q.066-.131.127-.238a7.3 7.3 0 0 1 .736-1.036a2.33 2.33 0 0 1 1.68-.839A3.3 3.3 0 0 1 9 15.334c0-.648.27-1.215.473-1.572c.226-.395.502-.757.736-1.036a2.328 2.328 0 0 1 3.582 0c.234.28.51.64.736 1.036c.204.357.473.924.473 1.572a3.3 3.3 0 0 1-.39 1.553c.624.03 1.238.31 1.681.84c.234.279.51.64.735 1.035q.048.081.097.178c2.76-.4 4.877-2.75 4.877-5.587c0-2.472-1.607-4.573-3.845-5.338C17.837 5.194 15.415 3 12.476 3C9.32 3 6.762 5.528 6.762 8.647c0 .69.125 1.35.354 1.962a4.4 4.4 0 0 0-.83-.08C3.919 10.53 2 12.426 2 14.765S3.919 19 6.286 19z"/></g></svg>
</template>

CSS

.icon-cloud-drops-filled {
  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%2020.334c0%20.92-.672%201.666-1.5%201.666S8%2021.254%208%2020.334c0-.505.451-1.158.859-1.645a.828.828%200%200%201%201.282%200c.408.487.859%201.14.859%201.645m5%200c0%20.92-.672%201.666-1.5%201.666s-1.5-.746-1.5-1.666c0-.505.451-1.158.859-1.645a.828.828%200%200%201%201.282%200c.408.487.859%201.14.859%201.645m-2.5-5c0%20.92-.672%201.666-1.5%201.666s-1.5-.746-1.5-1.666c0-.505.451-1.158.859-1.645a.828.828%200%200%201%201.282%200c.408.487.859%201.14.859%201.645%22%2F%3E%3Cpath%20d%3D%22M6.846%2019q.066-.131.127-.238a7.3%207.3%200%200%201%20.736-1.036a2.33%202.33%200%200%201%201.68-.839A3.3%203.3%200%200%201%209%2015.334c0-.648.27-1.215.473-1.572c.226-.395.502-.757.736-1.036a2.328%202.328%200%200%201%203.582%200c.234.28.51.64.736%201.036c.204.357.473.924.473%201.572a3.3%203.3%200%200%201-.39%201.553c.624.03%201.238.31%201.681.84c.234.279.51.64.735%201.035q.048.081.097.178c2.76-.4%204.877-2.75%204.877-5.587c0-2.472-1.607-4.573-3.845-5.338C17.837%205.194%2015.415%203%2012.476%203C9.32%203%206.762%205.528%206.762%208.647c0%20.69.125%201.35.354%201.962a4.4%204.4%200%200%200-.83-.08C3.919%2010.53%202%2012.426%202%2014.765S3.919%2019%206.286%2019z%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%2020.334c0%20.92-.672%201.666-1.5%201.666S8%2021.254%208%2020.334c0-.505.451-1.158.859-1.645a.828.828%200%200%201%201.282%200c.408.487.859%201.14.859%201.645m5%200c0%20.92-.672%201.666-1.5%201.666s-1.5-.746-1.5-1.666c0-.505.451-1.158.859-1.645a.828.828%200%200%201%201.282%200c.408.487.859%201.14.859%201.645m-2.5-5c0%20.92-.672%201.666-1.5%201.666s-1.5-.746-1.5-1.666c0-.505.451-1.158.859-1.645a.828.828%200%200%201%201.282%200c.408.487.859%201.14.859%201.645%22%2F%3E%3Cpath%20d%3D%22M6.846%2019q.066-.131.127-.238a7.3%207.3%200%200%201%20.736-1.036a2.33%202.33%200%200%201%201.68-.839A3.3%203.3%200%200%201%209%2015.334c0-.648.27-1.215.473-1.572c.226-.395.502-.757.736-1.036a2.328%202.328%200%200%201%203.582%200c.234.28.51.64.736%201.036c.204.357.473.924.473%201.572a3.3%203.3%200%200%201-.39%201.553c.624.03%201.238.31%201.681.84c.234.279.51.64.735%201.035q.048.081.097.178c2.76-.4%204.877-2.75%204.877-5.587c0-2.472-1.607-4.573-3.845-5.338C17.837%205.194%2015.415%203%2012.476%203C9.32%203%206.762%205.528%206.762%208.647c0%20.69.125%201.35.354%201.962a4.4%204.4%200%200%200-.83-.08C3.919%2010.53%202%2012.426%202%2014.765S3.919%2019%206.286%2019z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cloud-drops-filled.svg?color=%231a73e8&size=48