cloud moon icon
cloud-moon-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- cloud-moon-light
- Set
- Phosphor
- Style
- Light
- 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 74a74.4 74.4 0 0 0-14.17 1.36a70 70 0 0 0-54.11-63.59A6 6 0 0 0 96.53 19A58.06 58.06 0 0 1 27 88.53a6 6 0 0 0-7.19 7.19a70.22 70.22 0 0 0 33.3 44.95A50 50 0 0 0 92 222h80a74 74 0 0 0 0-148M34.22 101.76q2.88.24 5.78.24a70.08 70.08 0 0 0 70-70c0-1.94-.08-3.88-.24-5.8A57.64 57.64 0 0 1 146 78.71A74.32 74.32 0 0 0 102.2 123a50.4 50.4 0 0 0-10.2-1a49.74 49.74 0 0 0-29.86 9.92a58.24 58.24 0 0 1-27.92-30.16M172 210H92a38 38 0 1 1 7.08-75.34a76 76 0 0 0-1.07 9a6 6 0 0 0 12 .7a61.5 61.5 0 0 1 2-12.24c0-.15.08-.29.11-.43A62.06 62.06 0 1 1 172 210"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudMoonLight(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 74a74.4 74.4 0 0 0-14.17 1.36a70 70 0 0 0-54.11-63.59A6 6 0 0 0 96.53 19A58.06 58.06 0 0 1 27 88.53a6 6 0 0 0-7.19 7.19a70.22 70.22 0 0 0 33.3 44.95A50 50 0 0 0 92 222h80a74 74 0 0 0 0-148M34.22 101.76q2.88.24 5.78.24a70.08 70.08 0 0 0 70-70c0-1.94-.08-3.88-.24-5.8A57.64 57.64 0 0 1 146 78.71A74.32 74.32 0 0 0 102.2 123a50.4 50.4 0 0 0-10.2-1a49.74 49.74 0 0 0-29.86 9.92a58.24 58.24 0 0 1-27.92-30.16M172 210H92a38 38 0 1 1 7.08-75.34a76 76 0 0 0-1.07 9a6 6 0 0 0 12 .7a61.5 61.5 0 0 1 2-12.24c0-.15.08-.29.11-.43A62.06 62.06 0 1 1 172 210"/></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 74a74.4 74.4 0 0 0-14.17 1.36a70 70 0 0 0-54.11-63.59A6 6 0 0 0 96.53 19A58.06 58.06 0 0 1 27 88.53a6 6 0 0 0-7.19 7.19a70.22 70.22 0 0 0 33.3 44.95A50 50 0 0 0 92 222h80a74 74 0 0 0 0-148M34.22 101.76q2.88.24 5.78.24a70.08 70.08 0 0 0 70-70c0-1.94-.08-3.88-.24-5.8A57.64 57.64 0 0 1 146 78.71A74.32 74.32 0 0 0 102.2 123a50.4 50.4 0 0 0-10.2-1a49.74 49.74 0 0 0-29.86 9.92a58.24 58.24 0 0 1-27.92-30.16M172 210H92a38 38 0 1 1 7.08-75.34a76 76 0 0 0-1.07 9a6 6 0 0 0 12 .7a61.5 61.5 0 0 1 2-12.24c0-.15.08-.29.11-.43A62.06 62.06 0 1 1 172 210"/></svg> </template>
CSS
.icon-cloud-moon-light {
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%2074a74.4%2074.4%200%200%200-14.17%201.36a70%2070%200%200%200-54.11-63.59A6%206%200%200%200%2096.53%2019A58.06%2058.06%200%200%201%2027%2088.53a6%206%200%200%200-7.19%207.19a70.22%2070.22%200%200%200%2033.3%2044.95A50%2050%200%200%200%2092%20222h80a74%2074%200%200%200%200-148M34.22%20101.76q2.88.24%205.78.24a70.08%2070.08%200%200%200%2070-70c0-1.94-.08-3.88-.24-5.8A57.64%2057.64%200%200%201%20146%2078.71A74.32%2074.32%200%200%200%20102.2%20123a50.4%2050.4%200%200%200-10.2-1a49.74%2049.74%200%200%200-29.86%209.92a58.24%2058.24%200%200%201-27.92-30.16M172%20210H92a38%2038%200%201%201%207.08-75.34a76%2076%200%200%200-1.07%209a6%206%200%200%200%2012%20.7a61.5%2061.5%200%200%201%202-12.24c0-.15.08-.29.11-.43A62.06%2062.06%200%201%201%20172%20210%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%2074a74.4%2074.4%200%200%200-14.17%201.36a70%2070%200%200%200-54.11-63.59A6%206%200%200%200%2096.53%2019A58.06%2058.06%200%200%201%2027%2088.53a6%206%200%200%200-7.19%207.19a70.22%2070.22%200%200%200%2033.3%2044.95A50%2050%200%200%200%2092%20222h80a74%2074%200%200%200%200-148M34.22%20101.76q2.88.24%205.78.24a70.08%2070.08%200%200%200%2070-70c0-1.94-.08-3.88-.24-5.8A57.64%2057.64%200%200%201%20146%2078.71A74.32%2074.32%200%200%200%20102.2%20123a50.4%2050.4%200%200%200-10.2-1a49.74%2049.74%200%200%200-29.86%209.92a58.24%2058.24%200%200%201-27.92-30.16M172%20210H92a38%2038%200%201%201%207.08-75.34a76%2076%200%200%200-1.07%209a6%206%200%200%200%2012%20.7a61.5%2061.5%200%200%201%202-12.24c0-.15.08-.29.11-.43A62.06%2062.06%200%201%201%20172%20210%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-moon-light.svg?color=%231a73e8&size=48