sun behind cloud emoji
sun-behind-cloud from Noto Emoji by Google Inc · Default · Travel & Places · Apache-2.0 Free for personal and commercial use.
- Name
- sun-behind-cloud
- Set
- Noto Emoji
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More travel & places icons from Noto Emoji
Use the sun behind cloud emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fcc11a" d="M29.53 45.25c-7.14 9.17-7.02 25.48 2.11 33.55c10.36 9.17 24.93 9.08 34.1.64c10.99-10.11 10.36-26.95.64-36.48c-9.77-9.59-27.23-10.09-36.85 2.29"/><path fill="#fee269" d="M40.99 42.1c-2.82-1.25-5.91 2.15-7.26 4.48s-2.6 6.9.27 8.06s4.93-.81 6.99-4.21s3.22-6.89 0-8.33"/><path fill="#ffa722" d="M48.34 29.31c-.68 1.28-.45 2.26.9 2.59c1.36.32 9.82 1.7 10.53 1.74c1.03.06 1.42-.71 1.29-1.62c-.13-.9-2.2-13.57-2.39-14.74c-.19-1.16-1.42-2.33-2.59-.78c-1.15 1.57-7.23 11.84-7.74 12.81m21.91 8.79c-1.33.41-1.29 1.23-.58 2.26s5.62 8.53 6.08 9.05s1.23.65 1.87-.13s8.72-12.09 9.31-12.8c.97-1.16.39-2.39-1.1-2c-1.14.3-14.74 3.37-15.58 3.62M19.84 72.49c.9-1.49 2.07-1.1 2.91.32c.58.97 5.43 7.5 5.88 8.21s.65 2.07-.78 2.39c-1.42.32-12.99 3.36-14.8 3.68s-2.84-1.1-1.68-2.65c.68-.9 7.95-11.11 8.47-11.95m-2.46-11.25c1.65.74 2.43.47 2.78-.71c.45-1.55 1.81-8.66 1.87-10.28c.04-1.05-.39-2.07-2-1.81c-1.62.26-13.25 1.87-14.74 2.39c-1.73.6-1.6 2.5-.45 3.1c1.36.72 11.38 6.79 12.54 7.31m20.1-27.14c.93-.74.65-1.81-.19-2.39s-11.22-8.09-12.54-9.11c-1.16-.9-2.59-.58-2.2 1.49c.28 1.48 3.59 14.48 3.81 15.38c.26 1.03 1.03 1.55 1.94.9s8.21-5.5 9.18-6.27"/><path fill="#e2ebee" d="M109.13 81.18s1.45-28.45-21.58-34s-29.74 16.79-29.74 16.79s-7.68-1.79-14.8 4.13c-5.59 4.65-6.38 11.63-6.38 11.63s-7.35-1.12-13.47 4.82c-4.43 4.3-4 9.82-4 9.82l8.92 7.84l90.65-2.45l4.77-5.12s.76-5.68-4.54-9.95c-5.3-4.28-9.83-3.51-9.83-3.51"/><path fill="#b9ced3" d="M40.64 92.23s3.61 4.08 15.06 3.81s14.46-3.27 14.46-3.27s5.02 5.27 19.53 4.15s18.68-4.18 18.68-4.18s3.54 2.53 8.02 2.6c4.47.07 7.11-.71 7.11-.71s-.47 3.56-2.03 5.84s-4.16 4.02-8.27 3.99c-4.12-.03-16.64.08-29.35.06s-49.03.19-54.4-.04c-4.09-.17-7.06-2.58-8.43-4.62c-2.19-3.26-1.83-6.7-1.83-6.7s4.12 3.23 9.68 2.99c7.6-.32 11.77-3.92 11.77-3.92"/></svg>
React
import type { SVGProps } from "react";
export function NotoSunBehindCloud(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fcc11a" d="M29.53 45.25c-7.14 9.17-7.02 25.48 2.11 33.55c10.36 9.17 24.93 9.08 34.1.64c10.99-10.11 10.36-26.95.64-36.48c-9.77-9.59-27.23-10.09-36.85 2.29"/><path fill="#fee269" d="M40.99 42.1c-2.82-1.25-5.91 2.15-7.26 4.48s-2.6 6.9.27 8.06s4.93-.81 6.99-4.21s3.22-6.89 0-8.33"/><path fill="#ffa722" d="M48.34 29.31c-.68 1.28-.45 2.26.9 2.59c1.36.32 9.82 1.7 10.53 1.74c1.03.06 1.42-.71 1.29-1.62c-.13-.9-2.2-13.57-2.39-14.74c-.19-1.16-1.42-2.33-2.59-.78c-1.15 1.57-7.23 11.84-7.74 12.81m21.91 8.79c-1.33.41-1.29 1.23-.58 2.26s5.62 8.53 6.08 9.05s1.23.65 1.87-.13s8.72-12.09 9.31-12.8c.97-1.16.39-2.39-1.1-2c-1.14.3-14.74 3.37-15.58 3.62M19.84 72.49c.9-1.49 2.07-1.1 2.91.32c.58.97 5.43 7.5 5.88 8.21s.65 2.07-.78 2.39c-1.42.32-12.99 3.36-14.8 3.68s-2.84-1.1-1.68-2.65c.68-.9 7.95-11.11 8.47-11.95m-2.46-11.25c1.65.74 2.43.47 2.78-.71c.45-1.55 1.81-8.66 1.87-10.28c.04-1.05-.39-2.07-2-1.81c-1.62.26-13.25 1.87-14.74 2.39c-1.73.6-1.6 2.5-.45 3.1c1.36.72 11.38 6.79 12.54 7.31m20.1-27.14c.93-.74.65-1.81-.19-2.39s-11.22-8.09-12.54-9.11c-1.16-.9-2.59-.58-2.2 1.49c.28 1.48 3.59 14.48 3.81 15.38c.26 1.03 1.03 1.55 1.94.9s8.21-5.5 9.18-6.27"/><path fill="#e2ebee" d="M109.13 81.18s1.45-28.45-21.58-34s-29.74 16.79-29.74 16.79s-7.68-1.79-14.8 4.13c-5.59 4.65-6.38 11.63-6.38 11.63s-7.35-1.12-13.47 4.82c-4.43 4.3-4 9.82-4 9.82l8.92 7.84l90.65-2.45l4.77-5.12s.76-5.68-4.54-9.95c-5.3-4.28-9.83-3.51-9.83-3.51"/><path fill="#b9ced3" d="M40.64 92.23s3.61 4.08 15.06 3.81s14.46-3.27 14.46-3.27s5.02 5.27 19.53 4.15s18.68-4.18 18.68-4.18s3.54 2.53 8.02 2.6c4.47.07 7.11-.71 7.11-.71s-.47 3.56-2.03 5.84s-4.16 4.02-8.27 3.99c-4.12-.03-16.64.08-29.35.06s-49.03.19-54.4-.04c-4.09-.17-7.06-2.58-8.43-4.62c-2.19-3.26-1.83-6.7-1.83-6.7s4.12 3.23 9.68 2.99c7.6-.32 11.77-3.92 11.77-3.92"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fcc11a" d="M29.53 45.25c-7.14 9.17-7.02 25.48 2.11 33.55c10.36 9.17 24.93 9.08 34.1.64c10.99-10.11 10.36-26.95.64-36.48c-9.77-9.59-27.23-10.09-36.85 2.29"/><path fill="#fee269" d="M40.99 42.1c-2.82-1.25-5.91 2.15-7.26 4.48s-2.6 6.9.27 8.06s4.93-.81 6.99-4.21s3.22-6.89 0-8.33"/><path fill="#ffa722" d="M48.34 29.31c-.68 1.28-.45 2.26.9 2.59c1.36.32 9.82 1.7 10.53 1.74c1.03.06 1.42-.71 1.29-1.62c-.13-.9-2.2-13.57-2.39-14.74c-.19-1.16-1.42-2.33-2.59-.78c-1.15 1.57-7.23 11.84-7.74 12.81m21.91 8.79c-1.33.41-1.29 1.23-.58 2.26s5.62 8.53 6.08 9.05s1.23.65 1.87-.13s8.72-12.09 9.31-12.8c.97-1.16.39-2.39-1.1-2c-1.14.3-14.74 3.37-15.58 3.62M19.84 72.49c.9-1.49 2.07-1.1 2.91.32c.58.97 5.43 7.5 5.88 8.21s.65 2.07-.78 2.39c-1.42.32-12.99 3.36-14.8 3.68s-2.84-1.1-1.68-2.65c.68-.9 7.95-11.11 8.47-11.95m-2.46-11.25c1.65.74 2.43.47 2.78-.71c.45-1.55 1.81-8.66 1.87-10.28c.04-1.05-.39-2.07-2-1.81c-1.62.26-13.25 1.87-14.74 2.39c-1.73.6-1.6 2.5-.45 3.1c1.36.72 11.38 6.79 12.54 7.31m20.1-27.14c.93-.74.65-1.81-.19-2.39s-11.22-8.09-12.54-9.11c-1.16-.9-2.59-.58-2.2 1.49c.28 1.48 3.59 14.48 3.81 15.38c.26 1.03 1.03 1.55 1.94.9s8.21-5.5 9.18-6.27"/><path fill="#e2ebee" d="M109.13 81.18s1.45-28.45-21.58-34s-29.74 16.79-29.74 16.79s-7.68-1.79-14.8 4.13c-5.59 4.65-6.38 11.63-6.38 11.63s-7.35-1.12-13.47 4.82c-4.43 4.3-4 9.82-4 9.82l8.92 7.84l90.65-2.45l4.77-5.12s.76-5.68-4.54-9.95c-5.3-4.28-9.83-3.51-9.83-3.51"/><path fill="#b9ced3" d="M40.64 92.23s3.61 4.08 15.06 3.81s14.46-3.27 14.46-3.27s5.02 5.27 19.53 4.15s18.68-4.18 18.68-4.18s3.54 2.53 8.02 2.6c4.47.07 7.11-.71 7.11-.71s-.47 3.56-2.03 5.84s-4.16 4.02-8.27 3.99c-4.12-.03-16.64.08-29.35.06s-49.03.19-54.4-.04c-4.09-.17-7.06-2.58-8.43-4.62c-2.19-3.26-1.83-6.7-1.83-6.7s4.12 3.23 9.68 2.99c7.6-.32 11.77-3.92 11.77-3.92"/></svg> </template>
CSS
.icon-sun-behind-cloud {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fcc11a%22%20d%3D%22M29.53%2045.25c-7.14%209.17-7.02%2025.48%202.11%2033.55c10.36%209.17%2024.93%209.08%2034.1.64c10.99-10.11%2010.36-26.95.64-36.48c-9.77-9.59-27.23-10.09-36.85%202.29%22%2F%3E%3Cpath%20fill%3D%22%23fee269%22%20d%3D%22M40.99%2042.1c-2.82-1.25-5.91%202.15-7.26%204.48s-2.6%206.9.27%208.06s4.93-.81%206.99-4.21s3.22-6.89%200-8.33%22%2F%3E%3Cpath%20fill%3D%22%23ffa722%22%20d%3D%22M48.34%2029.31c-.68%201.28-.45%202.26.9%202.59c1.36.32%209.82%201.7%2010.53%201.74c1.03.06%201.42-.71%201.29-1.62c-.13-.9-2.2-13.57-2.39-14.74c-.19-1.16-1.42-2.33-2.59-.78c-1.15%201.57-7.23%2011.84-7.74%2012.81m21.91%208.79c-1.33.41-1.29%201.23-.58%202.26s5.62%208.53%206.08%209.05s1.23.65%201.87-.13s8.72-12.09%209.31-12.8c.97-1.16.39-2.39-1.1-2c-1.14.3-14.74%203.37-15.58%203.62M19.84%2072.49c.9-1.49%202.07-1.1%202.91.32c.58.97%205.43%207.5%205.88%208.21s.65%202.07-.78%202.39c-1.42.32-12.99%203.36-14.8%203.68s-2.84-1.1-1.68-2.65c.68-.9%207.95-11.11%208.47-11.95m-2.46-11.25c1.65.74%202.43.47%202.78-.71c.45-1.55%201.81-8.66%201.87-10.28c.04-1.05-.39-2.07-2-1.81c-1.62.26-13.25%201.87-14.74%202.39c-1.73.6-1.6%202.5-.45%203.1c1.36.72%2011.38%206.79%2012.54%207.31m20.1-27.14c.93-.74.65-1.81-.19-2.39s-11.22-8.09-12.54-9.11c-1.16-.9-2.59-.58-2.2%201.49c.28%201.48%203.59%2014.48%203.81%2015.38c.26%201.03%201.03%201.55%201.94.9s8.21-5.5%209.18-6.27%22%2F%3E%3Cpath%20fill%3D%22%23e2ebee%22%20d%3D%22M109.13%2081.18s1.45-28.45-21.58-34s-29.74%2016.79-29.74%2016.79s-7.68-1.79-14.8%204.13c-5.59%204.65-6.38%2011.63-6.38%2011.63s-7.35-1.12-13.47%204.82c-4.43%204.3-4%209.82-4%209.82l8.92%207.84l90.65-2.45l4.77-5.12s.76-5.68-4.54-9.95c-5.3-4.28-9.83-3.51-9.83-3.51%22%2F%3E%3Cpath%20fill%3D%22%23b9ced3%22%20d%3D%22M40.64%2092.23s3.61%204.08%2015.06%203.81s14.46-3.27%2014.46-3.27s5.02%205.27%2019.53%204.15s18.68-4.18%2018.68-4.18s3.54%202.53%208.02%202.6c4.47.07%207.11-.71%207.11-.71s-.47%203.56-2.03%205.84s-4.16%204.02-8.27%203.99c-4.12-.03-16.64.08-29.35.06s-49.03.19-54.4-.04c-4.09-.17-7.06-2.58-8.43-4.62c-2.19-3.26-1.83-6.7-1.83-6.7s4.12%203.23%209.68%202.99c7.6-.32%2011.77-3.92%2011.77-3.92%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fcc11a%22%20d%3D%22M29.53%2045.25c-7.14%209.17-7.02%2025.48%202.11%2033.55c10.36%209.17%2024.93%209.08%2034.1.64c10.99-10.11%2010.36-26.95.64-36.48c-9.77-9.59-27.23-10.09-36.85%202.29%22%2F%3E%3Cpath%20fill%3D%22%23fee269%22%20d%3D%22M40.99%2042.1c-2.82-1.25-5.91%202.15-7.26%204.48s-2.6%206.9.27%208.06s4.93-.81%206.99-4.21s3.22-6.89%200-8.33%22%2F%3E%3Cpath%20fill%3D%22%23ffa722%22%20d%3D%22M48.34%2029.31c-.68%201.28-.45%202.26.9%202.59c1.36.32%209.82%201.7%2010.53%201.74c1.03.06%201.42-.71%201.29-1.62c-.13-.9-2.2-13.57-2.39-14.74c-.19-1.16-1.42-2.33-2.59-.78c-1.15%201.57-7.23%2011.84-7.74%2012.81m21.91%208.79c-1.33.41-1.29%201.23-.58%202.26s5.62%208.53%206.08%209.05s1.23.65%201.87-.13s8.72-12.09%209.31-12.8c.97-1.16.39-2.39-1.1-2c-1.14.3-14.74%203.37-15.58%203.62M19.84%2072.49c.9-1.49%202.07-1.1%202.91.32c.58.97%205.43%207.5%205.88%208.21s.65%202.07-.78%202.39c-1.42.32-12.99%203.36-14.8%203.68s-2.84-1.1-1.68-2.65c.68-.9%207.95-11.11%208.47-11.95m-2.46-11.25c1.65.74%202.43.47%202.78-.71c.45-1.55%201.81-8.66%201.87-10.28c.04-1.05-.39-2.07-2-1.81c-1.62.26-13.25%201.87-14.74%202.39c-1.73.6-1.6%202.5-.45%203.1c1.36.72%2011.38%206.79%2012.54%207.31m20.1-27.14c.93-.74.65-1.81-.19-2.39s-11.22-8.09-12.54-9.11c-1.16-.9-2.59-.58-2.2%201.49c.28%201.48%203.59%2014.48%203.81%2015.38c.26%201.03%201.03%201.55%201.94.9s8.21-5.5%209.18-6.27%22%2F%3E%3Cpath%20fill%3D%22%23e2ebee%22%20d%3D%22M109.13%2081.18s1.45-28.45-21.58-34s-29.74%2016.79-29.74%2016.79s-7.68-1.79-14.8%204.13c-5.59%204.65-6.38%2011.63-6.38%2011.63s-7.35-1.12-13.47%204.82c-4.43%204.3-4%209.82-4%209.82l8.92%207.84l90.65-2.45l4.77-5.12s.76-5.68-4.54-9.95c-5.3-4.28-9.83-3.51-9.83-3.51%22%2F%3E%3Cpath%20fill%3D%22%23b9ced3%22%20d%3D%22M40.64%2092.23s3.61%204.08%2015.06%203.81s14.46-3.27%2014.46-3.27s5.02%205.27%2019.53%204.15s18.68-4.18%2018.68-4.18s3.54%202.53%208.02%202.6c4.47.07%207.11-.71%207.11-.71s-.47%203.56-2.03%205.84s-4.16%204.02-8.27%203.99c-4.12-.03-16.64.08-29.35.06s-49.03.19-54.4-.04c-4.09-.17-7.06-2.58-8.43-4.62c-2.19-3.26-1.83-6.7-1.83-6.7s4.12%203.23%209.68%202.99c7.6-.32%2011.77-3.92%2011.77-3.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/sun-behind-cloud.svg?color=%231a73e8&size=48