cloud sun icon

cloud-sun-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
cloud-sun-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the cloud sun icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 72a76.2 76.2 0 0 0-20.26 2.73a55.6 55.6 0 0 0-9.41-11.54l9.51-13.57a8 8 0 1 0-13.11-9.18L121.22 54A55.9 55.9 0 0 0 96 48h-1.74l-2.89-16.29a8 8 0 1 0-15.75 2.77l2.88 16.34a56.1 56.1 0 0 0-23.27 14.85l-13.62-9.53a8 8 0 1 0-9.17 13.11L46 78.77A55.55 55.55 0 0 0 40 104v1.72l-16.29 2.88a8 8 0 0 0 1.38 15.88a8 8 0 0 0 1.39-.12l16.32-2.88a55.7 55.7 0 0 0 5.86 12.42A52 52 0 0 0 84 224h80a76 76 0 0 0 0-152m-71.08 48.76a52.14 52.14 0 0 0-31 4.17a40 40 0 0 1 66.62-44.17a76.26 76.26 0 0 0-35.62 40"/></svg>

React

import type { SVGProps } from "react";

export function PhCloudSunFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 72a76.2 76.2 0 0 0-20.26 2.73a55.6 55.6 0 0 0-9.41-11.54l9.51-13.57a8 8 0 1 0-13.11-9.18L121.22 54A55.9 55.9 0 0 0 96 48h-1.74l-2.89-16.29a8 8 0 1 0-15.75 2.77l2.88 16.34a56.1 56.1 0 0 0-23.27 14.85l-13.62-9.53a8 8 0 1 0-9.17 13.11L46 78.77A55.55 55.55 0 0 0 40 104v1.72l-16.29 2.88a8 8 0 0 0 1.38 15.88a8 8 0 0 0 1.39-.12l16.32-2.88a55.7 55.7 0 0 0 5.86 12.42A52 52 0 0 0 84 224h80a76 76 0 0 0 0-152m-71.08 48.76a52.14 52.14 0 0 0-31 4.17a40 40 0 0 1 66.62-44.17a76.26 76.26 0 0 0-35.62 40"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 72a76.2 76.2 0 0 0-20.26 2.73a55.6 55.6 0 0 0-9.41-11.54l9.51-13.57a8 8 0 1 0-13.11-9.18L121.22 54A55.9 55.9 0 0 0 96 48h-1.74l-2.89-16.29a8 8 0 1 0-15.75 2.77l2.88 16.34a56.1 56.1 0 0 0-23.27 14.85l-13.62-9.53a8 8 0 1 0-9.17 13.11L46 78.77A55.55 55.55 0 0 0 40 104v1.72l-16.29 2.88a8 8 0 0 0 1.38 15.88a8 8 0 0 0 1.39-.12l16.32-2.88a55.7 55.7 0 0 0 5.86 12.42A52 52 0 0 0 84 224h80a76 76 0 0 0 0-152m-71.08 48.76a52.14 52.14 0 0 0-31 4.17a40 40 0 0 1 66.62-44.17a76.26 76.26 0 0 0-35.62 40"/></svg>
</template>

CSS

.icon-cloud-sun-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M164%2072a76.2%2076.2%200%200%200-20.26%202.73a55.6%2055.6%200%200%200-9.41-11.54l9.51-13.57a8%208%200%201%200-13.11-9.18L121.22%2054A55.9%2055.9%200%200%200%2096%2048h-1.74l-2.89-16.29a8%208%200%201%200-15.75%202.77l2.88%2016.34a56.1%2056.1%200%200%200-23.27%2014.85l-13.62-9.53a8%208%200%201%200-9.17%2013.11L46%2078.77A55.55%2055.55%200%200%200%2040%20104v1.72l-16.29%202.88a8%208%200%200%200%201.38%2015.88a8%208%200%200%200%201.39-.12l16.32-2.88a55.7%2055.7%200%200%200%205.86%2012.42A52%2052%200%200%200%2084%20224h80a76%2076%200%200%200%200-152m-71.08%2048.76a52.14%2052.14%200%200%200-31%204.17a40%2040%200%200%201%2066.62-44.17a76.26%2076.26%200%200%200-35.62%2040%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M164%2072a76.2%2076.2%200%200%200-20.26%202.73a55.6%2055.6%200%200%200-9.41-11.54l9.51-13.57a8%208%200%201%200-13.11-9.18L121.22%2054A55.9%2055.9%200%200%200%2096%2048h-1.74l-2.89-16.29a8%208%200%201%200-15.75%202.77l2.88%2016.34a56.1%2056.1%200%200%200-23.27%2014.85l-13.62-9.53a8%208%200%201%200-9.17%2013.11L46%2078.77A55.55%2055.55%200%200%200%2040%20104v1.72l-16.29%202.88a8%208%200%200%200%201.38%2015.88a8%208%200%200%200%201.39-.12l16.32-2.88a55.7%2055.7%200%200%200%205.86%2012.42A52%2052%200%200%200%2084%20224h80a76%2076%200%200%200%200-152m-71.08%2048.76a52.14%2052.14%200%200%200-31%204.17a40%2040%200%200%201%2066.62-44.17a76.26%2076.26%200%200%200-35.62%2040%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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