cloud rain icon
cloud-rain-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- cloud-rain-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
cloud-rainBootstrap Iconscloud-rainBoxIcons v2cloud-rainBoxIcons v2 Solidcloud-rainFramework7 Iconscloud-rainFont Awesome 6 Solidcloud-rainFont Awesome Solidcloud-rainFeather Iconscloud-rainHuge Iconscloud-rainJam Iconscloud-rainLine Awesomecloud-rainLucidecloud-rainMyna UI Iconscloud-rain-boldSolarcloud-rainTabler Iconscloud-rainUnicons
Related icons in Phosphor
Use the cloud rain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m158.66 196.44l-32 48a8 8 0 1 1-13.32-8.88l32-48a8 8 0 0 1 13.32 8.88m73.21-108.89a76 76 0 0 0-151.78.73A8.18 8.18 0 0 1 72 96h-.6a8.14 8.14 0 0 1-7.4-8.61a92.5 92.5 0 0 1 2.33-16.51a4 4 0 0 0-5-4.78A52.09 52.09 0 0 0 24 116.36C24.2 145.07 48.12 168 76.84 168h36.21l-23.71 35.56a8 8 0 0 0 13.32 8.88L132.28 168H156a76.08 76.08 0 0 0 75.87-80.45"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudRainFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m158.66 196.44l-32 48a8 8 0 1 1-13.32-8.88l32-48a8 8 0 0 1 13.32 8.88m73.21-108.89a76 76 0 0 0-151.78.73A8.18 8.18 0 0 1 72 96h-.6a8.14 8.14 0 0 1-7.4-8.61a92.5 92.5 0 0 1 2.33-16.51a4 4 0 0 0-5-4.78A52.09 52.09 0 0 0 24 116.36C24.2 145.07 48.12 168 76.84 168h36.21l-23.71 35.56a8 8 0 0 0 13.32 8.88L132.28 168H156a76.08 76.08 0 0 0 75.87-80.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m158.66 196.44l-32 48a8 8 0 1 1-13.32-8.88l32-48a8 8 0 0 1 13.32 8.88m73.21-108.89a76 76 0 0 0-151.78.73A8.18 8.18 0 0 1 72 96h-.6a8.14 8.14 0 0 1-7.4-8.61a92.5 92.5 0 0 1 2.33-16.51a4 4 0 0 0-5-4.78A52.09 52.09 0 0 0 24 116.36C24.2 145.07 48.12 168 76.84 168h36.21l-23.71 35.56a8 8 0 0 0 13.32 8.88L132.28 168H156a76.08 76.08 0 0 0 75.87-80.45"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m158.66%20196.44l-32%2048a8%208%200%201%201-13.32-8.88l32-48a8%208%200%200%201%2013.32%208.88m73.21-108.89a76%2076%200%200%200-151.78.73A8.18%208.18%200%200%201%2072%2096h-.6a8.14%208.14%200%200%201-7.4-8.61a92.5%2092.5%200%200%201%202.33-16.51a4%204%200%200%200-5-4.78A52.09%2052.09%200%200%200%2024%20116.36C24.2%20145.07%2048.12%20168%2076.84%20168h36.21l-23.71%2035.56a8%208%200%200%200%2013.32%208.88L132.28%20168H156a76.08%2076.08%200%200%200%2075.87-80.45%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m158.66%20196.44l-32%2048a8%208%200%201%201-13.32-8.88l32-48a8%208%200%200%201%2013.32%208.88m73.21-108.89a76%2076%200%200%200-151.78.73A8.18%208.18%200%200%201%2072%2096h-.6a8.14%208.14%200%200%201-7.4-8.61a92.5%2092.5%200%200%201%202.33-16.51a4%204%200%200%200-5-4.78A52.09%2052.09%200%200%200%2024%20116.36C24.2%20145.07%2048.12%20168%2076.84%20168h36.21l-23.71%2035.56a8%208%200%200%200%2013.32%208.88L132.28%20168H156a76.08%2076.08%200%200%200%2075.87-80.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-rain-fill.svg?color=%231a73e8&size=48