moon cloud icon

moon-cloud from Reicon by REICON · Outline · Weather · MIT Free for personal and commercial use.

Name
moon-cloud
Set
Reicon
Style
Outline
Category
Weather
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More weather icons from Reicon

Use the moon cloud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.017 2.802A9.25 9.25 0 0 0 2.75 12c0 .968.148 1.9.423 2.775a.75.75 0 1 1-1.43.45A10.8 10.8 0 0 1 1.25 12C1.25 6.063 6.063 1.25 12 1.25c.717 0 1.075.571 1.137 1.026c.059.438-.103.995-.606 1.299A5.75 5.75 0 0 0 9.75 8.5a.75.75 0 0 1-1.5 0a7.24 7.24 0 0 1 2.767-5.698m10.181 10.18a9.25 9.25 0 0 1-4.573 7.031a.75.75 0 1 0 .75 1.298A10.75 10.75 0 0 0 22.75 12c0-.717-.571-1.075-1.026-1.137c-.438-.059-.995.103-1.299.606A5.75 5.75 0 0 1 15.5 14.25a.75.75 0 0 0 0 1.5a7.24 7.24 0 0 0 5.698-2.767M8.81 12.75c-1.674 0-2.965 1.28-2.965 2.78q0 .311.07.603q.44.143.82.386a.75.75 0 0 1-.804 1.266a2.1 2.1 0 0 0-1.145-.33c-1.161 0-2.036.886-2.036 1.898s.875 1.897 2.036 1.897h6.5c1.673 0 2.964-1.28 2.964-2.78c0-1.19-.807-2.236-1.983-2.623a3.1 3.1 0 0 0-.981-.156c-.352 0-.689.058-1 .162a.75.75 0 1 1-.477-1.422a4.6 4.6 0 0 1 1.599-.238c-.499-.85-1.462-1.443-2.598-1.443m4.356 1.838c-.452-1.934-2.254-3.338-4.356-3.338c-2.43 0-4.465 1.88-4.465 4.28q0 .227.025.45c-1.73.196-3.12 1.601-3.12 3.373c0 1.912 1.62 3.397 3.536 3.397h6.5c2.429 0 4.464-1.88 4.464-4.28c0-1.737-1.074-3.208-2.584-3.882" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMoonCloud(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M11.017 2.802A9.25 9.25 0 0 0 2.75 12c0 .968.148 1.9.423 2.775a.75.75 0 1 1-1.43.45A10.8 10.8 0 0 1 1.25 12C1.25 6.063 6.063 1.25 12 1.25c.717 0 1.075.571 1.137 1.026c.059.438-.103.995-.606 1.299A5.75 5.75 0 0 0 9.75 8.5a.75.75 0 0 1-1.5 0a7.24 7.24 0 0 1 2.767-5.698m10.181 10.18a9.25 9.25 0 0 1-4.573 7.031a.75.75 0 1 0 .75 1.298A10.75 10.75 0 0 0 22.75 12c0-.717-.571-1.075-1.026-1.137c-.438-.059-.995.103-1.299.606A5.75 5.75 0 0 1 15.5 14.25a.75.75 0 0 0 0 1.5a7.24 7.24 0 0 0 5.698-2.767M8.81 12.75c-1.674 0-2.965 1.28-2.965 2.78q0 .311.07.603q.44.143.82.386a.75.75 0 0 1-.804 1.266a2.1 2.1 0 0 0-1.145-.33c-1.161 0-2.036.886-2.036 1.898s.875 1.897 2.036 1.897h6.5c1.673 0 2.964-1.28 2.964-2.78c0-1.19-.807-2.236-1.983-2.623a3.1 3.1 0 0 0-.981-.156c-.352 0-.689.058-1 .162a.75.75 0 1 1-.477-1.422a4.6 4.6 0 0 1 1.599-.238c-.499-.85-1.462-1.443-2.598-1.443m4.356 1.838c-.452-1.934-2.254-3.338-4.356-3.338c-2.43 0-4.465 1.88-4.465 4.28q0 .227.025.45c-1.73.196-3.12 1.601-3.12 3.373c0 1.912 1.62 3.397 3.536 3.397h6.5c2.429 0 4.464-1.88 4.464-4.28c0-1.737-1.074-3.208-2.584-3.882" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.017 2.802A9.25 9.25 0 0 0 2.75 12c0 .968.148 1.9.423 2.775a.75.75 0 1 1-1.43.45A10.8 10.8 0 0 1 1.25 12C1.25 6.063 6.063 1.25 12 1.25c.717 0 1.075.571 1.137 1.026c.059.438-.103.995-.606 1.299A5.75 5.75 0 0 0 9.75 8.5a.75.75 0 0 1-1.5 0a7.24 7.24 0 0 1 2.767-5.698m10.181 10.18a9.25 9.25 0 0 1-4.573 7.031a.75.75 0 1 0 .75 1.298A10.75 10.75 0 0 0 22.75 12c0-.717-.571-1.075-1.026-1.137c-.438-.059-.995.103-1.299.606A5.75 5.75 0 0 1 15.5 14.25a.75.75 0 0 0 0 1.5a7.24 7.24 0 0 0 5.698-2.767M8.81 12.75c-1.674 0-2.965 1.28-2.965 2.78q0 .311.07.603q.44.143.82.386a.75.75 0 0 1-.804 1.266a2.1 2.1 0 0 0-1.145-.33c-1.161 0-2.036.886-2.036 1.898s.875 1.897 2.036 1.897h6.5c1.673 0 2.964-1.28 2.964-2.78c0-1.19-.807-2.236-1.983-2.623a3.1 3.1 0 0 0-.981-.156c-.352 0-.689.058-1 .162a.75.75 0 1 1-.477-1.422a4.6 4.6 0 0 1 1.599-.238c-.499-.85-1.462-1.443-2.598-1.443m4.356 1.838c-.452-1.934-2.254-3.338-4.356-3.338c-2.43 0-4.465 1.88-4.465 4.28q0 .227.025.45c-1.73.196-3.12 1.601-3.12 3.373c0 1.912 1.62 3.397 3.536 3.397h6.5c2.429 0 4.464-1.88 4.464-4.28c0-1.737-1.074-3.208-2.584-3.882" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-moon-cloud {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.017%202.802A9.25%209.25%200%200%200%202.75%2012c0%20.968.148%201.9.423%202.775a.75.75%200%201%201-1.43.45A10.8%2010.8%200%200%201%201.25%2012C1.25%206.063%206.063%201.25%2012%201.25c.717%200%201.075.571%201.137%201.026c.059.438-.103.995-.606%201.299A5.75%205.75%200%200%200%209.75%208.5a.75.75%200%200%201-1.5%200a7.24%207.24%200%200%201%202.767-5.698m10.181%2010.18a9.25%209.25%200%200%201-4.573%207.031a.75.75%200%201%200%20.75%201.298A10.75%2010.75%200%200%200%2022.75%2012c0-.717-.571-1.075-1.026-1.137c-.438-.059-.995.103-1.299.606A5.75%205.75%200%200%201%2015.5%2014.25a.75.75%200%200%200%200%201.5a7.24%207.24%200%200%200%205.698-2.767M8.81%2012.75c-1.674%200-2.965%201.28-2.965%202.78q0%20.311.07.603q.44.143.82.386a.75.75%200%200%201-.804%201.266a2.1%202.1%200%200%200-1.145-.33c-1.161%200-2.036.886-2.036%201.898s.875%201.897%202.036%201.897h6.5c1.673%200%202.964-1.28%202.964-2.78c0-1.19-.807-2.236-1.983-2.623a3.1%203.1%200%200%200-.981-.156c-.352%200-.689.058-1%20.162a.75.75%200%201%201-.477-1.422a4.6%204.6%200%200%201%201.599-.238c-.499-.85-1.462-1.443-2.598-1.443m4.356%201.838c-.452-1.934-2.254-3.338-4.356-3.338c-2.43%200-4.465%201.88-4.465%204.28q0%20.227.025.45c-1.73.196-3.12%201.601-3.12%203.373c0%201.912%201.62%203.397%203.536%203.397h6.5c2.429%200%204.464-1.88%204.464-4.28c0-1.737-1.074-3.208-2.584-3.882%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.017%202.802A9.25%209.25%200%200%200%202.75%2012c0%20.968.148%201.9.423%202.775a.75.75%200%201%201-1.43.45A10.8%2010.8%200%200%201%201.25%2012C1.25%206.063%206.063%201.25%2012%201.25c.717%200%201.075.571%201.137%201.026c.059.438-.103.995-.606%201.299A5.75%205.75%200%200%200%209.75%208.5a.75.75%200%200%201-1.5%200a7.24%207.24%200%200%201%202.767-5.698m10.181%2010.18a9.25%209.25%200%200%201-4.573%207.031a.75.75%200%201%200%20.75%201.298A10.75%2010.75%200%200%200%2022.75%2012c0-.717-.571-1.075-1.026-1.137c-.438-.059-.995.103-1.299.606A5.75%205.75%200%200%201%2015.5%2014.25a.75.75%200%200%200%200%201.5a7.24%207.24%200%200%200%205.698-2.767M8.81%2012.75c-1.674%200-2.965%201.28-2.965%202.78q0%20.311.07.603q.44.143.82.386a.75.75%200%200%201-.804%201.266a2.1%202.1%200%200%200-1.145-.33c-1.161%200-2.036.886-2.036%201.898s.875%201.897%202.036%201.897h6.5c1.673%200%202.964-1.28%202.964-2.78c0-1.19-.807-2.236-1.983-2.623a3.1%203.1%200%200%200-.981-.156c-.352%200-.689.058-1%20.162a.75.75%200%201%201-.477-1.422a4.6%204.6%200%200%201%201.599-.238c-.499-.85-1.462-1.443-2.598-1.443m4.356%201.838c-.452-1.934-2.254-3.338-4.356-3.338c-2.43%200-4.465%201.88-4.465%204.28q0%20.227.025.45c-1.73.196-3.12%201.601-3.12%203.373c0%201.912%201.62%203.397%203.536%203.397h6.5c2.429%200%204.464-1.88%204.464-4.28c0-1.737-1.074-3.208-2.584-3.882%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/moon-cloud.svg?color=%231a73e8&size=48