cloud sun icon
cloud-sun-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- cloud-sun-light
- Set
- Phosphor
- Style
- Light
- 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 74a74.2 74.2 0 0 0-21.18 3.09a54.1 54.1 0 0 0-11.14-13.61l10.52-15a6 6 0 1 0-9.83-6.89l-10.52 15A53.9 53.9 0 0 0 96 50c-1.15 0-2.28 0-3.41.12L89.4 32.05a6 6 0 1 0-11.81 2.09l3.18 18.06a54 54 0 0 0-25.25 16.12L40.47 57.78a6 6 0 0 0-6.89 9.83l15 10.52A53.7 53.7 0 0 0 42 104c0 1.13 0 2.26.12 3.39l-18.07 3.18a6 6 0 0 0 1 11.91a6.4 6.4 0 0 0 1.05-.09l18.1-3.19a53.5 53.5 0 0 0 7.08 15A50 50 0 0 0 84 222h80a74 74 0 0 0 0-148M54 104a42 42 0 0 1 77.48-22.49A74.3 74.3 0 0 0 94.2 123a50.4 50.4 0 0 0-10.2-1a49.65 49.65 0 0 0-22.79 5.52A42 42 0 0 1 54 104m110 106H84a38 38 0 1 1 7.08-75.34a76 76 0 0 0-1.07 9a6 6 0 0 0 12 .7a61.5 61.5 0 0 1 2-12.24c0-.15.08-.29.11-.43A62.06 62.06 0 1 1 164 210"/></svg>
React
import type { SVGProps } from "react";
export function PhCloudSunLight(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 74a74.2 74.2 0 0 0-21.18 3.09a54.1 54.1 0 0 0-11.14-13.61l10.52-15a6 6 0 1 0-9.83-6.89l-10.52 15A53.9 53.9 0 0 0 96 50c-1.15 0-2.28 0-3.41.12L89.4 32.05a6 6 0 1 0-11.81 2.09l3.18 18.06a54 54 0 0 0-25.25 16.12L40.47 57.78a6 6 0 0 0-6.89 9.83l15 10.52A53.7 53.7 0 0 0 42 104c0 1.13 0 2.26.12 3.39l-18.07 3.18a6 6 0 0 0 1 11.91a6.4 6.4 0 0 0 1.05-.09l18.1-3.19a53.5 53.5 0 0 0 7.08 15A50 50 0 0 0 84 222h80a74 74 0 0 0 0-148M54 104a42 42 0 0 1 77.48-22.49A74.3 74.3 0 0 0 94.2 123a50.4 50.4 0 0 0-10.2-1a49.65 49.65 0 0 0-22.79 5.52A42 42 0 0 1 54 104m110 106H84a38 38 0 1 1 7.08-75.34a76 76 0 0 0-1.07 9a6 6 0 0 0 12 .7a61.5 61.5 0 0 1 2-12.24c0-.15.08-.29.11-.43A62.06 62.06 0 1 1 164 210"/></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 74a74.2 74.2 0 0 0-21.18 3.09a54.1 54.1 0 0 0-11.14-13.61l10.52-15a6 6 0 1 0-9.83-6.89l-10.52 15A53.9 53.9 0 0 0 96 50c-1.15 0-2.28 0-3.41.12L89.4 32.05a6 6 0 1 0-11.81 2.09l3.18 18.06a54 54 0 0 0-25.25 16.12L40.47 57.78a6 6 0 0 0-6.89 9.83l15 10.52A53.7 53.7 0 0 0 42 104c0 1.13 0 2.26.12 3.39l-18.07 3.18a6 6 0 0 0 1 11.91a6.4 6.4 0 0 0 1.05-.09l18.1-3.19a53.5 53.5 0 0 0 7.08 15A50 50 0 0 0 84 222h80a74 74 0 0 0 0-148M54 104a42 42 0 0 1 77.48-22.49A74.3 74.3 0 0 0 94.2 123a50.4 50.4 0 0 0-10.2-1a49.65 49.65 0 0 0-22.79 5.52A42 42 0 0 1 54 104m110 106H84a38 38 0 1 1 7.08-75.34a76 76 0 0 0-1.07 9a6 6 0 0 0 12 .7a61.5 61.5 0 0 1 2-12.24c0-.15.08-.29.11-.43A62.06 62.06 0 1 1 164 210"/></svg> </template>
CSS
.icon-cloud-sun-light {
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%2074a74.2%2074.2%200%200%200-21.18%203.09a54.1%2054.1%200%200%200-11.14-13.61l10.52-15a6%206%200%201%200-9.83-6.89l-10.52%2015A53.9%2053.9%200%200%200%2096%2050c-1.15%200-2.28%200-3.41.12L89.4%2032.05a6%206%200%201%200-11.81%202.09l3.18%2018.06a54%2054%200%200%200-25.25%2016.12L40.47%2057.78a6%206%200%200%200-6.89%209.83l15%2010.52A53.7%2053.7%200%200%200%2042%20104c0%201.13%200%202.26.12%203.39l-18.07%203.18a6%206%200%200%200%201%2011.91a6.4%206.4%200%200%200%201.05-.09l18.1-3.19a53.5%2053.5%200%200%200%207.08%2015A50%2050%200%200%200%2084%20222h80a74%2074%200%200%200%200-148M54%20104a42%2042%200%200%201%2077.48-22.49A74.3%2074.3%200%200%200%2094.2%20123a50.4%2050.4%200%200%200-10.2-1a49.65%2049.65%200%200%200-22.79%205.52A42%2042%200%200%201%2054%20104m110%20106H84a38%2038%200%201%201%207.08-75.34a76%2076%200%200%200-1.07%209a6%206%200%200%200%2012%20.7a61.5%2061.5%200%200%201%202-12.24c0-.15.08-.29.11-.43A62.06%2062.06%200%201%201%20164%20210%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%2074a74.2%2074.2%200%200%200-21.18%203.09a54.1%2054.1%200%200%200-11.14-13.61l10.52-15a6%206%200%201%200-9.83-6.89l-10.52%2015A53.9%2053.9%200%200%200%2096%2050c-1.15%200-2.28%200-3.41.12L89.4%2032.05a6%206%200%201%200-11.81%202.09l3.18%2018.06a54%2054%200%200%200-25.25%2016.12L40.47%2057.78a6%206%200%200%200-6.89%209.83l15%2010.52A53.7%2053.7%200%200%200%2042%20104c0%201.13%200%202.26.12%203.39l-18.07%203.18a6%206%200%200%200%201%2011.91a6.4%206.4%200%200%200%201.05-.09l18.1-3.19a53.5%2053.5%200%200%200%207.08%2015A50%2050%200%200%200%2084%20222h80a74%2074%200%200%200%200-148M54%20104a42%2042%200%200%201%2077.48-22.49A74.3%2074.3%200%200%200%2094.2%20123a50.4%2050.4%200%200%200-10.2-1a49.65%2049.65%200%200%200-22.79%205.52A42%2042%200%200%201%2054%20104m110%20106H84a38%2038%200%201%201%207.08-75.34a76%2076%200%200%200-1.07%209a6%206%200%200%200%2012%20.7a61.5%2061.5%200%200%201%202-12.24c0-.15.08-.29.11-.43A62.06%2062.06%200%201%201%20164%20210%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cloud-sun-light.svg?color=%231a73e8&size=48