cloud sun icon

cloud-sun from Unicons by Iconscout · Line · Weather · Apache-2.0 Free for personal and commercial use.

Name
cloud-sun
Set
Unicons
Style
Line
Category
Weather
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More weather icons from Unicons

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" d="M21 9h-.8a4.3 4.3 0 0 0-.52-1.27l.56-.56a1 1 0 0 0-1.41-1.41l-.56.56A4.3 4.3 0 0 0 17 5.8V5a1 1 0 0 0-2 0v.8a4.1 4.1 0 0 0-1.26.52l-.57-.56a1 1 0 0 0-1.41 1.41l.56.57c-.09.15-.16.32-.24.48A6 6 0 0 0 10.5 8a6 6 0 0 0-5.94 5.13A3.5 3.5 0 0 0 5.5 20h9.17A4.33 4.33 0 0 0 19 15.67a4.2 4.2 0 0 0-.3-1.55l.13.12a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41l-.56-.56A4.3 4.3 0 0 0 20.2 11h.8a1 1 0 0 0 0-2m-6.33 9H5.5a1.5 1.5 0 0 1 0-3a1 1 0 0 0 1-1a4 4 0 0 1 7.78-1.29a1 1 0 0 0 .78.67a2.33 2.33 0 0 1-.39 4.62m3-6.35a2.2 2.2 0 0 1-.6.4a4.5 4.5 0 0 0-1.07-.51a6.1 6.1 0 0 0-2.09-2.49a2.3 2.3 0 0 1 .46-.69a2.42 2.42 0 0 1 3.29 0a2.37 2.37 0 0 1 0 3.3Z"/></svg>

React

import type { SVGProps } from "react";

export function UilCloudSun(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="M21 9h-.8a4.3 4.3 0 0 0-.52-1.27l.56-.56a1 1 0 0 0-1.41-1.41l-.56.56A4.3 4.3 0 0 0 17 5.8V5a1 1 0 0 0-2 0v.8a4.1 4.1 0 0 0-1.26.52l-.57-.56a1 1 0 0 0-1.41 1.41l.56.57c-.09.15-.16.32-.24.48A6 6 0 0 0 10.5 8a6 6 0 0 0-5.94 5.13A3.5 3.5 0 0 0 5.5 20h9.17A4.33 4.33 0 0 0 19 15.67a4.2 4.2 0 0 0-.3-1.55l.13.12a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41l-.56-.56A4.3 4.3 0 0 0 20.2 11h.8a1 1 0 0 0 0-2m-6.33 9H5.5a1.5 1.5 0 0 1 0-3a1 1 0 0 0 1-1a4 4 0 0 1 7.78-1.29a1 1 0 0 0 .78.67a2.33 2.33 0 0 1-.39 4.62m3-6.35a2.2 2.2 0 0 1-.6.4a4.5 4.5 0 0 0-1.07-.51a6.1 6.1 0 0 0-2.09-2.49a2.3 2.3 0 0 1 .46-.69a2.42 2.42 0 0 1 3.29 0a2.37 2.37 0 0 1 0 3.3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 9h-.8a4.3 4.3 0 0 0-.52-1.27l.56-.56a1 1 0 0 0-1.41-1.41l-.56.56A4.3 4.3 0 0 0 17 5.8V5a1 1 0 0 0-2 0v.8a4.1 4.1 0 0 0-1.26.52l-.57-.56a1 1 0 0 0-1.41 1.41l.56.57c-.09.15-.16.32-.24.48A6 6 0 0 0 10.5 8a6 6 0 0 0-5.94 5.13A3.5 3.5 0 0 0 5.5 20h9.17A4.33 4.33 0 0 0 19 15.67a4.2 4.2 0 0 0-.3-1.55l.13.12a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41l-.56-.56A4.3 4.3 0 0 0 20.2 11h.8a1 1 0 0 0 0-2m-6.33 9H5.5a1.5 1.5 0 0 1 0-3a1 1 0 0 0 1-1a4 4 0 0 1 7.78-1.29a1 1 0 0 0 .78.67a2.33 2.33 0 0 1-.39 4.62m3-6.35a2.2 2.2 0 0 1-.6.4a4.5 4.5 0 0 0-1.07-.51a6.1 6.1 0 0 0-2.09-2.49a2.3 2.3 0 0 1 .46-.69a2.42 2.42 0 0 1 3.29 0a2.37 2.37 0 0 1 0 3.3Z"/></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%20d%3D%22M21%209h-.8a4.3%204.3%200%200%200-.52-1.27l.56-.56a1%201%200%200%200-1.41-1.41l-.56.56A4.3%204.3%200%200%200%2017%205.8V5a1%201%200%200%200-2%200v.8a4.1%204.1%200%200%200-1.26.52l-.57-.56a1%201%200%200%200-1.41%201.41l.56.57c-.09.15-.16.32-.24.48A6%206%200%200%200%2010.5%208a6%206%200%200%200-5.94%205.13A3.5%203.5%200%200%200%205.5%2020h9.17A4.33%204.33%200%200%200%2019%2015.67a4.2%204.2%200%200%200-.3-1.55l.13.12a1%201%200%200%200%20.7.29a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.41l-.56-.56A4.3%204.3%200%200%200%2020.2%2011h.8a1%201%200%200%200%200-2m-6.33%209H5.5a1.5%201.5%200%200%201%200-3a1%201%200%200%200%201-1a4%204%200%200%201%207.78-1.29a1%201%200%200%200%20.78.67a2.33%202.33%200%200%201-.39%204.62m3-6.35a2.2%202.2%200%200%201-.6.4a4.5%204.5%200%200%200-1.07-.51a6.1%206.1%200%200%200-2.09-2.49a2.3%202.3%200%200%201%20.46-.69a2.42%202.42%200%200%201%203.29%200a2.37%202.37%200%200%201%200%203.3Z%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%22M21%209h-.8a4.3%204.3%200%200%200-.52-1.27l.56-.56a1%201%200%200%200-1.41-1.41l-.56.56A4.3%204.3%200%200%200%2017%205.8V5a1%201%200%200%200-2%200v.8a4.1%204.1%200%200%200-1.26.52l-.57-.56a1%201%200%200%200-1.41%201.41l.56.57c-.09.15-.16.32-.24.48A6%206%200%200%200%2010.5%208a6%206%200%200%200-5.94%205.13A3.5%203.5%200%200%200%205.5%2020h9.17A4.33%204.33%200%200%200%2019%2015.67a4.2%204.2%200%200%200-.3-1.55l.13.12a1%201%200%200%200%20.7.29a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.41l-.56-.56A4.3%204.3%200%200%200%2020.2%2011h.8a1%201%200%200%200%200-2m-6.33%209H5.5a1.5%201.5%200%200%201%200-3a1%201%200%200%200%201-1a4%204%200%200%201%207.78-1.29a1%201%200%200%200%20.78.67a2.33%202.33%200%200%201-.39%204.62m3-6.35a2.2%202.2%200%200%201-.6.4a4.5%204.5%200%200%200-1.07-.51a6.1%206.1%200%200%200-2.09-2.49a2.3%202.3%200%200%201%20.46-.69a2.42%202.42%200%200%201%203.29%200a2.37%202.37%200%200%201%200%203.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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