sun behind small cloud emoji
sun-behind-small-cloud from Twitter Emoji by Twitter · Default · Travel & Places · CC-BY-4.0 Attribution required.
- Name
- sun-behind-small-cloud
- Set
- Twitter Emoji
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More travel & places icons from Twitter Emoji
Use the sun behind small cloud emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M16 2s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm18 14s2 0 2 2s-2 2-2 2h-2s-2 0-2-2s2-2 2-2zM4 16s2 0 2 2s-2 2-2 2H2s-2 0-2-2s2-2 2-2zm5.121-8.707s1.414 1.414 0 2.828s-2.828 0-2.828 0L4.878 8.708s-1.414-1.414 0-2.829c1.415-1.414 2.829 0 2.829 0zm20.587 2.828s-1.414 1.414-2.828 0s0-2.828 0-2.828l1.414-1.414s1.414-1.414 2.828 0s0 2.828 0 2.828zm-21 21s-1.414 1.414-2.828 0s0-2.828 0-2.828l1.414-1.414s1.414-1.414 2.828 0s0 2.828 0 2.828z"/><circle cx="18" cy="18" r="10" fill="#ffac33"/><path fill="#e1e8ed" d="M29.777 23.2c-.642 0-1.26.1-1.843.285c-.688-2.028-2.56-3.485-4.767-3.485c-2.368 0-4.35 1.678-4.899 3.937a3.4 3.4 0 0 0-2.101-.736c-1.933 0-3.5 1.611-3.5 3.6c0 .483.096.941.264 1.363A3.7 3.7 0 0 0 11.889 28C9.741 28 8 29.791 8 32s1.741 4 3.889 4h17.889C33.214 36 36 33.136 36 29.6c0-3.535-2.786-6.4-6.223-6.4"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiSunBehindSmallCloud(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M16 2s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm18 14s2 0 2 2s-2 2-2 2h-2s-2 0-2-2s2-2 2-2zM4 16s2 0 2 2s-2 2-2 2H2s-2 0-2-2s2-2 2-2zm5.121-8.707s1.414 1.414 0 2.828s-2.828 0-2.828 0L4.878 8.708s-1.414-1.414 0-2.829c1.415-1.414 2.829 0 2.829 0zm20.587 2.828s-1.414 1.414-2.828 0s0-2.828 0-2.828l1.414-1.414s1.414-1.414 2.828 0s0 2.828 0 2.828zm-21 21s-1.414 1.414-2.828 0s0-2.828 0-2.828l1.414-1.414s1.414-1.414 2.828 0s0 2.828 0 2.828z"/><circle cx="18" cy="18" r="10" fill="#ffac33"/><path fill="#e1e8ed" d="M29.777 23.2c-.642 0-1.26.1-1.843.285c-.688-2.028-2.56-3.485-4.767-3.485c-2.368 0-4.35 1.678-4.899 3.937a3.4 3.4 0 0 0-2.101-.736c-1.933 0-3.5 1.611-3.5 3.6c0 .483.096.941.264 1.363A3.7 3.7 0 0 0 11.889 28C9.741 28 8 29.791 8 32s1.741 4 3.889 4h17.889C33.214 36 36 33.136 36 29.6c0-3.535-2.786-6.4-6.223-6.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M16 2s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm18 14s2 0 2 2s-2 2-2 2h-2s-2 0-2-2s2-2 2-2zM4 16s2 0 2 2s-2 2-2 2H2s-2 0-2-2s2-2 2-2zm5.121-8.707s1.414 1.414 0 2.828s-2.828 0-2.828 0L4.878 8.708s-1.414-1.414 0-2.829c1.415-1.414 2.829 0 2.829 0zm20.587 2.828s-1.414 1.414-2.828 0s0-2.828 0-2.828l1.414-1.414s1.414-1.414 2.828 0s0 2.828 0 2.828zm-21 21s-1.414 1.414-2.828 0s0-2.828 0-2.828l1.414-1.414s1.414-1.414 2.828 0s0 2.828 0 2.828z"/><circle cx="18" cy="18" r="10" fill="#ffac33"/><path fill="#e1e8ed" d="M29.777 23.2c-.642 0-1.26.1-1.843.285c-.688-2.028-2.56-3.485-4.767-3.485c-2.368 0-4.35 1.678-4.899 3.937a3.4 3.4 0 0 0-2.101-.736c-1.933 0-3.5 1.611-3.5 3.6c0 .483.096.941.264 1.363A3.7 3.7 0 0 0 11.889 28C9.741 28 8 29.791 8 32s1.741 4 3.889 4h17.889C33.214 36 36 33.136 36 29.6c0-3.535-2.786-6.4-6.223-6.4"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M16%202s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2zm18%2014s2%200%202%202s-2%202-2%202h-2s-2%200-2-2s2-2%202-2zM4%2016s2%200%202%202s-2%202-2%202H2s-2%200-2-2s2-2%202-2zm5.121-8.707s1.414%201.414%200%202.828s-2.828%200-2.828%200L4.878%208.708s-1.414-1.414%200-2.829c1.415-1.414%202.829%200%202.829%200zm20.587%202.828s-1.414%201.414-2.828%200s0-2.828%200-2.828l1.414-1.414s1.414-1.414%202.828%200s0%202.828%200%202.828zm-21%2021s-1.414%201.414-2.828%200s0-2.828%200-2.828l1.414-1.414s1.414-1.414%202.828%200s0%202.828%200%202.828z%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2210%22%20fill%3D%22%23ffac33%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M29.777%2023.2c-.642%200-1.26.1-1.843.285c-.688-2.028-2.56-3.485-4.767-3.485c-2.368%200-4.35%201.678-4.899%203.937a3.4%203.4%200%200%200-2.101-.736c-1.933%200-3.5%201.611-3.5%203.6c0%20.483.096.941.264%201.363A3.7%203.7%200%200%200%2011.889%2028C9.741%2028%208%2029.791%208%2032s1.741%204%203.889%204h17.889C33.214%2036%2036%2033.136%2036%2029.6c0-3.535-2.786-6.4-6.223-6.4%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M16%202s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2zm18%2014s2%200%202%202s-2%202-2%202h-2s-2%200-2-2s2-2%202-2zM4%2016s2%200%202%202s-2%202-2%202H2s-2%200-2-2s2-2%202-2zm5.121-8.707s1.414%201.414%200%202.828s-2.828%200-2.828%200L4.878%208.708s-1.414-1.414%200-2.829c1.415-1.414%202.829%200%202.829%200zm20.587%202.828s-1.414%201.414-2.828%200s0-2.828%200-2.828l1.414-1.414s1.414-1.414%202.828%200s0%202.828%200%202.828zm-21%2021s-1.414%201.414-2.828%200s0-2.828%200-2.828l1.414-1.414s1.414-1.414%202.828%200s0%202.828%200%202.828z%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2210%22%20fill%3D%22%23ffac33%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M29.777%2023.2c-.642%200-1.26.1-1.843.285c-.688-2.028-2.56-3.485-4.767-3.485c-2.368%200-4.35%201.678-4.899%203.937a3.4%203.4%200%200%200-2.101-.736c-1.933%200-3.5%201.611-3.5%203.6c0%20.483.096.941.264%201.363A3.7%203.7%200%200%200%2011.889%2028C9.741%2028%208%2029.791%208%2032s1.741%204%203.889%204h17.889C33.214%2036%2036%2033.136%2036%2029.6c0-3.535-2.786-6.4-6.223-6.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/sun-behind-small-cloud.svg?color=%231a73e8&size=48