sun behind small cloud emoji
sun-behind-small-cloud from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- sun-behind-small-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 small cloud emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.083 5.544c1-2.07 3.95-2.06 4.93.02c.37.78 1.31 1.09 2.07.68l.47-.25c1.83-.99 3.99.59 3.6 2.64l-.1.52c-.16.85.42 1.65 1.27 1.77l.53.07c2.06.28 2.88 2.83 1.36 4.25l-.39.37a1.5 1.5 0 0 0-.372.55a7.06 7.06 0 0 1 3.42 1.827a6.96 6.96 0 0 1 .677 9.266A6.61 6.61 0 0 1 24.171 30h-9.99a5.12 5.12 0 0 1-4.07-1.995a5 5 0 0 1-.509-.765l-.159.084c-1.83.99-3.99-.59-3.6-2.64l.1-.52c.16-.85-.42-1.65-1.27-1.77l-.53-.07c-2.06-.28-2.88-2.83-1.36-4.25l.39-.37c.63-.59.63-1.58.01-2.18l-.39-.37c-1.51-1.44-.67-3.98 1.4-4.24l.53-.07a1.51 1.51 0 0 0 1.29-1.76l-.1-.52c-.37-2.05 1.8-3.61 3.62-2.61l.47.26c.76.41 1.7.11 2.08-.67m12.18 10.464c-.334-5.122-4.594-9.174-9.8-9.174c-5.423 0-9.82 4.397-9.82 9.82A9.81 9.81 0 0 0 9 24.816c.026-2.76 2.292-4.986 5.086-4.986l.15.002a3 3 0 0 1 4.333-1.39q.15-.17.311-.334a7.07 7.07 0 0 1 5.382-2.1"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastSunBehindSmallCloud(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="M12.083 5.544c1-2.07 3.95-2.06 4.93.02c.37.78 1.31 1.09 2.07.68l.47-.25c1.83-.99 3.99.59 3.6 2.64l-.1.52c-.16.85.42 1.65 1.27 1.77l.53.07c2.06.28 2.88 2.83 1.36 4.25l-.39.37a1.5 1.5 0 0 0-.372.55a7.06 7.06 0 0 1 3.42 1.827a6.96 6.96 0 0 1 .677 9.266A6.61 6.61 0 0 1 24.171 30h-9.99a5.12 5.12 0 0 1-4.07-1.995a5 5 0 0 1-.509-.765l-.159.084c-1.83.99-3.99-.59-3.6-2.64l.1-.52c.16-.85-.42-1.65-1.27-1.77l-.53-.07c-2.06-.28-2.88-2.83-1.36-4.25l.39-.37c.63-.59.63-1.58.01-2.18l-.39-.37c-1.51-1.44-.67-3.98 1.4-4.24l.53-.07a1.51 1.51 0 0 0 1.29-1.76l-.1-.52c-.37-2.05 1.8-3.61 3.62-2.61l.47.26c.76.41 1.7.11 2.08-.67m12.18 10.464c-.334-5.122-4.594-9.174-9.8-9.174c-5.423 0-9.82 4.397-9.82 9.82A9.81 9.81 0 0 0 9 24.816c.026-2.76 2.292-4.986 5.086-4.986l.15.002a3 3 0 0 1 4.333-1.39q.15-.17.311-.334a7.07 7.07 0 0 1 5.382-2.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.083 5.544c1-2.07 3.95-2.06 4.93.02c.37.78 1.31 1.09 2.07.68l.47-.25c1.83-.99 3.99.59 3.6 2.64l-.1.52c-.16.85.42 1.65 1.27 1.77l.53.07c2.06.28 2.88 2.83 1.36 4.25l-.39.37a1.5 1.5 0 0 0-.372.55a7.06 7.06 0 0 1 3.42 1.827a6.96 6.96 0 0 1 .677 9.266A6.61 6.61 0 0 1 24.171 30h-9.99a5.12 5.12 0 0 1-4.07-1.995a5 5 0 0 1-.509-.765l-.159.084c-1.83.99-3.99-.59-3.6-2.64l.1-.52c.16-.85-.42-1.65-1.27-1.77l-.53-.07c-2.06-.28-2.88-2.83-1.36-4.25l.39-.37c.63-.59.63-1.58.01-2.18l-.39-.37c-1.51-1.44-.67-3.98 1.4-4.24l.53-.07a1.51 1.51 0 0 0 1.29-1.76l-.1-.52c-.37-2.05 1.8-3.61 3.62-2.61l.47.26c.76.41 1.7.11 2.08-.67m12.18 10.464c-.334-5.122-4.594-9.174-9.8-9.174c-5.423 0-9.82 4.397-9.82 9.82A9.81 9.81 0 0 0 9 24.816c.026-2.76 2.292-4.986 5.086-4.986l.15.002a3 3 0 0 1 4.333-1.39q.15-.17.311-.334a7.07 7.07 0 0 1 5.382-2.1"/></svg> </template>
CSS
.icon-sun-behind-small-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%22M12.083%205.544c1-2.07%203.95-2.06%204.93.02c.37.78%201.31%201.09%202.07.68l.47-.25c1.83-.99%203.99.59%203.6%202.64l-.1.52c-.16.85.42%201.65%201.27%201.77l.53.07c2.06.28%202.88%202.83%201.36%204.25l-.39.37a1.5%201.5%200%200%200-.372.55a7.06%207.06%200%200%201%203.42%201.827a6.96%206.96%200%200%201%20.677%209.266A6.61%206.61%200%200%201%2024.171%2030h-9.99a5.12%205.12%200%200%201-4.07-1.995a5%205%200%200%201-.509-.765l-.159.084c-1.83.99-3.99-.59-3.6-2.64l.1-.52c.16-.85-.42-1.65-1.27-1.77l-.53-.07c-2.06-.28-2.88-2.83-1.36-4.25l.39-.37c.63-.59.63-1.58.01-2.18l-.39-.37c-1.51-1.44-.67-3.98%201.4-4.24l.53-.07a1.51%201.51%200%200%200%201.29-1.76l-.1-.52c-.37-2.05%201.8-3.61%203.62-2.61l.47.26c.76.41%201.7.11%202.08-.67m12.18%2010.464c-.334-5.122-4.594-9.174-9.8-9.174c-5.423%200-9.82%204.397-9.82%209.82A9.81%209.81%200%200%200%209%2024.816c.026-2.76%202.292-4.986%205.086-4.986l.15.002a3%203%200%200%201%204.333-1.39q.15-.17.311-.334a7.07%207.07%200%200%201%205.382-2.1%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%22M12.083%205.544c1-2.07%203.95-2.06%204.93.02c.37.78%201.31%201.09%202.07.68l.47-.25c1.83-.99%203.99.59%203.6%202.64l-.1.52c-.16.85.42%201.65%201.27%201.77l.53.07c2.06.28%202.88%202.83%201.36%204.25l-.39.37a1.5%201.5%200%200%200-.372.55a7.06%207.06%200%200%201%203.42%201.827a6.96%206.96%200%200%201%20.677%209.266A6.61%206.61%200%200%201%2024.171%2030h-9.99a5.12%205.12%200%200%201-4.07-1.995a5%205%200%200%201-.509-.765l-.159.084c-1.83.99-3.99-.59-3.6-2.64l.1-.52c.16-.85-.42-1.65-1.27-1.77l-.53-.07c-2.06-.28-2.88-2.83-1.36-4.25l.39-.37c.63-.59.63-1.58.01-2.18l-.39-.37c-1.51-1.44-.67-3.98%201.4-4.24l.53-.07a1.51%201.51%200%200%200%201.29-1.76l-.1-.52c-.37-2.05%201.8-3.61%203.62-2.61l.47.26c.76.41%201.7.11%202.08-.67m12.18%2010.464c-.334-5.122-4.594-9.174-9.8-9.174c-5.423%200-9.82%204.397-9.82%209.82A9.81%209.81%200%200%200%209%2024.816c.026-2.76%202.292-4.986%205.086-4.986l.15.002a3%203%200%200%201%204.333-1.39q.15-.17.311-.334a7.07%207.07%200%200%201%205.382-2.1%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-small-cloud.svg?color=%231a73e8&size=48