cloud moon icon
cloud-moon from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- cloud-moon
- Set
- Phosphor
- Style
- Regular
- 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.5 76.5 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.63 55.63 0 0 1 32 48a76.28 76.28 0 0 0-43 43.4a52 52 0 0 0-39 8.86A56.22 56.22 0 0 1 37.37 104M172 208H92a36 36 0 1 1 4.78-71.69c-.37 2.37-.63 4.79-.77 7.23a8 8 0 0 0 16 .92a59 59 0 0 1 1.88-11.81c0-.16.09-.32.12-.48A60.06 60.06 0 1 1 172 208"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudMoon(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.5 76.5 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.63 55.63 0 0 1 32 48a76.28 76.28 0 0 0-43 43.4a52 52 0 0 0-39 8.86A56.22 56.22 0 0 1 37.37 104M172 208H92a36 36 0 1 1 4.78-71.69c-.37 2.37-.63 4.79-.77 7.23a8 8 0 0 0 16 .92a59 59 0 0 1 1.88-11.81c0-.16.09-.32.12-.48A60.06 60.06 0 1 1 172 208"/></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.5 76.5 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.63 55.63 0 0 1 32 48a76.28 76.28 0 0 0-43 43.4a52 52 0 0 0-39 8.86A56.22 56.22 0 0 1 37.37 104M172 208H92a36 36 0 1 1 4.78-71.69c-.37 2.37-.63 4.79-.77 7.23a8 8 0 0 0 16 .92a59 59 0 0 1 1.88-11.81c0-.16.09-.32.12-.48A60.06 60.06 0 1 1 172 208"/></svg> </template>
CSS
.icon-cloud-moon {
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.5%2076.5%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.63%2055.63%200%200%201%2032%2048a76.28%2076.28%200%200%200-43%2043.4a52%2052%200%200%200-39%208.86A56.22%2056.22%200%200%201%2037.37%20104M172%20208H92a36%2036%200%201%201%204.78-71.69c-.37%202.37-.63%204.79-.77%207.23a8%208%200%200%200%2016%20.92a59%2059%200%200%201%201.88-11.81c0-.16.09-.32.12-.48A60.06%2060.06%200%201%201%20172%20208%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.5%2076.5%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.63%2055.63%200%200%201%2032%2048a76.28%2076.28%200%200%200-43%2043.4a52%2052%200%200%200-39%208.86A56.22%2056.22%200%200%201%2037.37%20104M172%20208H92a36%2036%200%201%201%204.78-71.69c-.37%202.37-.63%204.79-.77%207.23a8%208%200%200%200%2016%20.92a59%2059%200%200%201%201.88-11.81c0-.16.09-.32.12-.48A60.06%2060.06%200%201%201%20172%20208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-moon.svg?color=%231a73e8&size=48