partly cloud night icon

partly-cloud-night-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
partly-cloud-night-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the partly cloud night icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.324 5.412a1 1 0 0 1 1.082-1.397a8.1 8.1 0 0 1 2.925 1.127a2.526 2.526 0 0 1 4.249.294a2.388 2.388 0 0 1-.712 4.56a8.114 8.114 0 0 1-6.644 10.033a4.5 4.5 0 0 0-1.837-6.615a4.8 4.8 0 0 0-1.156-1.362a5.22 5.22 0 0 0 2.554-4.49a5.2 5.2 0 0 0-.461-2.15m5.562 1.005a8 8 0 0 1 1.181 1.592h.544a.389.389 0 0 0 .064-.773a1 1 0 0 1-.804-.726a.528.528 0 0 0-.985-.093" clip-rule="evenodd"/><path fill="currentColor" d="M9.5 20a2.5 2.5 0 0 0 .406-4.967a2.751 2.751 0 0 0-5.389 1.026A2 2 0 0 0 5 20z"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePartlyCloudNightFill(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" fillRule="evenodd" d="M12.324 5.412a1 1 0 0 1 1.082-1.397a8.1 8.1 0 0 1 2.925 1.127a2.526 2.526 0 0 1 4.249.294a2.388 2.388 0 0 1-.712 4.56a8.114 8.114 0 0 1-6.644 10.033a4.5 4.5 0 0 0-1.837-6.615a4.8 4.8 0 0 0-1.156-1.362a5.22 5.22 0 0 0 2.554-4.49a5.2 5.2 0 0 0-.461-2.15m5.562 1.005a8 8 0 0 1 1.181 1.592h.544a.389.389 0 0 0 .064-.773a1 1 0 0 1-.804-.726a.528.528 0 0 0-.985-.093" clipRule="evenodd"/><path fill="currentColor" d="M9.5 20a2.5 2.5 0 0 0 .406-4.967a2.751 2.751 0 0 0-5.389 1.026A2 2 0 0 0 5 20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.324 5.412a1 1 0 0 1 1.082-1.397a8.1 8.1 0 0 1 2.925 1.127a2.526 2.526 0 0 1 4.249.294a2.388 2.388 0 0 1-.712 4.56a8.114 8.114 0 0 1-6.644 10.033a4.5 4.5 0 0 0-1.837-6.615a4.8 4.8 0 0 0-1.156-1.362a5.22 5.22 0 0 0 2.554-4.49a5.2 5.2 0 0 0-.461-2.15m5.562 1.005a8 8 0 0 1 1.181 1.592h.544a.389.389 0 0 0 .064-.773a1 1 0 0 1-.804-.726a.528.528 0 0 0-.985-.093" clip-rule="evenodd"/><path fill="currentColor" d="M9.5 20a2.5 2.5 0 0 0 .406-4.967a2.751 2.751 0 0 0-5.389 1.026A2 2 0 0 0 5 20z"/></svg>
</template>

CSS

.icon-partly-cloud-night-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.324%205.412a1%201%200%200%201%201.082-1.397a8.1%208.1%200%200%201%202.925%201.127a2.526%202.526%200%200%201%204.249.294a2.388%202.388%200%200%201-.712%204.56a8.114%208.114%200%200%201-6.644%2010.033a4.5%204.5%200%200%200-1.837-6.615a4.8%204.8%200%200%200-1.156-1.362a5.22%205.22%200%200%200%202.554-4.49a5.2%205.2%200%200%200-.461-2.15m5.562%201.005a8%208%200%200%201%201.181%201.592h.544a.389.389%200%200%200%20.064-.773a1%201%200%200%201-.804-.726a.528.528%200%200%200-.985-.093%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2020a2.5%202.5%200%200%200%20.406-4.967a2.751%202.751%200%200%200-5.389%201.026A2%202%200%200%200%205%2020z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.324%205.412a1%201%200%200%201%201.082-1.397a8.1%208.1%200%200%201%202.925%201.127a2.526%202.526%200%200%201%204.249.294a2.388%202.388%200%200%201-.712%204.56a8.114%208.114%200%200%201-6.644%2010.033a4.5%204.5%200%200%200-1.837-6.615a4.8%204.8%200%200%200-1.156-1.362a5.22%205.22%200%200%200%202.554-4.49a5.2%205.2%200%200%200-.461-2.15m5.562%201.005a8%208%200%200%201%201.181%201.592h.544a.389.389%200%200%200%20.064-.773a1%201%200%200%201-.804-.726a.528.528%200%200%200-.985-.093%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2020a2.5%202.5%200%200%200%20.406-4.967a2.751%202.751%200%200%200-5.389%201.026A2%202%200%200%200%205%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/partly-cloud-night-fill.svg?color=%231a73e8&size=48