cloud moon icon
cloud-moon from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-moon
- Set
- Unicons
- Style
- Line
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More weather icons from Unicons
celsiuscloudcloud-drizzlecloud-hailcloud-meatballcloud-moon-hailcloud-moon-meatballcloud-moon-raincloud-moon-showerscloud-moon-tearcloud-raincloud-rain-suncloud-showerscloud-showers-altcloud-showers-heavycloud-suncloud-sun-hailcloud-sun-meatballcloud-sun-raincloud-sun-rain-altcloud-sun-tearcloud-windcloudsdesert
Use the cloud moon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.7 9.07a1 1 0 0 0-.93-.26a3 3 0 0 1-.66.08a3 3 0 0 1-3-3a3 3 0 0 1 .08-.66a1 1 0 0 0-.26-.93A1 1 0 0 0 16 4a4.93 4.93 0 0 0-3.83 4.21A6.2 6.2 0 0 0 10.5 8a6 6 0 0 0-5.94 5.13A3.5 3.5 0 0 0 5.5 20h9.17A4.33 4.33 0 0 0 19 15.67a4.2 4.2 0 0 0-.49-2A4.94 4.94 0 0 0 22 10a1 1 0 0 0-.3-.93m-7 8.93H5.5a1.5 1.5 0 0 1 0-3a1 1 0 0 0 1-1a4 4 0 0 1 6.18-3.34a3.94 3.94 0 0 1 1.57 2a1 1 0 0 0 .78.67a2.33 2.33 0 0 1-.36 4.67Zm2.44-6.11a2.6 2.6 0 0 1-.42 0a4.6 4.6 0 0 0-.72-.31a6.06 6.06 0 0 0-1.82-2.28v-.37a3 3 0 0 1 1.05-2.28a5 5 0 0 0 4.23 4.23a3 3 0 0 1-2.35 1.01Z"/></svg>
React
import type { SVGProps } from "react";
export function UilCloudMoon(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" d="M21.7 9.07a1 1 0 0 0-.93-.26a3 3 0 0 1-.66.08a3 3 0 0 1-3-3a3 3 0 0 1 .08-.66a1 1 0 0 0-.26-.93A1 1 0 0 0 16 4a4.93 4.93 0 0 0-3.83 4.21A6.2 6.2 0 0 0 10.5 8a6 6 0 0 0-5.94 5.13A3.5 3.5 0 0 0 5.5 20h9.17A4.33 4.33 0 0 0 19 15.67a4.2 4.2 0 0 0-.49-2A4.94 4.94 0 0 0 22 10a1 1 0 0 0-.3-.93m-7 8.93H5.5a1.5 1.5 0 0 1 0-3a1 1 0 0 0 1-1a4 4 0 0 1 6.18-3.34a3.94 3.94 0 0 1 1.57 2a1 1 0 0 0 .78.67a2.33 2.33 0 0 1-.36 4.67Zm2.44-6.11a2.6 2.6 0 0 1-.42 0a4.6 4.6 0 0 0-.72-.31a6.06 6.06 0 0 0-1.82-2.28v-.37a3 3 0 0 1 1.05-2.28a5 5 0 0 0 4.23 4.23a3 3 0 0 1-2.35 1.01Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.7 9.07a1 1 0 0 0-.93-.26a3 3 0 0 1-.66.08a3 3 0 0 1-3-3a3 3 0 0 1 .08-.66a1 1 0 0 0-.26-.93A1 1 0 0 0 16 4a4.93 4.93 0 0 0-3.83 4.21A6.2 6.2 0 0 0 10.5 8a6 6 0 0 0-5.94 5.13A3.5 3.5 0 0 0 5.5 20h9.17A4.33 4.33 0 0 0 19 15.67a4.2 4.2 0 0 0-.49-2A4.94 4.94 0 0 0 22 10a1 1 0 0 0-.3-.93m-7 8.93H5.5a1.5 1.5 0 0 1 0-3a1 1 0 0 0 1-1a4 4 0 0 1 6.18-3.34a3.94 3.94 0 0 1 1.57 2a1 1 0 0 0 .78.67a2.33 2.33 0 0 1-.36 4.67Zm2.44-6.11a2.6 2.6 0 0 1-.42 0a4.6 4.6 0 0 0-.72-.31a6.06 6.06 0 0 0-1.82-2.28v-.37a3 3 0 0 1 1.05-2.28a5 5 0 0 0 4.23 4.23a3 3 0 0 1-2.35 1.01Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.7%209.07a1%201%200%200%200-.93-.26a3%203%200%200%201-.66.08a3%203%200%200%201-3-3a3%203%200%200%201%20.08-.66a1%201%200%200%200-.26-.93A1%201%200%200%200%2016%204a4.93%204.93%200%200%200-3.83%204.21A6.2%206.2%200%200%200%2010.5%208a6%206%200%200%200-5.94%205.13A3.5%203.5%200%200%200%205.5%2020h9.17A4.33%204.33%200%200%200%2019%2015.67a4.2%204.2%200%200%200-.49-2A4.94%204.94%200%200%200%2022%2010a1%201%200%200%200-.3-.93m-7%208.93H5.5a1.5%201.5%200%200%201%200-3a1%201%200%200%200%201-1a4%204%200%200%201%206.18-3.34a3.94%203.94%200%200%201%201.57%202a1%201%200%200%200%20.78.67a2.33%202.33%200%200%201-.36%204.67Zm2.44-6.11a2.6%202.6%200%200%201-.42%200a4.6%204.6%200%200%200-.72-.31a6.06%206.06%200%200%200-1.82-2.28v-.37a3%203%200%200%201%201.05-2.28a5%205%200%200%200%204.23%204.23a3%203%200%200%201-2.35%201.01Z%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%20d%3D%22M21.7%209.07a1%201%200%200%200-.93-.26a3%203%200%200%201-.66.08a3%203%200%200%201-3-3a3%203%200%200%201%20.08-.66a1%201%200%200%200-.26-.93A1%201%200%200%200%2016%204a4.93%204.93%200%200%200-3.83%204.21A6.2%206.2%200%200%200%2010.5%208a6%206%200%200%200-5.94%205.13A3.5%203.5%200%200%200%205.5%2020h9.17A4.33%204.33%200%200%200%2019%2015.67a4.2%204.2%200%200%200-.49-2A4.94%204.94%200%200%200%2022%2010a1%201%200%200%200-.3-.93m-7%208.93H5.5a1.5%201.5%200%200%201%200-3a1%201%200%200%200%201-1a4%204%200%200%201%206.18-3.34a3.94%203.94%200%200%201%201.57%202a1%201%200%200%200%20.78.67a2.33%202.33%200%200%201-.36%204.67Zm2.44-6.11a2.6%202.6%200%200%201-.42%200a4.6%204.6%200%200%200-.72-.31a6.06%206.06%200%200%200-1.82-2.28v-.37a3%203%200%200%201%201.05-2.28a5%205%200%200%200%204.23%204.23a3%203%200%200%201-2.35%201.01Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/cloud-moon.svg?color=%231a73e8&size=48