cloud sun icon

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

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

2 other variants in Reicon

The same icon in other sets

All cloud sun icons →

More weather icons from Reicon

Use the cloud sun 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 2.75a4.25 4.25 0 0 0-1.734 8.132q.413-.084.848-.1a6.4 6.4 0 0 1-.102-1.135c0-2.599 1.563-4.829 3.803-5.831A4.23 4.23 0 0 0 7 2.75m4.43.584a5.75 5.75 0 1 0-7.895 8.255a4.97 4.97 0 0 0-2.285 4.176c0 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.905-3.919-5.882c-.559-2.977-3.197-5.221-6.355-5.221a6.6 6.6 0 0 0-1.046.084m5.728 4.68a4.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-2.56-.183c-.407.077-.835-.124-.971-.515c-.137-.39.07-.823.473-.914a6.6 6.6 0 0 1 2.304-.1" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCloudSun(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 2.75a4.25 4.25 0 0 0-1.734 8.132q.413-.084.848-.1a6.4 6.4 0 0 1-.102-1.135c0-2.599 1.563-4.829 3.803-5.831A4.23 4.23 0 0 0 7 2.75m4.43.584a5.75 5.75 0 1 0-7.895 8.255a4.97 4.97 0 0 0-2.285 4.176c0 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.905-3.919-5.882c-.559-2.977-3.197-5.221-6.355-5.221a6.6 6.6 0 0 0-1.046.084m5.728 4.68a4.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-2.56-.183c-.407.077-.835-.124-.971-.515c-.137-.39.07-.823.473-.914a6.6 6.6 0 0 1 2.304-.1" 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 2.75a4.25 4.25 0 0 0-1.734 8.132q.413-.084.848-.1a6.4 6.4 0 0 1-.102-1.135c0-2.599 1.563-4.829 3.803-5.831A4.23 4.23 0 0 0 7 2.75m4.43.584a5.75 5.75 0 1 0-7.895 8.255a4.97 4.97 0 0 0-2.285 4.176c0 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.905-3.919-5.882c-.559-2.977-3.197-5.221-6.355-5.221a6.6 6.6 0 0 0-1.046.084m5.728 4.68a4.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-2.56-.183c-.407.077-.835-.124-.971-.515c-.137-.39.07-.823.473-.914a6.6 6.6 0 0 1 2.304-.1" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cloud-sun {
  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%202.75a4.25%204.25%200%200%200-1.734%208.132q.413-.084.848-.1a6.4%206.4%200%200%201-.102-1.135c0-2.599%201.563-4.829%203.803-5.831A4.23%204.23%200%200%200%207%202.75m4.43.584a5.75%205.75%200%201%200-7.895%208.255a4.97%204.97%200%200%200-2.285%204.176c0%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.905-3.919-5.882c-.559-2.977-3.197-5.221-6.355-5.221a6.6%206.6%200%200%200-1.046.084m5.728%204.68a4.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-2.56-.183c-.407.077-.835-.124-.971-.515c-.137-.39.07-.823.473-.914a6.6%206.6%200%200%201%202.304-.1%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%202.75a4.25%204.25%200%200%200-1.734%208.132q.413-.084.848-.1a6.4%206.4%200%200%201-.102-1.135c0-2.599%201.563-4.829%203.803-5.831A4.23%204.23%200%200%200%207%202.75m4.43.584a5.75%205.75%200%201%200-7.895%208.255a4.97%204.97%200%200%200-2.285%204.176c0%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.905-3.919-5.882c-.559-2.977-3.197-5.221-6.355-5.221a6.6%206.6%200%200%200-1.046.084m5.728%204.68a4.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-2.56-.183c-.407.077-.835-.124-.971-.515c-.137-.39.07-.823.473-.914a6.6%206.6%200%200%201%202.304-.1%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-sun.svg?color=%231a73e8&size=48