cloud rain icon
cloud-rain-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- cloud-rain-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
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="m157 195.33l-32 48a6 6 0 1 1-10-6.66l32-48a6 6 0 0 1 10 6.66M230 92a74.09 74.09 0 0 1-74 74h-24.79L101 211.33a6 6 0 1 1-10-6.66L116.79 166H76a50 50 0 1 1 10.2-99A74.08 74.08 0 0 1 230 92m-12 0a62.06 62.06 0 0 0-124-3.65a6 6 0 0 1-12-.7a76 76 0 0 1 1.07-9A38 38 0 1 0 76 154h80a62.07 62.07 0 0 0 62-62"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudRainLight(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="m157 195.33l-32 48a6 6 0 1 1-10-6.66l32-48a6 6 0 0 1 10 6.66M230 92a74.09 74.09 0 0 1-74 74h-24.79L101 211.33a6 6 0 1 1-10-6.66L116.79 166H76a50 50 0 1 1 10.2-99A74.08 74.08 0 0 1 230 92m-12 0a62.06 62.06 0 0 0-124-3.65a6 6 0 0 1-12-.7a76 76 0 0 1 1.07-9A38 38 0 1 0 76 154h80a62.07 62.07 0 0 0 62-62"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m157 195.33l-32 48a6 6 0 1 1-10-6.66l32-48a6 6 0 0 1 10 6.66M230 92a74.09 74.09 0 0 1-74 74h-24.79L101 211.33a6 6 0 1 1-10-6.66L116.79 166H76a50 50 0 1 1 10.2-99A74.08 74.08 0 0 1 230 92m-12 0a62.06 62.06 0 0 0-124-3.65a6 6 0 0 1-12-.7a76 76 0 0 1 1.07-9A38 38 0 1 0 76 154h80a62.07 62.07 0 0 0 62-62"/></svg> </template>
CSS
.icon-cloud-rain-light {
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%22m157%20195.33l-32%2048a6%206%200%201%201-10-6.66l32-48a6%206%200%200%201%2010%206.66M230%2092a74.09%2074.09%200%200%201-74%2074h-24.79L101%20211.33a6%206%200%201%201-10-6.66L116.79%20166H76a50%2050%200%201%201%2010.2-99A74.08%2074.08%200%200%201%20230%2092m-12%200a62.06%2062.06%200%200%200-124-3.65a6%206%200%200%201-12-.7a76%2076%200%200%201%201.07-9A38%2038%200%201%200%2076%20154h80a62.07%2062.07%200%200%200%2062-62%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%22m157%20195.33l-32%2048a6%206%200%201%201-10-6.66l32-48a6%206%200%200%201%2010%206.66M230%2092a74.09%2074.09%200%200%201-74%2074h-24.79L101%20211.33a6%206%200%201%201-10-6.66L116.79%20166H76a50%2050%200%201%201%2010.2-99A74.08%2074.08%200%200%201%20230%2092m-12%200a62.06%2062.06%200%200%200-124-3.65a6%206%200%200%201-12-.7a76%2076%200%200%201%201.07-9A38%2038%200%201%200%2076%20154h80a62.07%2062.07%200%200%200%2062-62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-rain-light.svg?color=%231a73e8&size=48