sun behind large cloud emoji
sun-behind-large-cloud from Noto Emoji by Google Inc · Default · Travel & Places · Apache-2.0 Free for personal and commercial use.
- Name
- sun-behind-large-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 large 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.12 39.22c-4.79 6.16-4.71 17.1 1.41 22.52c6.95 6.15 16.73 6.09 22.88.43c7.38-6.79 6.95-18.09.43-24.48c-6.55-6.44-18.26-6.78-24.72 1.53"/><path fill="#fee269" d="M36.81 37.11c-1.89-.84-3.97 1.44-4.87 3.01c-.9 1.56-1.74 4.63.18 5.41s3.31-.54 4.69-2.83c1.39-2.29 2.17-4.63 0-5.59"/><path fill="#ffa722" d="M41.74 28.53c-.46.86-.3 1.52.61 1.73c.91.22 6.59 1.14 7.07 1.17c.69.04.95-.48.87-1.08s-1.47-9.11-1.6-9.89s-.95-1.56-1.73-.52s-4.87 7.94-5.22 8.59m14.71 5.89c-.89.28-.87.82-.39 1.52c.48.69 3.77 5.72 4.08 6.07c.3.35.82.43 1.26-.09c.43-.52 5.85-8.11 6.25-8.59c.65-.78.26-1.6-.74-1.34c-.77.2-9.9 2.26-10.46 2.43M22.62 57.5c.61-1 1.39-.74 1.95.22c.39.65 3.64 5.03 3.95 5.51c.3.48.43 1.39-.52 1.6c-.95.22-8.72 2.26-9.93 2.47c-1.21.22-1.91-.74-1.13-1.78c.45-.61 5.33-7.46 5.68-8.02m-1.65-7.55c1.11.49 1.63.32 1.86-.48c.3-1.04 1.21-5.81 1.26-6.9c.03-.71-.26-1.39-1.34-1.21c-1.08.17-8.89 1.26-9.89 1.6c-1.16.4-1.08 1.68-.3 2.08c.91.49 7.63 4.56 8.41 4.91m13.49-18.21c.62-.5.43-1.21-.13-1.6s-7.53-5.43-8.41-6.12c-.78-.61-1.73-.39-1.47 1c.19 1 2.41 9.72 2.56 10.32c.17.69.69 1.04 1.3.61c.6-.44 5.5-3.69 6.15-4.21"/><path fill="#e2ebee" d="M107.33 76.86c-.14-.46 4.52-33.89-25.85-38.83c-27.2-4.42-33.1 20-33.1 20s-10.33-1.73-17.76 5.61c-6.13 6.05-6.93 12.86-6.93 12.86S16.1 75 9.46 80.07C2.78 85.17 4.41 90.5 4.41 90.5l15.36 10.62l90.55-2.72l12.86-3.44s2.21-7.81-5.25-13.8c-6.02-4.83-10.6-4.3-10.6-4.3"/><path fill="#b9ced3" d="M30.29 90.24s-5.41 3.54-14.13 2.6c-9.99-1.08-11.82-4.86-11.82-4.86s-1.09 7.4 4.93 12.39c5.44 4.51 12.29 3.35 21.83 3.41s73.63-.03 79.69.03c4.96.05 8.97-1.5 11.09-5.63c2.01-3.9 1.55-6.02 1.55-6.02s-3.61 2.24-11.47 1.32c-6.79-.79-10.11-3.53-10.11-3.53s-8.63 4.42-23.04 4.24c-15.1-.19-20.23-5.73-20.23-5.73s-4.9 4.64-15.67 4.37s-12.62-2.59-12.62-2.59"/></svg>
React
import type { SVGProps } from "react";
export function NotoSunBehindLargeCloud(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.12 39.22c-4.79 6.16-4.71 17.1 1.41 22.52c6.95 6.15 16.73 6.09 22.88.43c7.38-6.79 6.95-18.09.43-24.48c-6.55-6.44-18.26-6.78-24.72 1.53"/><path fill="#fee269" d="M36.81 37.11c-1.89-.84-3.97 1.44-4.87 3.01c-.9 1.56-1.74 4.63.18 5.41s3.31-.54 4.69-2.83c1.39-2.29 2.17-4.63 0-5.59"/><path fill="#ffa722" d="M41.74 28.53c-.46.86-.3 1.52.61 1.73c.91.22 6.59 1.14 7.07 1.17c.69.04.95-.48.87-1.08s-1.47-9.11-1.6-9.89s-.95-1.56-1.73-.52s-4.87 7.94-5.22 8.59m14.71 5.89c-.89.28-.87.82-.39 1.52c.48.69 3.77 5.72 4.08 6.07c.3.35.82.43 1.26-.09c.43-.52 5.85-8.11 6.25-8.59c.65-.78.26-1.6-.74-1.34c-.77.2-9.9 2.26-10.46 2.43M22.62 57.5c.61-1 1.39-.74 1.95.22c.39.65 3.64 5.03 3.95 5.51c.3.48.43 1.39-.52 1.6c-.95.22-8.72 2.26-9.93 2.47c-1.21.22-1.91-.74-1.13-1.78c.45-.61 5.33-7.46 5.68-8.02m-1.65-7.55c1.11.49 1.63.32 1.86-.48c.3-1.04 1.21-5.81 1.26-6.9c.03-.71-.26-1.39-1.34-1.21c-1.08.17-8.89 1.26-9.89 1.6c-1.16.4-1.08 1.68-.3 2.08c.91.49 7.63 4.56 8.41 4.91m13.49-18.21c.62-.5.43-1.21-.13-1.6s-7.53-5.43-8.41-6.12c-.78-.61-1.73-.39-1.47 1c.19 1 2.41 9.72 2.56 10.32c.17.69.69 1.04 1.3.61c.6-.44 5.5-3.69 6.15-4.21"/><path fill="#e2ebee" d="M107.33 76.86c-.14-.46 4.52-33.89-25.85-38.83c-27.2-4.42-33.1 20-33.1 20s-10.33-1.73-17.76 5.61c-6.13 6.05-6.93 12.86-6.93 12.86S16.1 75 9.46 80.07C2.78 85.17 4.41 90.5 4.41 90.5l15.36 10.62l90.55-2.72l12.86-3.44s2.21-7.81-5.25-13.8c-6.02-4.83-10.6-4.3-10.6-4.3"/><path fill="#b9ced3" d="M30.29 90.24s-5.41 3.54-14.13 2.6c-9.99-1.08-11.82-4.86-11.82-4.86s-1.09 7.4 4.93 12.39c5.44 4.51 12.29 3.35 21.83 3.41s73.63-.03 79.69.03c4.96.05 8.97-1.5 11.09-5.63c2.01-3.9 1.55-6.02 1.55-6.02s-3.61 2.24-11.47 1.32c-6.79-.79-10.11-3.53-10.11-3.53s-8.63 4.42-23.04 4.24c-15.1-.19-20.23-5.73-20.23-5.73s-4.9 4.64-15.67 4.37s-12.62-2.59-12.62-2.59"/></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.12 39.22c-4.79 6.16-4.71 17.1 1.41 22.52c6.95 6.15 16.73 6.09 22.88.43c7.38-6.79 6.95-18.09.43-24.48c-6.55-6.44-18.26-6.78-24.72 1.53"/><path fill="#fee269" d="M36.81 37.11c-1.89-.84-3.97 1.44-4.87 3.01c-.9 1.56-1.74 4.63.18 5.41s3.31-.54 4.69-2.83c1.39-2.29 2.17-4.63 0-5.59"/><path fill="#ffa722" d="M41.74 28.53c-.46.86-.3 1.52.61 1.73c.91.22 6.59 1.14 7.07 1.17c.69.04.95-.48.87-1.08s-1.47-9.11-1.6-9.89s-.95-1.56-1.73-.52s-4.87 7.94-5.22 8.59m14.71 5.89c-.89.28-.87.82-.39 1.52c.48.69 3.77 5.72 4.08 6.07c.3.35.82.43 1.26-.09c.43-.52 5.85-8.11 6.25-8.59c.65-.78.26-1.6-.74-1.34c-.77.2-9.9 2.26-10.46 2.43M22.62 57.5c.61-1 1.39-.74 1.95.22c.39.65 3.64 5.03 3.95 5.51c.3.48.43 1.39-.52 1.6c-.95.22-8.72 2.26-9.93 2.47c-1.21.22-1.91-.74-1.13-1.78c.45-.61 5.33-7.46 5.68-8.02m-1.65-7.55c1.11.49 1.63.32 1.86-.48c.3-1.04 1.21-5.81 1.26-6.9c.03-.71-.26-1.39-1.34-1.21c-1.08.17-8.89 1.26-9.89 1.6c-1.16.4-1.08 1.68-.3 2.08c.91.49 7.63 4.56 8.41 4.91m13.49-18.21c.62-.5.43-1.21-.13-1.6s-7.53-5.43-8.41-6.12c-.78-.61-1.73-.39-1.47 1c.19 1 2.41 9.72 2.56 10.32c.17.69.69 1.04 1.3.61c.6-.44 5.5-3.69 6.15-4.21"/><path fill="#e2ebee" d="M107.33 76.86c-.14-.46 4.52-33.89-25.85-38.83c-27.2-4.42-33.1 20-33.1 20s-10.33-1.73-17.76 5.61c-6.13 6.05-6.93 12.86-6.93 12.86S16.1 75 9.46 80.07C2.78 85.17 4.41 90.5 4.41 90.5l15.36 10.62l90.55-2.72l12.86-3.44s2.21-7.81-5.25-13.8c-6.02-4.83-10.6-4.3-10.6-4.3"/><path fill="#b9ced3" d="M30.29 90.24s-5.41 3.54-14.13 2.6c-9.99-1.08-11.82-4.86-11.82-4.86s-1.09 7.4 4.93 12.39c5.44 4.51 12.29 3.35 21.83 3.41s73.63-.03 79.69.03c4.96.05 8.97-1.5 11.09-5.63c2.01-3.9 1.55-6.02 1.55-6.02s-3.61 2.24-11.47 1.32c-6.79-.79-10.11-3.53-10.11-3.53s-8.63 4.42-23.04 4.24c-15.1-.19-20.23-5.73-20.23-5.73s-4.9 4.64-15.67 4.37s-12.62-2.59-12.62-2.59"/></svg> </template>
CSS
.icon-sun-behind-large-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.12%2039.22c-4.79%206.16-4.71%2017.1%201.41%2022.52c6.95%206.15%2016.73%206.09%2022.88.43c7.38-6.79%206.95-18.09.43-24.48c-6.55-6.44-18.26-6.78-24.72%201.53%22%2F%3E%3Cpath%20fill%3D%22%23fee269%22%20d%3D%22M36.81%2037.11c-1.89-.84-3.97%201.44-4.87%203.01c-.9%201.56-1.74%204.63.18%205.41s3.31-.54%204.69-2.83c1.39-2.29%202.17-4.63%200-5.59%22%2F%3E%3Cpath%20fill%3D%22%23ffa722%22%20d%3D%22M41.74%2028.53c-.46.86-.3%201.52.61%201.73c.91.22%206.59%201.14%207.07%201.17c.69.04.95-.48.87-1.08s-1.47-9.11-1.6-9.89s-.95-1.56-1.73-.52s-4.87%207.94-5.22%208.59m14.71%205.89c-.89.28-.87.82-.39%201.52c.48.69%203.77%205.72%204.08%206.07c.3.35.82.43%201.26-.09c.43-.52%205.85-8.11%206.25-8.59c.65-.78.26-1.6-.74-1.34c-.77.2-9.9%202.26-10.46%202.43M22.62%2057.5c.61-1%201.39-.74%201.95.22c.39.65%203.64%205.03%203.95%205.51c.3.48.43%201.39-.52%201.6c-.95.22-8.72%202.26-9.93%202.47c-1.21.22-1.91-.74-1.13-1.78c.45-.61%205.33-7.46%205.68-8.02m-1.65-7.55c1.11.49%201.63.32%201.86-.48c.3-1.04%201.21-5.81%201.26-6.9c.03-.71-.26-1.39-1.34-1.21c-1.08.17-8.89%201.26-9.89%201.6c-1.16.4-1.08%201.68-.3%202.08c.91.49%207.63%204.56%208.41%204.91m13.49-18.21c.62-.5.43-1.21-.13-1.6s-7.53-5.43-8.41-6.12c-.78-.61-1.73-.39-1.47%201c.19%201%202.41%209.72%202.56%2010.32c.17.69.69%201.04%201.3.61c.6-.44%205.5-3.69%206.15-4.21%22%2F%3E%3Cpath%20fill%3D%22%23e2ebee%22%20d%3D%22M107.33%2076.86c-.14-.46%204.52-33.89-25.85-38.83c-27.2-4.42-33.1%2020-33.1%2020s-10.33-1.73-17.76%205.61c-6.13%206.05-6.93%2012.86-6.93%2012.86S16.1%2075%209.46%2080.07C2.78%2085.17%204.41%2090.5%204.41%2090.5l15.36%2010.62l90.55-2.72l12.86-3.44s2.21-7.81-5.25-13.8c-6.02-4.83-10.6-4.3-10.6-4.3%22%2F%3E%3Cpath%20fill%3D%22%23b9ced3%22%20d%3D%22M30.29%2090.24s-5.41%203.54-14.13%202.6c-9.99-1.08-11.82-4.86-11.82-4.86s-1.09%207.4%204.93%2012.39c5.44%204.51%2012.29%203.35%2021.83%203.41s73.63-.03%2079.69.03c4.96.05%208.97-1.5%2011.09-5.63c2.01-3.9%201.55-6.02%201.55-6.02s-3.61%202.24-11.47%201.32c-6.79-.79-10.11-3.53-10.11-3.53s-8.63%204.42-23.04%204.24c-15.1-.19-20.23-5.73-20.23-5.73s-4.9%204.64-15.67%204.37s-12.62-2.59-12.62-2.59%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.12%2039.22c-4.79%206.16-4.71%2017.1%201.41%2022.52c6.95%206.15%2016.73%206.09%2022.88.43c7.38-6.79%206.95-18.09.43-24.48c-6.55-6.44-18.26-6.78-24.72%201.53%22%2F%3E%3Cpath%20fill%3D%22%23fee269%22%20d%3D%22M36.81%2037.11c-1.89-.84-3.97%201.44-4.87%203.01c-.9%201.56-1.74%204.63.18%205.41s3.31-.54%204.69-2.83c1.39-2.29%202.17-4.63%200-5.59%22%2F%3E%3Cpath%20fill%3D%22%23ffa722%22%20d%3D%22M41.74%2028.53c-.46.86-.3%201.52.61%201.73c.91.22%206.59%201.14%207.07%201.17c.69.04.95-.48.87-1.08s-1.47-9.11-1.6-9.89s-.95-1.56-1.73-.52s-4.87%207.94-5.22%208.59m14.71%205.89c-.89.28-.87.82-.39%201.52c.48.69%203.77%205.72%204.08%206.07c.3.35.82.43%201.26-.09c.43-.52%205.85-8.11%206.25-8.59c.65-.78.26-1.6-.74-1.34c-.77.2-9.9%202.26-10.46%202.43M22.62%2057.5c.61-1%201.39-.74%201.95.22c.39.65%203.64%205.03%203.95%205.51c.3.48.43%201.39-.52%201.6c-.95.22-8.72%202.26-9.93%202.47c-1.21.22-1.91-.74-1.13-1.78c.45-.61%205.33-7.46%205.68-8.02m-1.65-7.55c1.11.49%201.63.32%201.86-.48c.3-1.04%201.21-5.81%201.26-6.9c.03-.71-.26-1.39-1.34-1.21c-1.08.17-8.89%201.26-9.89%201.6c-1.16.4-1.08%201.68-.3%202.08c.91.49%207.63%204.56%208.41%204.91m13.49-18.21c.62-.5.43-1.21-.13-1.6s-7.53-5.43-8.41-6.12c-.78-.61-1.73-.39-1.47%201c.19%201%202.41%209.72%202.56%2010.32c.17.69.69%201.04%201.3.61c.6-.44%205.5-3.69%206.15-4.21%22%2F%3E%3Cpath%20fill%3D%22%23e2ebee%22%20d%3D%22M107.33%2076.86c-.14-.46%204.52-33.89-25.85-38.83c-27.2-4.42-33.1%2020-33.1%2020s-10.33-1.73-17.76%205.61c-6.13%206.05-6.93%2012.86-6.93%2012.86S16.1%2075%209.46%2080.07C2.78%2085.17%204.41%2090.5%204.41%2090.5l15.36%2010.62l90.55-2.72l12.86-3.44s2.21-7.81-5.25-13.8c-6.02-4.83-10.6-4.3-10.6-4.3%22%2F%3E%3Cpath%20fill%3D%22%23b9ced3%22%20d%3D%22M30.29%2090.24s-5.41%203.54-14.13%202.6c-9.99-1.08-11.82-4.86-11.82-4.86s-1.09%207.4%204.93%2012.39c5.44%204.51%2012.29%203.35%2021.83%203.41s73.63-.03%2079.69.03c4.96.05%208.97-1.5%2011.09-5.63c2.01-3.9%201.55-6.02%201.55-6.02s-3.61%202.24-11.47%201.32c-6.79-.79-10.11-3.53-10.11-3.53s-8.63%204.42-23.04%204.24c-15.1-.19-20.23-5.73-20.23-5.73s-4.9%204.64-15.67%204.37s-12.62-2.59-12.62-2.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/sun-behind-large-cloud.svg?color=%231a73e8&size=48