cloud moon rain icon
cloud-moon-rain from Font Awesome Solid by Dave Gandy · Solid · Weather · CC-BY-4.0 Attribution required.
- Name
- cloud-moon-rain
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Weather
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More weather icons from Font Awesome Solid
Use the cloud moon rain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 64c-68.6 0-127.1 43.1-149.8 103.8c17.1 14.1 29.6 33.5 34.9 55.8C405 245.3 432 287.5 432 336.1c0 13.5-2.1 26.5-5.9 38.7c16.9 6 35 9.3 53.9 9.3c43 0 82.1-17 110.8-44.6c4.6-4.4 5.9-11.2 3.3-17s-8.6-9.3-14.9-8.8c-3 .2-6.1.4-9.2.4c-63.5 0-115-51.5-115-115c0-45.1 26-84.2 63.8-103c5.7-2.8 9-8.9 8.2-15.2s-5.4-11.6-11.6-13C504 65.4 492.2 64 480 64M304 416c44.2 0 80-35.8 80-80c0-39-27.9-71.5-64.8-78.6c.5-3.1.8-6.2.8-9.4c0-30.9-25.1-56-56-56c-12.4 0-23.9 4-33.1 10.8c-13.4-25.5-40.1-42.8-70.9-42.8c-44.2 0-80 35.8-80 80c0 7.4 1 14.6 2.9 21.5C53.1 273.1 32 302.1 32 336c0 44.2 35.8 80 80 80zm-203 49.1c-12.6-4.2-26.2 2.6-30.4 15.2l-21.4 64.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4m120 0c-12.6-4.2-26.2 2.6-30.4 15.2l-21.4 64.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4m120 0c-12.6-4.2-26.2 2.6-30.4 15.2l-21.4 64.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCloudMoonRain(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 64c-68.6 0-127.1 43.1-149.8 103.8c17.1 14.1 29.6 33.5 34.9 55.8C405 245.3 432 287.5 432 336.1c0 13.5-2.1 26.5-5.9 38.7c16.9 6 35 9.3 53.9 9.3c43 0 82.1-17 110.8-44.6c4.6-4.4 5.9-11.2 3.3-17s-8.6-9.3-14.9-8.8c-3 .2-6.1.4-9.2.4c-63.5 0-115-51.5-115-115c0-45.1 26-84.2 63.8-103c5.7-2.8 9-8.9 8.2-15.2s-5.4-11.6-11.6-13C504 65.4 492.2 64 480 64M304 416c44.2 0 80-35.8 80-80c0-39-27.9-71.5-64.8-78.6c.5-3.1.8-6.2.8-9.4c0-30.9-25.1-56-56-56c-12.4 0-23.9 4-33.1 10.8c-13.4-25.5-40.1-42.8-70.9-42.8c-44.2 0-80 35.8-80 80c0 7.4 1 14.6 2.9 21.5C53.1 273.1 32 302.1 32 336c0 44.2 35.8 80 80 80zm-203 49.1c-12.6-4.2-26.2 2.6-30.4 15.2l-21.4 64.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4m120 0c-12.6-4.2-26.2 2.6-30.4 15.2l-21.4 64.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4m120 0c-12.6-4.2-26.2 2.6-30.4 15.2l-21.4 64.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 64c-68.6 0-127.1 43.1-149.8 103.8c17.1 14.1 29.6 33.5 34.9 55.8C405 245.3 432 287.5 432 336.1c0 13.5-2.1 26.5-5.9 38.7c16.9 6 35 9.3 53.9 9.3c43 0 82.1-17 110.8-44.6c4.6-4.4 5.9-11.2 3.3-17s-8.6-9.3-14.9-8.8c-3 .2-6.1.4-9.2.4c-63.5 0-115-51.5-115-115c0-45.1 26-84.2 63.8-103c5.7-2.8 9-8.9 8.2-15.2s-5.4-11.6-11.6-13C504 65.4 492.2 64 480 64M304 416c44.2 0 80-35.8 80-80c0-39-27.9-71.5-64.8-78.6c.5-3.1.8-6.2.8-9.4c0-30.9-25.1-56-56-56c-12.4 0-23.9 4-33.1 10.8c-13.4-25.5-40.1-42.8-70.9-42.8c-44.2 0-80 35.8-80 80c0 7.4 1 14.6 2.9 21.5C53.1 273.1 32 302.1 32 336c0 44.2 35.8 80 80 80zm-203 49.1c-12.6-4.2-26.2 2.6-30.4 15.2l-21.4 64.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4m120 0c-12.6-4.2-26.2 2.6-30.4 15.2l-21.4 64.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4m120 0c-12.6-4.2-26.2 2.6-30.4 15.2l-21.4 64.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4"/></svg> </template>
CSS
.icon-cloud-moon-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%2064c-68.6%200-127.1%2043.1-149.8%20103.8c17.1%2014.1%2029.6%2033.5%2034.9%2055.8C405%20245.3%20432%20287.5%20432%20336.1c0%2013.5-2.1%2026.5-5.9%2038.7c16.9%206%2035%209.3%2053.9%209.3c43%200%2082.1-17%20110.8-44.6c4.6-4.4%205.9-11.2%203.3-17s-8.6-9.3-14.9-8.8c-3%20.2-6.1.4-9.2.4c-63.5%200-115-51.5-115-115c0-45.1%2026-84.2%2063.8-103c5.7-2.8%209-8.9%208.2-15.2s-5.4-11.6-11.6-13C504%2065.4%20492.2%2064%20480%2064M304%20416c44.2%200%2080-35.8%2080-80c0-39-27.9-71.5-64.8-78.6c.5-3.1.8-6.2.8-9.4c0-30.9-25.1-56-56-56c-12.4%200-23.9%204-33.1%2010.8c-13.4-25.5-40.1-42.8-70.9-42.8c-44.2%200-80%2035.8-80%2080c0%207.4%201%2014.6%202.9%2021.5C53.1%20273.1%2032%20302.1%2032%20336c0%2044.2%2035.8%2080%2080%2080zm-203%2049.1c-12.6-4.2-26.2%202.6-30.4%2015.2l-21.4%2064.1c-4.2%2012.6%202.6%2026.2%2015.2%2030.4s26.2-2.6%2030.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4m120%200c-12.6-4.2-26.2%202.6-30.4%2015.2l-21.4%2064.1c-4.2%2012.6%202.6%2026.2%2015.2%2030.4s26.2-2.6%2030.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4m120%200c-12.6-4.2-26.2%202.6-30.4%2015.2l-21.4%2064.1c-4.2%2012.6%202.6%2026.2%2015.2%2030.4s26.2-2.6%2030.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%2064c-68.6%200-127.1%2043.1-149.8%20103.8c17.1%2014.1%2029.6%2033.5%2034.9%2055.8C405%20245.3%20432%20287.5%20432%20336.1c0%2013.5-2.1%2026.5-5.9%2038.7c16.9%206%2035%209.3%2053.9%209.3c43%200%2082.1-17%20110.8-44.6c4.6-4.4%205.9-11.2%203.3-17s-8.6-9.3-14.9-8.8c-3%20.2-6.1.4-9.2.4c-63.5%200-115-51.5-115-115c0-45.1%2026-84.2%2063.8-103c5.7-2.8%209-8.9%208.2-15.2s-5.4-11.6-11.6-13C504%2065.4%20492.2%2064%20480%2064M304%20416c44.2%200%2080-35.8%2080-80c0-39-27.9-71.5-64.8-78.6c.5-3.1.8-6.2.8-9.4c0-30.9-25.1-56-56-56c-12.4%200-23.9%204-33.1%2010.8c-13.4-25.5-40.1-42.8-70.9-42.8c-44.2%200-80%2035.8-80%2080c0%207.4%201%2014.6%202.9%2021.5C53.1%20273.1%2032%20302.1%2032%20336c0%2044.2%2035.8%2080%2080%2080zm-203%2049.1c-12.6-4.2-26.2%202.6-30.4%2015.2l-21.4%2064.1c-4.2%2012.6%202.6%2026.2%2015.2%2030.4s26.2-2.6%2030.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4m120%200c-12.6-4.2-26.2%202.6-30.4%2015.2l-21.4%2064.1c-4.2%2012.6%202.6%2026.2%2015.2%2030.4s26.2-2.6%2030.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4m120%200c-12.6-4.2-26.2%202.6-30.4%2015.2l-21.4%2064.1c-4.2%2012.6%202.6%2026.2%2015.2%2030.4s26.2-2.6%2030.4-15.2l21.4-64.1c4.2-12.6-2.6-26.2-15.2-30.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/cloud-moon-rain.svg?color=%231a73e8&size=48