cloud sun icon
cloud-sun from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- cloud-sun
- Set
- Phosphor
- Style
- Regular
- 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-152M56 104a40 40 0 0 1 72.54-23.24a76.26 76.26 0 0 0-35.62 40a52.14 52.14 0 0 0-31 4.17A40 40 0 0 1 56 104m108 104H84a36 36 0 1 1 4.78-71.69c-.37 2.37-.63 4.79-.77 7.23a8 8 0 0 0 16 .92a59 59 0 0 1 1.88-11.81c0-.16.09-.32.12-.48A60.06 60.06 0 1 1 164 208"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudSun(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-152M56 104a40 40 0 0 1 72.54-23.24a76.26 76.26 0 0 0-35.62 40a52.14 52.14 0 0 0-31 4.17A40 40 0 0 1 56 104m108 104H84a36 36 0 1 1 4.78-71.69c-.37 2.37-.63 4.79-.77 7.23a8 8 0 0 0 16 .92a59 59 0 0 1 1.88-11.81c0-.16.09-.32.12-.48A60.06 60.06 0 1 1 164 208"/></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-152M56 104a40 40 0 0 1 72.54-23.24a76.26 76.26 0 0 0-35.62 40a52.14 52.14 0 0 0-31 4.17A40 40 0 0 1 56 104m108 104H84a36 36 0 1 1 4.78-71.69c-.37 2.37-.63 4.79-.77 7.23a8 8 0 0 0 16 .92a59 59 0 0 1 1.88-11.81c0-.16.09-.32.12-.48A60.06 60.06 0 1 1 164 208"/></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%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-152M56%20104a40%2040%200%200%201%2072.54-23.24a76.26%2076.26%200%200%200-35.62%2040a52.14%2052.14%200%200%200-31%204.17A40%2040%200%200%201%2056%20104m108%20104H84a36%2036%200%201%201%204.78-71.69c-.37%202.37-.63%204.79-.77%207.23a8%208%200%200%200%2016%20.92a59%2059%200%200%201%201.88-11.81c0-.16.09-.32.12-.48A60.06%2060.06%200%201%201%20164%20208%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-152M56%20104a40%2040%200%200%201%2072.54-23.24a76.26%2076.26%200%200%200-35.62%2040a52.14%2052.14%200%200%200-31%204.17A40%2040%200%200%201%2056%20104m108%20104H84a36%2036%200%201%201%204.78-71.69c-.37%202.37-.63%204.79-.77%207.23a8%208%200%200%200%2016%20.92a59%2059%200%200%201%201.88-11.81c0-.16.09-.32.12-.48A60.06%2060.06%200%201%201%20164%20208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-sun.svg?color=%231a73e8&size=48