cloud sunny icon
cloud-sunny from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- cloud-sunny
- Set
- Reicon
- Style
- Outline
- 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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M20.27 18.68c-.99.91-2.29 1.41-3.64 1.4H5.54c-4.67-.34-4.68-7.14 0-7.48h.05C2.89 5.06 12.12 1.34 16 6.03v.01c.7.86 1.23 2 1.47 3.45c1.33.17 2.41.82 3.18 1.74c1.75 2.07 1.9 5.45-.38 7.45"/><path d="M7.26 13.01c-.52-.26-1.09-.4-1.67-.41m10.26-2.68c.52-.26 1.09-.4 1.67-.41"/><path d="M21.97 8.5c0 1.1-.51 2.09-1.32 2.73a4.9 4.9 0 0 0-3.18-1.74C17.23 8.04 16.7 6.9 16 6.04v-.01A3.46 3.46 0 0 1 18.47 5c1.93 0 3.5 1.57 3.5 3.5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCloudSunny(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.5"><path d="M20.27 18.68c-.99.91-2.29 1.41-3.64 1.4H5.54c-4.67-.34-4.68-7.14 0-7.48h.05C2.89 5.06 12.12 1.34 16 6.03v.01c.7.86 1.23 2 1.47 3.45c1.33.17 2.41.82 3.18 1.74c1.75 2.07 1.9 5.45-.38 7.45"/><path d="M7.26 13.01c-.52-.26-1.09-.4-1.67-.41m10.26-2.68c.52-.26 1.09-.4 1.67-.41"/><path d="M21.97 8.5c0 1.1-.51 2.09-1.32 2.73a4.9 4.9 0 0 0-3.18-1.74C17.23 8.04 16.7 6.9 16 6.04v-.01A3.46 3.46 0 0 1 18.47 5c1.93 0 3.5 1.57 3.5 3.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.5"><path d="M20.27 18.68c-.99.91-2.29 1.41-3.64 1.4H5.54c-4.67-.34-4.68-7.14 0-7.48h.05C2.89 5.06 12.12 1.34 16 6.03v.01c.7.86 1.23 2 1.47 3.45c1.33.17 2.41.82 3.18 1.74c1.75 2.07 1.9 5.45-.38 7.45"/><path d="M7.26 13.01c-.52-.26-1.09-.4-1.67-.41m10.26-2.68c.52-.26 1.09-.4 1.67-.41"/><path d="M21.97 8.5c0 1.1-.51 2.09-1.32 2.73a4.9 4.9 0 0 0-3.18-1.74C17.23 8.04 16.7 6.9 16 6.04v-.01A3.46 3.46 0 0 1 18.47 5c1.93 0 3.5 1.57 3.5 3.5"/></g></svg> </template>
CSS
.icon-cloud-sunny {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.27%2018.68c-.99.91-2.29%201.41-3.64%201.4H5.54c-4.67-.34-4.68-7.14%200-7.48h.05C2.89%205.06%2012.12%201.34%2016%206.03v.01c.7.86%201.23%202%201.47%203.45c1.33.17%202.41.82%203.18%201.74c1.75%202.07%201.9%205.45-.38%207.45%22%2F%3E%3Cpath%20d%3D%22M7.26%2013.01c-.52-.26-1.09-.4-1.67-.41m10.26-2.68c.52-.26%201.09-.4%201.67-.41%22%2F%3E%3Cpath%20d%3D%22M21.97%208.5c0%201.1-.51%202.09-1.32%202.73a4.9%204.9%200%200%200-3.18-1.74C17.23%208.04%2016.7%206.9%2016%206.04v-.01A3.46%203.46%200%200%201%2018.47%205c1.93%200%203.5%201.57%203.5%203.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.27%2018.68c-.99.91-2.29%201.41-3.64%201.4H5.54c-4.67-.34-4.68-7.14%200-7.48h.05C2.89%205.06%2012.12%201.34%2016%206.03v.01c.7.86%201.23%202%201.47%203.45c1.33.17%202.41.82%203.18%201.74c1.75%202.07%201.9%205.45-.38%207.45%22%2F%3E%3Cpath%20d%3D%22M7.26%2013.01c-.52-.26-1.09-.4-1.67-.41m10.26-2.68c.52-.26%201.09-.4%201.67-.41%22%2F%3E%3Cpath%20d%3D%22M21.97%208.5c0%201.1-.51%202.09-1.32%202.73a4.9%204.9%200%200%200-3.18-1.74C17.23%208.04%2016.7%206.9%2016%206.04v-.01A3.46%203.46%200%200%201%2018.47%205c1.93%200%203.5%201.57%203.5%203.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cloud-sunny.svg?color=%231a73e8&size=48