cloud rain icon
cloud-rain from Font Awesome 6 Solid by Dave Gandy · Regular · Weather · CC-BY-4.0 Attribution required.
- Name
- cloud-rain
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Weather
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More weather icons from Font Awesome 6 Solid
Use the cloud rain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2c-1.2-6.7-1.9-13.7-1.9-20.8C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16h1.6c53 0 96 43 96 96s-43 96-96 96zm-6.8 52c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3zm160 0c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3zm124.9 64.6l35.1-64.6c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidCloudRain(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2c-1.2-6.7-1.9-13.7-1.9-20.8C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16h1.6c53 0 96 43 96 96s-43 96-96 96zm-6.8 52c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3zm160 0c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3zm124.9 64.6l35.1-64.6c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2c-1.2-6.7-1.9-13.7-1.9-20.8C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16h1.6c53 0 96 43 96 96s-43 96-96 96zm-6.8 52c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3zm160 0c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3zm124.9 64.6l35.1-64.6c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3z"/></svg> </template>
CSS
.icon-cloud-rain {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20320c-53%200-96-43-96-96c0-42.5%2027.6-78.6%2065.9-91.2c-1.2-6.7-1.9-13.7-1.9-20.8C64%2050.1%20114.1%200%20176%200c43.1%200%2080.5%2024.3%2099.2%2060c14.7-17.1%2036.5-28%2060.8-28c44.2%200%2080%2035.8%2080%2080c0%205.5-.6%2010.8-1.6%2016h1.6c53%200%2096%2043%2096%2096s-43%2096-96%2096zm-6.8%2052c1.3-2.5%203.9-4%206.8-4s5.4%201.5%206.8%204l35.1%2064.6c4.1%207.5%206.2%2015.8%206.2%2024.3v3c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48v-3c0-8.5%202.1-16.9%206.2-24.3zm160%200c1.3-2.5%203.9-4%206.8-4s5.4%201.5%206.8%204l35.1%2064.6c4.1%207.5%206.2%2015.8%206.2%2024.3v3c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48v-3c0-8.5%202.1-16.9%206.2-24.3zm124.9%2064.6l35.1-64.6c1.3-2.5%203.9-4%206.8-4s5.4%201.5%206.8%204l35.1%2064.6c4.1%207.5%206.2%2015.8%206.2%2024.3v3c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48v-3c0-8.5%202.1-16.9%206.2-24.3z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20320c-53%200-96-43-96-96c0-42.5%2027.6-78.6%2065.9-91.2c-1.2-6.7-1.9-13.7-1.9-20.8C64%2050.1%20114.1%200%20176%200c43.1%200%2080.5%2024.3%2099.2%2060c14.7-17.1%2036.5-28%2060.8-28c44.2%200%2080%2035.8%2080%2080c0%205.5-.6%2010.8-1.6%2016h1.6c53%200%2096%2043%2096%2096s-43%2096-96%2096zm-6.8%2052c1.3-2.5%203.9-4%206.8-4s5.4%201.5%206.8%204l35.1%2064.6c4.1%207.5%206.2%2015.8%206.2%2024.3v3c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48v-3c0-8.5%202.1-16.9%206.2-24.3zm160%200c1.3-2.5%203.9-4%206.8-4s5.4%201.5%206.8%204l35.1%2064.6c4.1%207.5%206.2%2015.8%206.2%2024.3v3c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48v-3c0-8.5%202.1-16.9%206.2-24.3zm124.9%2064.6l35.1-64.6c1.3-2.5%203.9-4%206.8-4s5.4%201.5%206.8%204l35.1%2064.6c4.1%207.5%206.2%2015.8%206.2%2024.3v3c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48v-3c0-8.5%202.1-16.9%206.2-24.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/cloud-rain.svg?color=%231a73e8&size=48