partly cloud daytime icon
partly-cloud-daytime-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- partly-cloud-daytime-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 daytime 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="M13.312 19.893a8 8 0 0 0 6.437-9.888a2.389 2.389 0 0 0 .83-4.57a2.526 2.526 0 0 0-4.312-.203a8 8 0 0 0-12.262 7.05A4.73 4.73 0 0 1 7.25 11c1.776 0 3.32.973 4.136 2.414a4.5 4.5 0 0 1 1.926 6.479m6.3-11.884h-.677a8 8 0 0 0-1.09-1.471a.528.528 0 0 1 1.026-.029a1 1 0 0 0 .804.727a.39.39 0 0 1-.064.773" 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 MingcutePartlyCloudDaytimeFill(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="M13.312 19.893a8 8 0 0 0 6.437-9.888a2.389 2.389 0 0 0 .83-4.57a2.526 2.526 0 0 0-4.312-.203a8 8 0 0 0-12.262 7.05A4.73 4.73 0 0 1 7.25 11c1.776 0 3.32.973 4.136 2.414a4.5 4.5 0 0 1 1.926 6.479m6.3-11.884h-.677a8 8 0 0 0-1.09-1.471a.528.528 0 0 1 1.026-.029a1 1 0 0 0 .804.727a.39.39 0 0 1-.064.773" 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="M13.312 19.893a8 8 0 0 0 6.437-9.888a2.389 2.389 0 0 0 .83-4.57a2.526 2.526 0 0 0-4.312-.203a8 8 0 0 0-12.262 7.05A4.73 4.73 0 0 1 7.25 11c1.776 0 3.32.973 4.136 2.414a4.5 4.5 0 0 1 1.926 6.479m6.3-11.884h-.677a8 8 0 0 0-1.09-1.471a.528.528 0 0 1 1.026-.029a1 1 0 0 0 .804.727a.39.39 0 0 1-.064.773" 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-daytime-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%22M13.312%2019.893a8%208%200%200%200%206.437-9.888a2.389%202.389%200%200%200%20.83-4.57a2.526%202.526%200%200%200-4.312-.203a8%208%200%200%200-12.262%207.05A4.73%204.73%200%200%201%207.25%2011c1.776%200%203.32.973%204.136%202.414a4.5%204.5%200%200%201%201.926%206.479m6.3-11.884h-.677a8%208%200%200%200-1.09-1.471a.528.528%200%200%201%201.026-.029a1%201%200%200%200%20.804.727a.39.39%200%200%201-.064.773%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%22M13.312%2019.893a8%208%200%200%200%206.437-9.888a2.389%202.389%200%200%200%20.83-4.57a2.526%202.526%200%200%200-4.312-.203a8%208%200%200%200-12.262%207.05A4.73%204.73%200%200%201%207.25%2011c1.776%200%203.32.973%204.136%202.414a4.5%204.5%200%200%201%201.926%206.479m6.3-11.884h-.677a8%208%200%200%200-1.09-1.471a.528.528%200%200%201%201.026-.029a1%201%200%200%200%20.804.727a.39.39%200%200%201-.064.773%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-daytime-fill.svg?color=%231a73e8&size=48