sun behind large cloud emoji

sun-behind-large-cloud from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
sun-behind-large-cloud
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the sun behind large cloud emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.03 4.925c.6-1.24 2.36-1.23 2.95.01c.22.47.79.65 1.24.41l.28-.15c1.1-.59 2.39.36 2.16 1.58l-.06.31c-.1.51.25.99.76 1.06l.32.04a1.483 1.483 0 0 1 1.286 1.576a7.76 7.76 0 0 1 3.56 2.285a8.97 8.97 0 0 1 6.714 2.544c3.29 3.21 3.58 8.33.86 11.89A8.37 8.37 0 0 1 21.27 30H8.58c-2.11 0-3.98-1-5.17-2.56A6.47 6.47 0 0 1 2 23.41a6.45 6.45 0 0 1 3.013-5.466a1.47 1.47 0 0 1-.703-1.549l.06-.31c.1-.51-.25-.99-.76-1.06l-.32-.04c-1.24-.17-1.73-1.69-.82-2.55l.23-.22c.38-.35.38-.95 0-1.31l-.23-.22c-.9-.86-.4-2.38.84-2.54l.32-.04c.51-.07.86-.55.77-1.05l-.06-.31c-.22-1.23 1.08-2.17 2.17-1.57l.28.15c.45.25 1.02.06 1.24-.4m6.904 4.509A5.882 5.882 0 0 0 3.58 11.585a5.88 5.88 0 0 0 3.394 5.33a7.75 7.75 0 0 1 7.96-7.481"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastSunBehindLargeCloud(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.03 4.925c.6-1.24 2.36-1.23 2.95.01c.22.47.79.65 1.24.41l.28-.15c1.1-.59 2.39.36 2.16 1.58l-.06.31c-.1.51.25.99.76 1.06l.32.04a1.483 1.483 0 0 1 1.286 1.576a7.76 7.76 0 0 1 3.56 2.285a8.97 8.97 0 0 1 6.714 2.544c3.29 3.21 3.58 8.33.86 11.89A8.37 8.37 0 0 1 21.27 30H8.58c-2.11 0-3.98-1-5.17-2.56A6.47 6.47 0 0 1 2 23.41a6.45 6.45 0 0 1 3.013-5.466a1.47 1.47 0 0 1-.703-1.549l.06-.31c.1-.51-.25-.99-.76-1.06l-.32-.04c-1.24-.17-1.73-1.69-.82-2.55l.23-.22c.38-.35.38-.95 0-1.31l-.23-.22c-.9-.86-.4-2.38.84-2.54l.32-.04c.51-.07.86-.55.77-1.05l-.06-.31c-.22-1.23 1.08-2.17 2.17-1.57l.28.15c.45.25 1.02.06 1.24-.4m6.904 4.509A5.882 5.882 0 0 0 3.58 11.585a5.88 5.88 0 0 0 3.394 5.33a7.75 7.75 0 0 1 7.96-7.481"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.03 4.925c.6-1.24 2.36-1.23 2.95.01c.22.47.79.65 1.24.41l.28-.15c1.1-.59 2.39.36 2.16 1.58l-.06.31c-.1.51.25.99.76 1.06l.32.04a1.483 1.483 0 0 1 1.286 1.576a7.76 7.76 0 0 1 3.56 2.285a8.97 8.97 0 0 1 6.714 2.544c3.29 3.21 3.58 8.33.86 11.89A8.37 8.37 0 0 1 21.27 30H8.58c-2.11 0-3.98-1-5.17-2.56A6.47 6.47 0 0 1 2 23.41a6.45 6.45 0 0 1 3.013-5.466a1.47 1.47 0 0 1-.703-1.549l.06-.31c.1-.51-.25-.99-.76-1.06l-.32-.04c-1.24-.17-1.73-1.69-.82-2.55l.23-.22c.38-.35.38-.95 0-1.31l-.23-.22c-.9-.86-.4-2.38.84-2.54l.32-.04c.51-.07.86-.55.77-1.05l-.06-.31c-.22-1.23 1.08-2.17 2.17-1.57l.28.15c.45.25 1.02.06 1.24-.4m6.904 4.509A5.882 5.882 0 0 0 3.58 11.585a5.88 5.88 0 0 0 3.394 5.33a7.75 7.75 0 0 1 7.96-7.481"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.03%204.925c.6-1.24%202.36-1.23%202.95.01c.22.47.79.65%201.24.41l.28-.15c1.1-.59%202.39.36%202.16%201.58l-.06.31c-.1.51.25.99.76%201.06l.32.04a1.483%201.483%200%200%201%201.286%201.576a7.76%207.76%200%200%201%203.56%202.285a8.97%208.97%200%200%201%206.714%202.544c3.29%203.21%203.58%208.33.86%2011.89A8.37%208.37%200%200%201%2021.27%2030H8.58c-2.11%200-3.98-1-5.17-2.56A6.47%206.47%200%200%201%202%2023.41a6.45%206.45%200%200%201%203.013-5.466a1.47%201.47%200%200%201-.703-1.549l.06-.31c.1-.51-.25-.99-.76-1.06l-.32-.04c-1.24-.17-1.73-1.69-.82-2.55l.23-.22c.38-.35.38-.95%200-1.31l-.23-.22c-.9-.86-.4-2.38.84-2.54l.32-.04c.51-.07.86-.55.77-1.05l-.06-.31c-.22-1.23%201.08-2.17%202.17-1.57l.28.15c.45.25%201.02.06%201.24-.4m6.904%204.509A5.882%205.882%200%200%200%203.58%2011.585a5.88%205.88%200%200%200%203.394%205.33a7.75%207.75%200%200%201%207.96-7.481%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.03%204.925c.6-1.24%202.36-1.23%202.95.01c.22.47.79.65%201.24.41l.28-.15c1.1-.59%202.39.36%202.16%201.58l-.06.31c-.1.51.25.99.76%201.06l.32.04a1.483%201.483%200%200%201%201.286%201.576a7.76%207.76%200%200%201%203.56%202.285a8.97%208.97%200%200%201%206.714%202.544c3.29%203.21%203.58%208.33.86%2011.89A8.37%208.37%200%200%201%2021.27%2030H8.58c-2.11%200-3.98-1-5.17-2.56A6.47%206.47%200%200%201%202%2023.41a6.45%206.45%200%200%201%203.013-5.466a1.47%201.47%200%200%201-.703-1.549l.06-.31c.1-.51-.25-.99-.76-1.06l-.32-.04c-1.24-.17-1.73-1.69-.82-2.55l.23-.22c.38-.35.38-.95%200-1.31l-.23-.22c-.9-.86-.4-2.38.84-2.54l.32-.04c.51-.07.86-.55.77-1.05l-.06-.31c-.22-1.23%201.08-2.17%202.17-1.57l.28.15c.45.25%201.02.06%201.24-.4m6.904%204.509A5.882%205.882%200%200%200%203.58%2011.585a5.88%205.88%200%200%200%203.394%205.33a7.75%207.75%200%200%201%207.96-7.481%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/sun-behind-large-cloud.svg?color=%231a73e8&size=48