cloud sun2 icon

cloud-sun2 from Reicon by REICON · Outline · Weather · MIT Free for personal and commercial use.

Name
cloud-sun2
Set
Reicon
Style
Outline
Category
Weather
Viewbox
24×24
License
MIT

2 other variants in Reicon

More weather icons from Reicon

Use the cloud sun2 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="M7.5 1.25a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M3.08 3.08a.75.75 0 0 1 1.062 0l.216.217a.75.75 0 0 1-1.061 1.06l-.216-.216a.75.75 0 0 1 0-1.06m8.839 0a.75.75 0 0 1 0 1.061l-.216.216a.75.75 0 1 1-1.06-1.06l.215-.216a.75.75 0 0 1 1.061 0M8 5.25a2.73 2.73 0 0 0-1.925.786A2.74 2.74 0 0 0 5.25 8c0 .833.37 1.58.956 2.084a6.43 6.43 0 0 1 3.518-4.227q-.074-.06-.153-.115A2.73 2.73 0 0 0 8 5.25m3.324.101a4.3 4.3 0 0 0-.895-.839A4.23 4.23 0 0 0 8 3.75a4.23 4.23 0 0 0-2.974 1.214a4.25 4.25 0 0 0 .987 6.793q.01.525.1 1.025c-2.693.09-4.863 2.278-4.863 4.983c0 2.761 2.263 4.985 5.036 4.985h10c3.561 0 6.464-2.856 6.464-6.397c0-2.644-1.619-4.906-3.919-5.882c-.559-2.977-3.197-5.221-6.355-5.221q-.59.001-1.152.101m5.834 4.663a4.96 4.96 0 0 0-4.682-3.264c-2.75 0-4.964 2.2-4.964 4.897c0 .462.065.909.185 1.331c.497.144.963.36 1.383.64a.75.75 0 1 1-.827 1.25a3.54 3.54 0 0 0-1.967-.589c-1.961 0-3.536 1.57-3.536 3.486s1.575 3.485 3.536 3.485h10c2.75 0 4.964-2.2 4.964-4.897c0-2.137-1.39-3.962-3.338-4.628a5 5 0 0 0-1.626-.27c-.583 0-1.14.1-1.658.28a.75.75 0 0 1-.494-1.416a6.5 6.5 0 0 1 3.024-.305M1.25 7.5A.75.75 0 0 1 2 6.75h.5a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m3.108 3.143a.75.75 0 0 1 0 1.06l-.216.216a.75.75 0 0 1-1.061-1.06l.216-.216a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCloudSun2(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="M7.5 1.25a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M3.08 3.08a.75.75 0 0 1 1.062 0l.216.217a.75.75 0 0 1-1.061 1.06l-.216-.216a.75.75 0 0 1 0-1.06m8.839 0a.75.75 0 0 1 0 1.061l-.216.216a.75.75 0 1 1-1.06-1.06l.215-.216a.75.75 0 0 1 1.061 0M8 5.25a2.73 2.73 0 0 0-1.925.786A2.74 2.74 0 0 0 5.25 8c0 .833.37 1.58.956 2.084a6.43 6.43 0 0 1 3.518-4.227q-.074-.06-.153-.115A2.73 2.73 0 0 0 8 5.25m3.324.101a4.3 4.3 0 0 0-.895-.839A4.23 4.23 0 0 0 8 3.75a4.23 4.23 0 0 0-2.974 1.214a4.25 4.25 0 0 0 .987 6.793q.01.525.1 1.025c-2.693.09-4.863 2.278-4.863 4.983c0 2.761 2.263 4.985 5.036 4.985h10c3.561 0 6.464-2.856 6.464-6.397c0-2.644-1.619-4.906-3.919-5.882c-.559-2.977-3.197-5.221-6.355-5.221q-.59.001-1.152.101m5.834 4.663a4.96 4.96 0 0 0-4.682-3.264c-2.75 0-4.964 2.2-4.964 4.897c0 .462.065.909.185 1.331c.497.144.963.36 1.383.64a.75.75 0 1 1-.827 1.25a3.54 3.54 0 0 0-1.967-.589c-1.961 0-3.536 1.57-3.536 3.486s1.575 3.485 3.536 3.485h10c2.75 0 4.964-2.2 4.964-4.897c0-2.137-1.39-3.962-3.338-4.628a5 5 0 0 0-1.626-.27c-.583 0-1.14.1-1.658.28a.75.75 0 0 1-.494-1.416a6.5 6.5 0 0 1 3.024-.305M1.25 7.5A.75.75 0 0 1 2 6.75h.5a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m3.108 3.143a.75.75 0 0 1 0 1.06l-.216.216a.75.75 0 0 1-1.061-1.06l.216-.216a.75.75 0 0 1 1.06 0" clipRule="evenodd"/></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="M7.5 1.25a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75M3.08 3.08a.75.75 0 0 1 1.062 0l.216.217a.75.75 0 0 1-1.061 1.06l-.216-.216a.75.75 0 0 1 0-1.06m8.839 0a.75.75 0 0 1 0 1.061l-.216.216a.75.75 0 1 1-1.06-1.06l.215-.216a.75.75 0 0 1 1.061 0M8 5.25a2.73 2.73 0 0 0-1.925.786A2.74 2.74 0 0 0 5.25 8c0 .833.37 1.58.956 2.084a6.43 6.43 0 0 1 3.518-4.227q-.074-.06-.153-.115A2.73 2.73 0 0 0 8 5.25m3.324.101a4.3 4.3 0 0 0-.895-.839A4.23 4.23 0 0 0 8 3.75a4.23 4.23 0 0 0-2.974 1.214a4.25 4.25 0 0 0 .987 6.793q.01.525.1 1.025c-2.693.09-4.863 2.278-4.863 4.983c0 2.761 2.263 4.985 5.036 4.985h10c3.561 0 6.464-2.856 6.464-6.397c0-2.644-1.619-4.906-3.919-5.882c-.559-2.977-3.197-5.221-6.355-5.221q-.59.001-1.152.101m5.834 4.663a4.96 4.96 0 0 0-4.682-3.264c-2.75 0-4.964 2.2-4.964 4.897c0 .462.065.909.185 1.331c.497.144.963.36 1.383.64a.75.75 0 1 1-.827 1.25a3.54 3.54 0 0 0-1.967-.589c-1.961 0-3.536 1.57-3.536 3.486s1.575 3.485 3.536 3.485h10c2.75 0 4.964-2.2 4.964-4.897c0-2.137-1.39-3.962-3.338-4.628a5 5 0 0 0-1.626-.27c-.583 0-1.14.1-1.658.28a.75.75 0 0 1-.494-1.416a6.5 6.5 0 0 1 3.024-.305M1.25 7.5A.75.75 0 0 1 2 6.75h.5a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m3.108 3.143a.75.75 0 0 1 0 1.06l-.216.216a.75.75 0 0 1-1.061-1.06l.216-.216a.75.75 0 0 1 1.06 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cloud-sun2 {
  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%22M7.5%201.25a.75.75%200%200%201%20.75.75v.5a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75M3.08%203.08a.75.75%200%200%201%201.062%200l.216.217a.75.75%200%200%201-1.061%201.06l-.216-.216a.75.75%200%200%201%200-1.06m8.839%200a.75.75%200%200%201%200%201.061l-.216.216a.75.75%200%201%201-1.06-1.06l.215-.216a.75.75%200%200%201%201.061%200M8%205.25a2.73%202.73%200%200%200-1.925.786A2.74%202.74%200%200%200%205.25%208c0%20.833.37%201.58.956%202.084a6.43%206.43%200%200%201%203.518-4.227q-.074-.06-.153-.115A2.73%202.73%200%200%200%208%205.25m3.324.101a4.3%204.3%200%200%200-.895-.839A4.23%204.23%200%200%200%208%203.75a4.23%204.23%200%200%200-2.974%201.214a4.25%204.25%200%200%200%20.987%206.793q.01.525.1%201.025c-2.693.09-4.863%202.278-4.863%204.983c0%202.761%202.263%204.985%205.036%204.985h10c3.561%200%206.464-2.856%206.464-6.397c0-2.644-1.619-4.906-3.919-5.882c-.559-2.977-3.197-5.221-6.355-5.221q-.59.001-1.152.101m5.834%204.663a4.96%204.96%200%200%200-4.682-3.264c-2.75%200-4.964%202.2-4.964%204.897c0%20.462.065.909.185%201.331c.497.144.963.36%201.383.64a.75.75%200%201%201-.827%201.25a3.54%203.54%200%200%200-1.967-.589c-1.961%200-3.536%201.57-3.536%203.486s1.575%203.485%203.536%203.485h10c2.75%200%204.964-2.2%204.964-4.897c0-2.137-1.39-3.962-3.338-4.628a5%205%200%200%200-1.626-.27c-.583%200-1.14.1-1.658.28a.75.75%200%200%201-.494-1.416a6.5%206.5%200%200%201%203.024-.305M1.25%207.5A.75.75%200%200%201%202%206.75h.5a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m3.108%203.143a.75.75%200%200%201%200%201.06l-.216.216a.75.75%200%200%201-1.061-1.06l.216-.216a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%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%22M7.5%201.25a.75.75%200%200%201%20.75.75v.5a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75M3.08%203.08a.75.75%200%200%201%201.062%200l.216.217a.75.75%200%200%201-1.061%201.06l-.216-.216a.75.75%200%200%201%200-1.06m8.839%200a.75.75%200%200%201%200%201.061l-.216.216a.75.75%200%201%201-1.06-1.06l.215-.216a.75.75%200%200%201%201.061%200M8%205.25a2.73%202.73%200%200%200-1.925.786A2.74%202.74%200%200%200%205.25%208c0%20.833.37%201.58.956%202.084a6.43%206.43%200%200%201%203.518-4.227q-.074-.06-.153-.115A2.73%202.73%200%200%200%208%205.25m3.324.101a4.3%204.3%200%200%200-.895-.839A4.23%204.23%200%200%200%208%203.75a4.23%204.23%200%200%200-2.974%201.214a4.25%204.25%200%200%200%20.987%206.793q.01.525.1%201.025c-2.693.09-4.863%202.278-4.863%204.983c0%202.761%202.263%204.985%205.036%204.985h10c3.561%200%206.464-2.856%206.464-6.397c0-2.644-1.619-4.906-3.919-5.882c-.559-2.977-3.197-5.221-6.355-5.221q-.59.001-1.152.101m5.834%204.663a4.96%204.96%200%200%200-4.682-3.264c-2.75%200-4.964%202.2-4.964%204.897c0%20.462.065.909.185%201.331c.497.144.963.36%201.383.64a.75.75%200%201%201-.827%201.25a3.54%203.54%200%200%200-1.967-.589c-1.961%200-3.536%201.57-3.536%203.486s1.575%203.485%203.536%203.485h10c2.75%200%204.964-2.2%204.964-4.897c0-2.137-1.39-3.962-3.338-4.628a5%205%200%200%200-1.626-.27c-.583%200-1.14.1-1.658.28a.75.75%200%200%201-.494-1.416a6.5%206.5%200%200%201%203.024-.305M1.25%207.5A.75.75%200%200%201%202%206.75h.5a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m3.108%203.143a.75.75%200%200%201%200%201.06l-.216.216a.75.75%200%200%201-1.061-1.06l.216-.216a.75.75%200%200%201%201.06%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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