cloud rain icon

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

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

2 other variants in Reicon

The same icon in other sets

All cloud rain icons →

More weather icons from Reicon

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="currentColor"><path fill-rule="evenodd" d="M12.03 14.97a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m4.5 0a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m-8.5 3.5a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m9.5 0a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m-5 1a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/><path d="M19.124 18.255a2.24 2.24 0 0 0-1.351-1.369a2.25 2.25 0 0 0-3.364-2.977l-.802.801a2.25 2.25 0 0 0-3.698-.801l-2 2a2.24 2.24 0 0 0-.532.844c-.534.03-1.06.248-1.468.656l-1.268 1.268C3.091 18.04 2 16.528 2 14.765c0-2.34 1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 5.528 9.32 3 12.476 3c2.94 0 5.361 2.194 5.68 5.015C20.392 8.78 22 10.881 22 13.353c0 2.098-1.158 3.929-2.876 4.902"/><path d="M12.03 14.97a.75.75 0 0 1 0 1.06l-2 2a.746.746 0 0 1-1.06 0a.746.746 0 0 1 0-1.06l2-2a.75.75 0 0 1 1.06 0m3.44 0l-2 2a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 1 0-1.06-1.06"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCloudRainFilled(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 fillRule="evenodd" d="M12.03 14.97a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m4.5 0a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m-8.5 3.5a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m9.5 0a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m-5 1a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0" clipRule="evenodd"/><path d="M19.124 18.255a2.24 2.24 0 0 0-1.351-1.369a2.25 2.25 0 0 0-3.364-2.977l-.802.801a2.25 2.25 0 0 0-3.698-.801l-2 2a2.24 2.24 0 0 0-.532.844c-.534.03-1.06.248-1.468.656l-1.268 1.268C3.091 18.04 2 16.528 2 14.765c0-2.34 1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 5.528 9.32 3 12.476 3c2.94 0 5.361 2.194 5.68 5.015C20.392 8.78 22 10.881 22 13.353c0 2.098-1.158 3.929-2.876 4.902"/><path d="M12.03 14.97a.75.75 0 0 1 0 1.06l-2 2a.746.746 0 0 1-1.06 0a.746.746 0 0 1 0-1.06l2-2a.75.75 0 0 1 1.06 0m3.44 0l-2 2a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 1 0-1.06-1.06"/></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 fill-rule="evenodd" d="M12.03 14.97a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m4.5 0a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m-8.5 3.5a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m9.5 0a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0m-5 1a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/><path d="M19.124 18.255a2.24 2.24 0 0 0-1.351-1.369a2.25 2.25 0 0 0-3.364-2.977l-.802.801a2.25 2.25 0 0 0-3.698-.801l-2 2a2.24 2.24 0 0 0-.532.844c-.534.03-1.06.248-1.468.656l-1.268 1.268C3.091 18.04 2 16.528 2 14.765c0-2.34 1.919-4.236 4.286-4.236q.427.001.83.08a5.6 5.6 0 0 1-.354-1.962C6.762 5.528 9.32 3 12.476 3c2.94 0 5.361 2.194 5.68 5.015C20.392 8.78 22 10.881 22 13.353c0 2.098-1.158 3.929-2.876 4.902"/><path d="M12.03 14.97a.75.75 0 0 1 0 1.06l-2 2a.746.746 0 0 1-1.06 0a.746.746 0 0 1 0-1.06l2-2a.75.75 0 0 1 1.06 0m3.44 0l-2 2a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 1 0-1.06-1.06"/></g></svg>
</template>

CSS

.icon-cloud-rain-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.03%2014.97a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m4.5%200a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m-8.5%203.5a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%200%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m9.5%200a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m-5%201a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.124%2018.255a2.24%202.24%200%200%200-1.351-1.369a2.25%202.25%200%200%200-3.364-2.977l-.802.801a2.25%202.25%200%200%200-3.698-.801l-2%202a2.24%202.24%200%200%200-.532.844c-.534.03-1.06.248-1.468.656l-1.268%201.268C3.091%2018.04%202%2016.528%202%2014.765c0-2.34%201.919-4.236%204.286-4.236q.427.001.83.08a5.6%205.6%200%200%201-.354-1.962C6.762%205.528%209.32%203%2012.476%203c2.94%200%205.361%202.194%205.68%205.015C20.392%208.78%2022%2010.881%2022%2013.353c0%202.098-1.158%203.929-2.876%204.902%22%2F%3E%3Cpath%20d%3D%22M12.03%2014.97a.75.75%200%200%201%200%201.06l-2%202a.746.746%200%200%201-1.06%200a.746.746%200%200%201%200-1.06l2-2a.75.75%200%200%201%201.06%200m3.44%200l-2%202a.75.75%200%201%200%201.06%201.06l2-2a.75.75%200%201%200-1.06-1.06%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.03%2014.97a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m4.5%200a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m-8.5%203.5a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%200%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m9.5%200a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200m-5%201a.75.75%200%200%201%200%201.06l-2%202a.75.75%200%201%201-1.06-1.06l2-2a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.124%2018.255a2.24%202.24%200%200%200-1.351-1.369a2.25%202.25%200%200%200-3.364-2.977l-.802.801a2.25%202.25%200%200%200-3.698-.801l-2%202a2.24%202.24%200%200%200-.532.844c-.534.03-1.06.248-1.468.656l-1.268%201.268C3.091%2018.04%202%2016.528%202%2014.765c0-2.34%201.919-4.236%204.286-4.236q.427.001.83.08a5.6%205.6%200%200%201-.354-1.962C6.762%205.528%209.32%203%2012.476%203c2.94%200%205.361%202.194%205.68%205.015C20.392%208.78%2022%2010.881%2022%2013.353c0%202.098-1.158%203.929-2.876%204.902%22%2F%3E%3Cpath%20d%3D%22M12.03%2014.97a.75.75%200%200%201%200%201.06l-2%202a.746.746%200%200%201-1.06%200a.746.746%200%200%201%200-1.06l2-2a.75.75%200%200%201%201.06%200m3.44%200l-2%202a.75.75%200%201%200%201.06%201.06l2-2a.75.75%200%201%200-1.06-1.06%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-rain-filled.svg?color=%231a73e8&size=48