cloud-moon-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
cloud-moon-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

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="M15.416 2.004C11.861 2.328 10 5.285 10 8.089a1 1 0 0 0 2 0c0-1.384.617-2.717 1.77-3.474c-.214 1.558.425 3.068 1.466 4.1c1.036 1.028 2.542 1.659 4.102 1.46c-.28.408-.634.766-1.044 1.054l-.192.128a1 1 0 0 0 .97 1.745l.09-.05c1.522-.951 2.652-2.567 2.834-4.51a1 1 0 0 0-1.462-.979l-.123.078c-1.3.948-2.786.627-3.766-.345c-.978-.97-1.29-2.425-.338-3.696a1 1 0 0 0-.744-1.598zm-9.765 8.885c1.544-.815 3.43-1.161 5.142-.648c1.59.477 2.904 1.66 3.605 3.598c1.569.21 3.038 1.056 3.878 2.223c.497.692.805 1.544.705 2.463c-.095.872-.542 1.678-1.301 2.364l-.157.135c-.965.808-2.275.976-3.228.976H7.577a5.14 5.14 0 0 1-3.893-1.773c-1.62-1.782-1.997-3.728-1.448-5.48c.53-1.688 1.873-3.044 3.415-3.858"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCloudMoonSolid(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="M15.416 2.004C11.861 2.328 10 5.285 10 8.089a1 1 0 0 0 2 0c0-1.384.617-2.717 1.77-3.474c-.214 1.558.425 3.068 1.466 4.1c1.036 1.028 2.542 1.659 4.102 1.46c-.28.408-.634.766-1.044 1.054l-.192.128a1 1 0 0 0 .97 1.745l.09-.05c1.522-.951 2.652-2.567 2.834-4.51a1 1 0 0 0-1.462-.979l-.123.078c-1.3.948-2.786.627-3.766-.345c-.978-.97-1.29-2.425-.338-3.696a1 1 0 0 0-.744-1.598zm-9.765 8.885c1.544-.815 3.43-1.161 5.142-.648c1.59.477 2.904 1.66 3.605 3.598c1.569.21 3.038 1.056 3.878 2.223c.497.692.805 1.544.705 2.463c-.095.872-.542 1.678-1.301 2.364l-.157.135c-.965.808-2.275.976-3.228.976H7.577a5.14 5.14 0 0 1-3.893-1.773c-1.62-1.782-1.997-3.728-1.448-5.48c.53-1.688 1.873-3.044 3.415-3.858"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.416 2.004C11.861 2.328 10 5.285 10 8.089a1 1 0 0 0 2 0c0-1.384.617-2.717 1.77-3.474c-.214 1.558.425 3.068 1.466 4.1c1.036 1.028 2.542 1.659 4.102 1.46c-.28.408-.634.766-1.044 1.054l-.192.128a1 1 0 0 0 .97 1.745l.09-.05c1.522-.951 2.652-2.567 2.834-4.51a1 1 0 0 0-1.462-.979l-.123.078c-1.3.948-2.786.627-3.766-.345c-.978-.97-1.29-2.425-.338-3.696a1 1 0 0 0-.744-1.598zm-9.765 8.885c1.544-.815 3.43-1.161 5.142-.648c1.59.477 2.904 1.66 3.605 3.598c1.569.21 3.038 1.056 3.878 2.223c.497.692.805 1.544.705 2.463c-.095.872-.542 1.678-1.301 2.364l-.157.135c-.965.808-2.275.976-3.228.976H7.577a5.14 5.14 0 0 1-3.893-1.773c-1.62-1.782-1.997-3.728-1.448-5.48c.53-1.688 1.873-3.044 3.415-3.858"/></svg>
</template>

CSS

.icon-cloud-moon-solid {
  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%22M15.416%202.004C11.861%202.328%2010%205.285%2010%208.089a1%201%200%200%200%202%200c0-1.384.617-2.717%201.77-3.474c-.214%201.558.425%203.068%201.466%204.1c1.036%201.028%202.542%201.659%204.102%201.46c-.28.408-.634.766-1.044%201.054l-.192.128a1%201%200%200%200%20.97%201.745l.09-.05c1.522-.951%202.652-2.567%202.834-4.51a1%201%200%200%200-1.462-.979l-.123.078c-1.3.948-2.786.627-3.766-.345c-.978-.97-1.29-2.425-.338-3.696a1%201%200%200%200-.744-1.598zm-9.765%208.885c1.544-.815%203.43-1.161%205.142-.648c1.59.477%202.904%201.66%203.605%203.598c1.569.21%203.038%201.056%203.878%202.223c.497.692.805%201.544.705%202.463c-.095.872-.542%201.678-1.301%202.364l-.157.135c-.965.808-2.275.976-3.228.976H7.577a5.14%205.14%200%200%201-3.893-1.773c-1.62-1.782-1.997-3.728-1.448-5.48c.53-1.688%201.873-3.044%203.415-3.858%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%22M15.416%202.004C11.861%202.328%2010%205.285%2010%208.089a1%201%200%200%200%202%200c0-1.384.617-2.717%201.77-3.474c-.214%201.558.425%203.068%201.466%204.1c1.036%201.028%202.542%201.659%204.102%201.46c-.28.408-.634.766-1.044%201.054l-.192.128a1%201%200%200%200%20.97%201.745l.09-.05c1.522-.951%202.652-2.567%202.834-4.51a1%201%200%200%200-1.462-.979l-.123.078c-1.3.948-2.786.627-3.766-.345c-.978-.97-1.29-2.425-.338-3.696a1%201%200%200%200-.744-1.598zm-9.765%208.885c1.544-.815%203.43-1.161%205.142-.648c1.59.477%202.904%201.66%203.605%203.598c1.569.21%203.038%201.056%203.878%202.223c.497.692.805%201.544.705%202.463c-.095.872-.542%201.678-1.301%202.364l-.157.135c-.965.808-2.275.976-3.228.976H7.577a5.14%205.14%200%200%201-3.893-1.773c-1.62-1.782-1.997-3.728-1.448-5.48c.53-1.688%201.873-3.044%203.415-3.858%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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