moon cloud little rain icon
moon-cloud-little-rain from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- moon-cloud-little-rain
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
moon-01moon-02moon-angled-rain-zapmoon-cloudmoon-cloud-angled-rainmoon-cloud-angled-zapmoon-cloud-big-rainmoon-cloud-fast-windmoon-cloud-hailstonemoon-cloud-little-snowmoon-cloud-mid-rainmoon-cloud-mid-snowmoon-cloud-slow-windmoon-cloud-snowmoon-eclipsemoon-fast-windmoon-landingmoon-slow-windmoon-star
Use the moon cloud little rain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M11.997 14.5V16m-3 1.5V19m6-1.5V19m-8.5 1.5V22m11-1.5V22m-5.5-1.5V22"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.478 11.045h.022c2.485 0 4.5 2.03 4.5 4.534C22 17.15 21 18.5 20 19m-2.522-7.955a6 6 0 0 0 .022-.504C17.5 7.481 15.038 5 12 5c-2.877 0-5.238 2.225-5.48 5.06m10.958.985a5.54 5.54 0 0 1-1.235 3.022M6.52 10.06C3.984 10.303 2 12.456 2 15.075c0 1.648.786 3.006 2 3.925m2.52-8.94q.237-.023.48-.023c1.126 0 2.165.375 3 1.008"/><path stroke-linejoin="round" d="M10 5.138a4.1 4.1 0 0 0-.466-1.253A4.03 4.03 0 0 0 7.136 2a3.18 3.18 0 0 1-1.547 3.138a3.12 3.12 0 0 1-3.465-.216a4.1 4.1 0 0 0 .418 3.04a4.02 4.02 0 0 0 4.594 1.885"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMoonCloudLittleRain(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M11.997 14.5V16m-3 1.5V19m6-1.5V19m-8.5 1.5V22m11-1.5V22m-5.5-1.5V22"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.478 11.045h.022c2.485 0 4.5 2.03 4.5 4.534C22 17.15 21 18.5 20 19m-2.522-7.955a6 6 0 0 0 .022-.504C17.5 7.481 15.038 5 12 5c-2.877 0-5.238 2.225-5.48 5.06m10.958.985a5.54 5.54 0 0 1-1.235 3.022M6.52 10.06C3.984 10.303 2 12.456 2 15.075c0 1.648.786 3.006 2 3.925m2.52-8.94q.237-.023.48-.023c1.126 0 2.165.375 3 1.008"/><path strokeLinejoin="round" d="M10 5.138a4.1 4.1 0 0 0-.466-1.253A4.03 4.03 0 0 0 7.136 2a3.18 3.18 0 0 1-1.547 3.138a3.12 3.12 0 0 1-3.465-.216a4.1 4.1 0 0 0 .418 3.04a4.02 4.02 0 0 0 4.594 1.885"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M11.997 14.5V16m-3 1.5V19m6-1.5V19m-8.5 1.5V22m11-1.5V22m-5.5-1.5V22"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.478 11.045h.022c2.485 0 4.5 2.03 4.5 4.534C22 17.15 21 18.5 20 19m-2.522-7.955a6 6 0 0 0 .022-.504C17.5 7.481 15.038 5 12 5c-2.877 0-5.238 2.225-5.48 5.06m10.958.985a5.54 5.54 0 0 1-1.235 3.022M6.52 10.06C3.984 10.303 2 12.456 2 15.075c0 1.648.786 3.006 2 3.925m2.52-8.94q.237-.023.48-.023c1.126 0 2.165.375 3 1.008"/><path stroke-linejoin="round" d="M10 5.138a4.1 4.1 0 0 0-.466-1.253A4.03 4.03 0 0 0 7.136 2a3.18 3.18 0 0 1-1.547 3.138a3.12 3.12 0 0 1-3.465-.216a4.1 4.1 0 0 0 .418 3.04a4.02 4.02 0 0 0 4.594 1.885"/></g></svg> </template>
CSS
.icon-moon-cloud-little-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.997%2014.5V16m-3%201.5V19m6-1.5V19m-8.5%201.5V22m11-1.5V22m-5.5-1.5V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.478%2011.045h.022c2.485%200%204.5%202.03%204.5%204.534C22%2017.15%2021%2018.5%2020%2019m-2.522-7.955a6%206%200%200%200%20.022-.504C17.5%207.481%2015.038%205%2012%205c-2.877%200-5.238%202.225-5.48%205.06m10.958.985a5.54%205.54%200%200%201-1.235%203.022M6.52%2010.06C3.984%2010.303%202%2012.456%202%2015.075c0%201.648.786%203.006%202%203.925m2.52-8.94q.237-.023.48-.023c1.126%200%202.165.375%203%201.008%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%205.138a4.1%204.1%200%200%200-.466-1.253A4.03%204.03%200%200%200%207.136%202a3.18%203.18%200%200%201-1.547%203.138a3.12%203.12%200%200%201-3.465-.216a4.1%204.1%200%200%200%20.418%203.04a4.02%204.02%200%200%200%204.594%201.885%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.997%2014.5V16m-3%201.5V19m6-1.5V19m-8.5%201.5V22m11-1.5V22m-5.5-1.5V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.478%2011.045h.022c2.485%200%204.5%202.03%204.5%204.534C22%2017.15%2021%2018.5%2020%2019m-2.522-7.955a6%206%200%200%200%20.022-.504C17.5%207.481%2015.038%205%2012%205c-2.877%200-5.238%202.225-5.48%205.06m10.958.985a5.54%205.54%200%200%201-1.235%203.022M6.52%2010.06C3.984%2010.303%202%2012.456%202%2015.075c0%201.648.786%203.006%202%203.925m2.52-8.94q.237-.023.48-.023c1.126%200%202.165.375%203%201.008%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%205.138a4.1%204.1%200%200%200-.466-1.253A4.03%204.03%200%200%200%207.136%202a3.18%203.18%200%200%201-1.547%203.138a3.12%203.12%200%200%201-3.465-.216a4.1%204.1%200%200%200%20.418%203.04a4.02%204.02%200%200%200%204.594%201.885%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/moon-cloud-little-rain.svg?color=%231a73e8&size=48