cloud moon showers icon

cloud-moon-showers from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
cloud-moon-showers
Set
Unicons
Style
Line
Category
Weather
Viewbox
24×24
License
Apache 2.0

More weather icons from Unicons

Use the cloud moon showers icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 14a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1m4-1a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1m9.2-5.93a1 1 0 0 0-.94-.26a3 3 0 0 1-.65.08a3 3 0 0 1-3-3a3 3 0 0 1 .08-.66a1 1 0 0 0-.26-.93A1 1 0 0 0 16 2a4.93 4.93 0 0 0-3.83 4.21A6.2 6.2 0 0 0 10.5 6a6 6 0 0 0-5.94 5.13a3.5 3.5 0 0 0-.46 6.58a1.1 1.1 0 0 0 .4.08a1 1 0 0 0 .4-1.92A1.48 1.48 0 0 1 4 14.5A1.5 1.5 0 0 1 5.5 13a1 1 0 0 0 1-1a4 4 0 0 1 4-4a3.9 3.9 0 0 1 2.17.66a3.94 3.94 0 0 1 1.57 2a1 1 0 0 0 .78.67a2.32 2.32 0 0 1 .98 4.28a1 1 0 0 0 1.1 1.68a4.32 4.32 0 0 0 1.9-3.62a4.2 4.2 0 0 0-.49-2A4.94 4.94 0 0 0 22 8a1 1 0 0 0-.3-.93m-4.59 2.82a3 3 0 0 1-.42 0a4.6 4.6 0 0 0-.69-.35a6.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.05"/></svg>

React

import type { SVGProps } from "react";

export function UilCloudMoonShowers(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="M8.5 14a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1m4-1a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1m9.2-5.93a1 1 0 0 0-.94-.26a3 3 0 0 1-.65.08a3 3 0 0 1-3-3a3 3 0 0 1 .08-.66a1 1 0 0 0-.26-.93A1 1 0 0 0 16 2a4.93 4.93 0 0 0-3.83 4.21A6.2 6.2 0 0 0 10.5 6a6 6 0 0 0-5.94 5.13a3.5 3.5 0 0 0-.46 6.58a1.1 1.1 0 0 0 .4.08a1 1 0 0 0 .4-1.92A1.48 1.48 0 0 1 4 14.5A1.5 1.5 0 0 1 5.5 13a1 1 0 0 0 1-1a4 4 0 0 1 4-4a3.9 3.9 0 0 1 2.17.66a3.94 3.94 0 0 1 1.57 2a1 1 0 0 0 .78.67a2.32 2.32 0 0 1 .98 4.28a1 1 0 0 0 1.1 1.68a4.32 4.32 0 0 0 1.9-3.62a4.2 4.2 0 0 0-.49-2A4.94 4.94 0 0 0 22 8a1 1 0 0 0-.3-.93m-4.59 2.82a3 3 0 0 1-.42 0a4.6 4.6 0 0 0-.69-.35a6.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.05"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 14a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1m4-1a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1m9.2-5.93a1 1 0 0 0-.94-.26a3 3 0 0 1-.65.08a3 3 0 0 1-3-3a3 3 0 0 1 .08-.66a1 1 0 0 0-.26-.93A1 1 0 0 0 16 2a4.93 4.93 0 0 0-3.83 4.21A6.2 6.2 0 0 0 10.5 6a6 6 0 0 0-5.94 5.13a3.5 3.5 0 0 0-.46 6.58a1.1 1.1 0 0 0 .4.08a1 1 0 0 0 .4-1.92A1.48 1.48 0 0 1 4 14.5A1.5 1.5 0 0 1 5.5 13a1 1 0 0 0 1-1a4 4 0 0 1 4-4a3.9 3.9 0 0 1 2.17.66a3.94 3.94 0 0 1 1.57 2a1 1 0 0 0 .78.67a2.32 2.32 0 0 1 .98 4.28a1 1 0 0 0 1.1 1.68a4.32 4.32 0 0 0 1.9-3.62a4.2 4.2 0 0 0-.49-2A4.94 4.94 0 0 0 22 8a1 1 0 0 0-.3-.93m-4.59 2.82a3 3 0 0 1-.42 0a4.6 4.6 0 0 0-.69-.35a6.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.05"/></svg>
</template>

CSS

.icon-cloud-moon-showers {
  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%22M8.5%2014a1%201%200%200%200-1%201v6a1%201%200%200%200%202%200v-6a1%201%200%200%200-1-1m4-1a1%201%200%200%200-1%201v6a1%201%200%200%200%202%200v-6a1%201%200%200%200-1-1m9.2-5.93a1%201%200%200%200-.94-.26a3%203%200%200%201-.65.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%202a4.93%204.93%200%200%200-3.83%204.21A6.2%206.2%200%200%200%2010.5%206a6%206%200%200%200-5.94%205.13a3.5%203.5%200%200%200-.46%206.58a1.1%201.1%200%200%200%20.4.08a1%201%200%200%200%20.4-1.92A1.48%201.48%200%200%201%204%2014.5A1.5%201.5%200%200%201%205.5%2013a1%201%200%200%200%201-1a4%204%200%200%201%204-4a3.9%203.9%200%200%201%202.17.66a3.94%203.94%200%200%201%201.57%202a1%201%200%200%200%20.78.67a2.32%202.32%200%200%201%20.98%204.28a1%201%200%200%200%201.1%201.68a4.32%204.32%200%200%200%201.9-3.62a4.2%204.2%200%200%200-.49-2A4.94%204.94%200%200%200%2022%208a1%201%200%200%200-.3-.93m-4.59%202.82a3%203%200%200%201-.42%200a4.6%204.6%200%200%200-.69-.35a6.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.05%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%22M8.5%2014a1%201%200%200%200-1%201v6a1%201%200%200%200%202%200v-6a1%201%200%200%200-1-1m4-1a1%201%200%200%200-1%201v6a1%201%200%200%200%202%200v-6a1%201%200%200%200-1-1m9.2-5.93a1%201%200%200%200-.94-.26a3%203%200%200%201-.65.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%202a4.93%204.93%200%200%200-3.83%204.21A6.2%206.2%200%200%200%2010.5%206a6%206%200%200%200-5.94%205.13a3.5%203.5%200%200%200-.46%206.58a1.1%201.1%200%200%200%20.4.08a1%201%200%200%200%20.4-1.92A1.48%201.48%200%200%201%204%2014.5A1.5%201.5%200%200%201%205.5%2013a1%201%200%200%200%201-1a4%204%200%200%201%204-4a3.9%203.9%200%200%201%202.17.66a3.94%203.94%200%200%201%201.57%202a1%201%200%200%200%20.78.67a2.32%202.32%200%200%201%20.98%204.28a1%201%200%200%200%201.1%201.68a4.32%204.32%200%200%200%201.9-3.62a4.2%204.2%200%200%200-.49-2A4.94%204.94%200%200%200%2022%208a1%201%200%200%200-.3-.93m-4.59%202.82a3%203%200%200%201-.42%200a4.6%204.6%200%200%200-.69-.35a6.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.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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