cloud sunny icon
cloud-sunny-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- cloud-sunny-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the cloud sunny icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.612 10.83a5.24 5.24 0 0 0-2.91-1.78c-.26-1.16-.71-2.16-1.37-2.99a1 1 0 0 0-.06-.08c-2.2-2.66-5.8-2.65-8.23-1.27c-2.08 1.19-3.85 3.7-2.92 7.28c-2.13.52-3.11 2.38-3.11 4.06c0 1.88 1.23 3.99 3.97 4.19h10.38c1.42 0 2.78-.53 3.83-1.49c2.51-2.22 2.18-5.84.42-7.92m1.148-2.088c0 .34-.04.67-.14.99a6.6 6.6 0 0 0-2.69-1.87a8.7 8.7 0 0 0-1.48-2.8c.19-.04.39-.05.58-.05a3.73 3.73 0 0 1 3.73 3.73"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudSunnyFilled(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="M20.612 10.83a5.24 5.24 0 0 0-2.91-1.78c-.26-1.16-.71-2.16-1.37-2.99a1 1 0 0 0-.06-.08c-2.2-2.66-5.8-2.65-8.23-1.27c-2.08 1.19-3.85 3.7-2.92 7.28c-2.13.52-3.11 2.38-3.11 4.06c0 1.88 1.23 3.99 3.97 4.19h10.38c1.42 0 2.78-.53 3.83-1.49c2.51-2.22 2.18-5.84.42-7.92m1.148-2.088c0 .34-.04.67-.14.99a6.6 6.6 0 0 0-2.69-1.87a8.7 8.7 0 0 0-1.48-2.8c.19-.04.39-.05.58-.05a3.73 3.73 0 0 1 3.73 3.73"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.612 10.83a5.24 5.24 0 0 0-2.91-1.78c-.26-1.16-.71-2.16-1.37-2.99a1 1 0 0 0-.06-.08c-2.2-2.66-5.8-2.65-8.23-1.27c-2.08 1.19-3.85 3.7-2.92 7.28c-2.13.52-3.11 2.38-3.11 4.06c0 1.88 1.23 3.99 3.97 4.19h10.38c1.42 0 2.78-.53 3.83-1.49c2.51-2.22 2.18-5.84.42-7.92m1.148-2.088c0 .34-.04.67-.14.99a6.6 6.6 0 0 0-2.69-1.87a8.7 8.7 0 0 0-1.48-2.8c.19-.04.39-.05.58-.05a3.73 3.73 0 0 1 3.73 3.73"/></svg> </template>
CSS
.icon-cloud-sunny-filled {
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%22M20.612%2010.83a5.24%205.24%200%200%200-2.91-1.78c-.26-1.16-.71-2.16-1.37-2.99a1%201%200%200%200-.06-.08c-2.2-2.66-5.8-2.65-8.23-1.27c-2.08%201.19-3.85%203.7-2.92%207.28c-2.13.52-3.11%202.38-3.11%204.06c0%201.88%201.23%203.99%203.97%204.19h10.38c1.42%200%202.78-.53%203.83-1.49c2.51-2.22%202.18-5.84.42-7.92m1.148-2.088c0%20.34-.04.67-.14.99a6.6%206.6%200%200%200-2.69-1.87a8.7%208.7%200%200%200-1.48-2.8c.19-.04.39-.05.58-.05a3.73%203.73%200%200%201%203.73%203.73%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%22M20.612%2010.83a5.24%205.24%200%200%200-2.91-1.78c-.26-1.16-.71-2.16-1.37-2.99a1%201%200%200%200-.06-.08c-2.2-2.66-5.8-2.65-8.23-1.27c-2.08%201.19-3.85%203.7-2.92%207.28c-2.13.52-3.11%202.38-3.11%204.06c0%201.88%201.23%203.99%203.97%204.19h10.38c1.42%200%202.78-.53%203.83-1.49c2.51-2.22%202.18-5.84.42-7.92m1.148-2.088c0%20.34-.04.67-.14.99a6.6%206.6%200%200%200-2.69-1.87a8.7%208.7%200%200%200-1.48-2.8c.19-.04.39-.05.58-.05a3.73%203.73%200%200%201%203.73%203.73%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cloud-sunny-filled.svg?color=%231a73e8&size=48