cloud-rain-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
cloud-rain-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the cloud rain 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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M6 17L18 17C20.5784 17 22.734 15.0393 22.9776 12.4724C23.2212 9.9055 21.4729 7.5743 18.9405 7.0893C18.4833 3.6052 15.5139 1 12 1C8.4861 1 5.5167 3.6052 5.0595 7.0893C2.5271 7.5743 0.7788 9.9055 1.0224 12.4724C1.266 15.0393 3.4216 17 6 17Z" stroke="none"/><path d="M8 20V22M12 20V22M16 20V22"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsCloudRainFill(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M6 17L18 17C20.5784 17 22.734 15.0393 22.9776 12.4724C23.2212 9.9055 21.4729 7.5743 18.9405 7.0893C18.4833 3.6052 15.5139 1 12 1C8.4861 1 5.5167 3.6052 5.0595 7.0893C2.5271 7.5743 0.7788 9.9055 1.0224 12.4724C1.266 15.0393 3.4216 17 6 17Z" stroke="none"/><path d="M8 20V22M12 20V22M16 20V22"/></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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M6 17L18 17C20.5784 17 22.734 15.0393 22.9776 12.4724C23.2212 9.9055 21.4729 7.5743 18.9405 7.0893C18.4833 3.6052 15.5139 1 12 1C8.4861 1 5.5167 3.6052 5.0595 7.0893C2.5271 7.5743 0.7788 9.9055 1.0224 12.4724C1.266 15.0393 3.4216 17 6 17Z" stroke="none"/><path d="M8 20V22M12 20V22M16 20V22"/></g></svg>
</template>

CSS

.icon-cloud-rain-fill {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2017L18%2017C20.5784%2017%2022.734%2015.0393%2022.9776%2012.4724C23.2212%209.9055%2021.4729%207.5743%2018.9405%207.0893C18.4833%203.6052%2015.5139%201%2012%201C8.4861%201%205.5167%203.6052%205.0595%207.0893C2.5271%207.5743%200.7788%209.9055%201.0224%2012.4724C1.266%2015.0393%203.4216%2017%206%2017Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M8%2020V22M12%2020V22M16%2020V22%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2017L18%2017C20.5784%2017%2022.734%2015.0393%2022.9776%2012.4724C23.2212%209.9055%2021.4729%207.5743%2018.9405%207.0893C18.4833%203.6052%2015.5139%201%2012%201C8.4861%201%205.5167%203.6052%205.0595%207.0893C2.5271%207.5743%200.7788%209.9055%201.0224%2012.4724C1.266%2015.0393%203.4216%2017%206%2017Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M8%2020V22M12%2020V22M16%2020V22%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/cloud-rain-fill.svg?color=%231a73e8&size=48