sunbehindcloud emoji

sunbehindcloud from Firefox OS Emoji by Mozilla · Default · Nature · Apache-2.0 Free for personal and commercial use.

Name
sunbehindcloud
Set
Firefox OS Emoji
Style
Default
Category
Nature
Viewbox
512×512
License
Apache 2.0

More nature icons from Firefox OS Emoji

Use the sunbehindcloud emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="102.865" cy="203.064" r="98.903" fill="#FFD60D"/><path fill="#B0E9FF" d="M441.518 309.419c-5.51 0-10.859.682-15.98 1.945a69.2 69.2 0 0 0 1.767-15.489c0-38.123-30.905-69.028-69.028-69.028a68.7 68.7 0 0 0-38.983 12.065c-12.949-49.89-58.284-86.729-112.225-86.729c-64.031 0-115.939 51.908-115.939 115.939c-48.141 0-87.168 39.026-87.168 87.168c0 48.141 39.026 87.168 87.168 87.168h350.388c36.738 0 66.52-29.782 66.52-66.52s-29.782-66.519-66.52-66.519"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiSunbehindcloud(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="102.865" cy="203.064" r="98.903" fill="#FFD60D"/><path fill="#B0E9FF" d="M441.518 309.419c-5.51 0-10.859.682-15.98 1.945a69.2 69.2 0 0 0 1.767-15.489c0-38.123-30.905-69.028-69.028-69.028a68.7 68.7 0 0 0-38.983 12.065c-12.949-49.89-58.284-86.729-112.225-86.729c-64.031 0-115.939 51.908-115.939 115.939c-48.141 0-87.168 39.026-87.168 87.168c0 48.141 39.026 87.168 87.168 87.168h350.388c36.738 0 66.52-29.782 66.52-66.52s-29.782-66.519-66.52-66.519"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="102.865" cy="203.064" r="98.903" fill="#FFD60D"/><path fill="#B0E9FF" d="M441.518 309.419c-5.51 0-10.859.682-15.98 1.945a69.2 69.2 0 0 0 1.767-15.489c0-38.123-30.905-69.028-69.028-69.028a68.7 68.7 0 0 0-38.983 12.065c-12.949-49.89-58.284-86.729-112.225-86.729c-64.031 0-115.939 51.908-115.939 115.939c-48.141 0-87.168 39.026-87.168 87.168c0 48.141 39.026 87.168 87.168 87.168h350.388c36.738 0 66.52-29.782 66.52-66.52s-29.782-66.519-66.52-66.519"/></svg>
</template>

CSS

.icon-sunbehindcloud {
  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%20512%20512%22%3E%3Ccircle%20cx%3D%22102.865%22%20cy%3D%22203.064%22%20r%3D%2298.903%22%20fill%3D%22%23FFD60D%22%2F%3E%3Cpath%20fill%3D%22%23B0E9FF%22%20d%3D%22M441.518%20309.419c-5.51%200-10.859.682-15.98%201.945a69.2%2069.2%200%200%200%201.767-15.489c0-38.123-30.905-69.028-69.028-69.028a68.7%2068.7%200%200%200-38.983%2012.065c-12.949-49.89-58.284-86.729-112.225-86.729c-64.031%200-115.939%2051.908-115.939%20115.939c-48.141%200-87.168%2039.026-87.168%2087.168c0%2048.141%2039.026%2087.168%2087.168%2087.168h350.388c36.738%200%2066.52-29.782%2066.52-66.52s-29.782-66.519-66.52-66.519%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%20512%20512%22%3E%3Ccircle%20cx%3D%22102.865%22%20cy%3D%22203.064%22%20r%3D%2298.903%22%20fill%3D%22%23FFD60D%22%2F%3E%3Cpath%20fill%3D%22%23B0E9FF%22%20d%3D%22M441.518%20309.419c-5.51%200-10.859.682-15.98%201.945a69.2%2069.2%200%200%200%201.767-15.489c0-38.123-30.905-69.028-69.028-69.028a68.7%2068.7%200%200%200-38.983%2012.065c-12.949-49.89-58.284-86.729-112.225-86.729c-64.031%200-115.939%2051.908-115.939%20115.939c-48.141%200-87.168%2039.026-87.168%2087.168c0%2048.141%2039.026%2087.168%2087.168%2087.168h350.388c36.738%200%2066.52-29.782%2066.52-66.52s-29.782-66.519-66.52-66.519%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/sunbehindcloud.svg?color=%231a73e8&size=48