cloud sun icon
cloud-sun from Font Awesome 6 Solid by Dave Gandy · Regular · Autumn · CC-BY-4.0 Attribution required.
- Name
- cloud-sun
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Autumn
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
More autumn icons from Font Awesome 6 Solid
Use the cloud sun icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1L317.9 98l84.7 14.1c5.4.9 10 4.5 12.1 9.6s1.5 10.9-1.6 15.4l-38.5 55c-2.2-.1-4.4-.2-6.7-.2c-23.3 0-45.1 6.2-64 17.1v-1.1c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c8.1 0 15.9-1 23.4-2.9c-36.6 18.1-63.3 53.1-69.8 94.9l-24.4 17c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1l-14-84.5l-84.7-14.1c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208L2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6l84.7-14.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5l70.8-49.6c4.5-3.2 10.3-3.8 15.4-1.6zM144 208a64 64 0 1 1 128 0a64 64 0 1 1-128 0m495.9 223.9c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6V320c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidCloudSun(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1L317.9 98l84.7 14.1c5.4.9 10 4.5 12.1 9.6s1.5 10.9-1.6 15.4l-38.5 55c-2.2-.1-4.4-.2-6.7-.2c-23.3 0-45.1 6.2-64 17.1v-1.1c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c8.1 0 15.9-1 23.4-2.9c-36.6 18.1-63.3 53.1-69.8 94.9l-24.4 17c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1l-14-84.5l-84.7-14.1c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208L2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6l84.7-14.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5l70.8-49.6c4.5-3.2 10.3-3.8 15.4-1.6zM144 208a64 64 0 1 1 128 0a64 64 0 1 1-128 0m495.9 223.9c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6V320c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1L317.9 98l84.7 14.1c5.4.9 10 4.5 12.1 9.6s1.5 10.9-1.6 15.4l-38.5 55c-2.2-.1-4.4-.2-6.7-.2c-23.3 0-45.1 6.2-64 17.1v-1.1c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c8.1 0 15.9-1 23.4-2.9c-36.6 18.1-63.3 53.1-69.8 94.9l-24.4 17c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1l-14-84.5l-84.7-14.1c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208L2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6l84.7-14.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5l70.8-49.6c4.5-3.2 10.3-3.8 15.4-1.6zM144 208a64 64 0 1 1 128 0a64 64 0 1 1-128 0m495.9 223.9c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6V320c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7"/></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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M294.2%201.2c5.1%202.1%208.7%206.7%209.6%2012.1L317.9%2098l84.7%2014.1c5.4.9%2010%204.5%2012.1%209.6s1.5%2010.9-1.6%2015.4l-38.5%2055c-2.2-.1-4.4-.2-6.7-.2c-23.3%200-45.1%206.2-64%2017.1v-1.1c0-53-43-96-96-96s-96%2043-96%2096s43%2096%2096%2096c8.1%200%2015.9-1%2023.4-2.9c-36.6%2018.1-63.3%2053.1-69.8%2094.9l-24.4%2017c-4.5%203.2-10.3%203.8-15.4%201.6s-8.7-6.7-9.6-12.1l-14-84.5l-84.7-14.1c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9%201.6-15.4L52.5%20208L2.9%20137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7%2012.1-9.6l84.7-14.1l14.1-84.7c.9-5.4%204.5-10%209.6-12.1s10.9-1.5%2015.4%201.6L208%2052.5l70.8-49.6c4.5-3.2%2010.3-3.8%2015.4-1.6zM144%20208a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200m495.9%20223.9c0%2044.2-35.8%2080-80%2080H288c-53%200-96-43-96-96c0-47.6%2034.6-87%2080-94.6V320c0-53%2043-96%2096-96c34.9%200%2065.4%2018.6%2082.2%2046.4c13-9.1%2028.8-14.4%2045.8-14.4c44.2%200%2080%2035.8%2080%2080c0%205.9-.6%2011.7-1.9%2017.2c37.4%206.7%2065.8%2039.4%2065.8%2078.7%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M294.2%201.2c5.1%202.1%208.7%206.7%209.6%2012.1L317.9%2098l84.7%2014.1c5.4.9%2010%204.5%2012.1%209.6s1.5%2010.9-1.6%2015.4l-38.5%2055c-2.2-.1-4.4-.2-6.7-.2c-23.3%200-45.1%206.2-64%2017.1v-1.1c0-53-43-96-96-96s-96%2043-96%2096s43%2096%2096%2096c8.1%200%2015.9-1%2023.4-2.9c-36.6%2018.1-63.3%2053.1-69.8%2094.9l-24.4%2017c-4.5%203.2-10.3%203.8-15.4%201.6s-8.7-6.7-9.6-12.1l-14-84.5l-84.7-14.1c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9%201.6-15.4L52.5%20208L2.9%20137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7%2012.1-9.6l84.7-14.1l14.1-84.7c.9-5.4%204.5-10%209.6-12.1s10.9-1.5%2015.4%201.6L208%2052.5l70.8-49.6c4.5-3.2%2010.3-3.8%2015.4-1.6zM144%20208a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200m495.9%20223.9c0%2044.2-35.8%2080-80%2080H288c-53%200-96-43-96-96c0-47.6%2034.6-87%2080-94.6V320c0-53%2043-96%2096-96c34.9%200%2065.4%2018.6%2082.2%2046.4c13-9.1%2028.8-14.4%2045.8-14.4c44.2%200%2080%2035.8%2080%2080c0%205.9-.6%2011.7-1.9%2017.2c37.4%206.7%2065.8%2039.4%2065.8%2078.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/cloud-sun.svg?color=%231a73e8&size=48