cloud moon icon

cloud-moon-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
cloud-moon-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the cloud moon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 72a76.4 76.4 0 0 0-12.36 1a71.93 71.93 0 0 0-55.47-63.17a8 8 0 0 0-9.59 9.58A56.05 56.05 0 0 1 40 88a56.5 56.5 0 0 1-12.59-1.42a8 8 0 0 0-9.59 9.59a72.22 72.22 0 0 0 32.29 45.06A52 52 0 0 0 92 224h80a76 76 0 0 0 0-152M37.37 104H40a72.08 72.08 0 0 0 72-72v-2.67a55.64 55.64 0 0 1 32 48.05a76.4 76.4 0 0 0-43 43.4a52.4 52.4 0 0 0-9-.78a51.7 51.7 0 0 0-30 9.59A56.22 56.22 0 0 1 37.37 104"/></svg>

React

import type { SVGProps } from "react";

export function PhCloudMoonFill(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="M172 72a76.4 76.4 0 0 0-12.36 1a71.93 71.93 0 0 0-55.47-63.17a8 8 0 0 0-9.59 9.58A56.05 56.05 0 0 1 40 88a56.5 56.5 0 0 1-12.59-1.42a8 8 0 0 0-9.59 9.59a72.22 72.22 0 0 0 32.29 45.06A52 52 0 0 0 92 224h80a76 76 0 0 0 0-152M37.37 104H40a72.08 72.08 0 0 0 72-72v-2.67a55.64 55.64 0 0 1 32 48.05a76.4 76.4 0 0 0-43 43.4a52.4 52.4 0 0 0-9-.78a51.7 51.7 0 0 0-30 9.59A56.22 56.22 0 0 1 37.37 104"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 72a76.4 76.4 0 0 0-12.36 1a71.93 71.93 0 0 0-55.47-63.17a8 8 0 0 0-9.59 9.58A56.05 56.05 0 0 1 40 88a56.5 56.5 0 0 1-12.59-1.42a8 8 0 0 0-9.59 9.59a72.22 72.22 0 0 0 32.29 45.06A52 52 0 0 0 92 224h80a76 76 0 0 0 0-152M37.37 104H40a72.08 72.08 0 0 0 72-72v-2.67a55.64 55.64 0 0 1 32 48.05a76.4 76.4 0 0 0-43 43.4a52.4 52.4 0 0 0-9-.78a51.7 51.7 0 0 0-30 9.59A56.22 56.22 0 0 1 37.37 104"/></svg>
</template>

CSS

.icon-cloud-moon-fill {
  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%22M172%2072a76.4%2076.4%200%200%200-12.36%201a71.93%2071.93%200%200%200-55.47-63.17a8%208%200%200%200-9.59%209.58A56.05%2056.05%200%200%201%2040%2088a56.5%2056.5%200%200%201-12.59-1.42a8%208%200%200%200-9.59%209.59a72.22%2072.22%200%200%200%2032.29%2045.06A52%2052%200%200%200%2092%20224h80a76%2076%200%200%200%200-152M37.37%20104H40a72.08%2072.08%200%200%200%2072-72v-2.67a55.64%2055.64%200%200%201%2032%2048.05a76.4%2076.4%200%200%200-43%2043.4a52.4%2052.4%200%200%200-9-.78a51.7%2051.7%200%200%200-30%209.59A56.22%2056.22%200%200%201%2037.37%20104%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%22M172%2072a76.4%2076.4%200%200%200-12.36%201a71.93%2071.93%200%200%200-55.47-63.17a8%208%200%200%200-9.59%209.58A56.05%2056.05%200%200%201%2040%2088a56.5%2056.5%200%200%201-12.59-1.42a8%208%200%200%200-9.59%209.59a72.22%2072.22%200%200%200%2032.29%2045.06A52%2052%200%200%200%2092%20224h80a76%2076%200%200%200%200-152M37.37%20104H40a72.08%2072.08%200%200%200%2072-72v-2.67a55.64%2055.64%200%200%201%2032%2048.05a76.4%2076.4%200%200%200-43%2043.4a52.4%2052.4%200%200%200-9-.78a51.7%2051.7%200%200%200-30%209.59A56.22%2056.22%200%200%201%2037.37%20104%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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