sun behind large cloud emoji
sun-behind-large-cloud from Twitter Emoji by Twitter · Default · Travel & Places · CC-BY-4.0 Attribution required.
- Name
- sun-behind-large-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 large cloud emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M13 6s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zM4 17s2 0 2 2s-2 2-2 2H2s-2 0-2-2s2-2 2-2zm3.872-6.957s1.414 1.414 0 2.828s-2.828 0-2.828 0l-1.415-1.414s-1.414-1.414 0-2.829c1.415-1.414 2.829 0 2.829 0zm17.085 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.828z"/><circle cx="15" cy="19" r="8" fill="#ffac33"/><path fill="#e1e8ed" d="M28.223 16.8c-.803 0-1.575.119-2.304.34c-.862-2.409-3.201-4.14-5.961-4.14c-2.959 0-5.437 1.991-6.123 4.675a4.4 4.4 0 0 0-2.626-.875c-2.417 0-4.375 1.914-4.375 4.275c0 .573.12 1.118.329 1.618a5 5 0 0 0-1.302-.193C3.176 22.5 1 24.626 1 27.25S3.176 32 5.861 32h22.361C32.518 32 36 28.598 36 24.4s-3.482-7.6-7.777-7.6"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiSunBehindLargeCloud(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="M13 6s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zM4 17s2 0 2 2s-2 2-2 2H2s-2 0-2-2s2-2 2-2zm3.872-6.957s1.414 1.414 0 2.828s-2.828 0-2.828 0l-1.415-1.414s-1.414-1.414 0-2.829c1.415-1.414 2.829 0 2.829 0zm17.085 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.828z"/><circle cx="15" cy="19" r="8" fill="#ffac33"/><path fill="#e1e8ed" d="M28.223 16.8c-.803 0-1.575.119-2.304.34c-.862-2.409-3.201-4.14-5.961-4.14c-2.959 0-5.437 1.991-6.123 4.675a4.4 4.4 0 0 0-2.626-.875c-2.417 0-4.375 1.914-4.375 4.275c0 .573.12 1.118.329 1.618a5 5 0 0 0-1.302-.193C3.176 22.5 1 24.626 1 27.25S3.176 32 5.861 32h22.361C32.518 32 36 28.598 36 24.4s-3.482-7.6-7.777-7.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M13 6s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zM4 17s2 0 2 2s-2 2-2 2H2s-2 0-2-2s2-2 2-2zm3.872-6.957s1.414 1.414 0 2.828s-2.828 0-2.828 0l-1.415-1.414s-1.414-1.414 0-2.829c1.415-1.414 2.829 0 2.829 0zm17.085 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.828z"/><circle cx="15" cy="19" r="8" fill="#ffac33"/><path fill="#e1e8ed" d="M28.223 16.8c-.803 0-1.575.119-2.304.34c-.862-2.409-3.201-4.14-5.961-4.14c-2.959 0-5.437 1.991-6.123 4.675a4.4 4.4 0 0 0-2.626-.875c-2.417 0-4.375 1.914-4.375 4.275c0 .573.12 1.118.329 1.618a5 5 0 0 0-1.302-.193C3.176 22.5 1 24.626 1 27.25S3.176 32 5.861 32h22.361C32.518 32 36 28.598 36 24.4s-3.482-7.6-7.777-7.6"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M13%206s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2zM4%2017s2%200%202%202s-2%202-2%202H2s-2%200-2-2s2-2%202-2zm3.872-6.957s1.414%201.414%200%202.828s-2.828%200-2.828%200l-1.415-1.414s-1.414-1.414%200-2.829c1.415-1.414%202.829%200%202.829%200zm17.085%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.828z%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2219%22%20r%3D%228%22%20fill%3D%22%23ffac33%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M28.223%2016.8c-.803%200-1.575.119-2.304.34c-.862-2.409-3.201-4.14-5.961-4.14c-2.959%200-5.437%201.991-6.123%204.675a4.4%204.4%200%200%200-2.626-.875c-2.417%200-4.375%201.914-4.375%204.275c0%20.573.12%201.118.329%201.618a5%205%200%200%200-1.302-.193C3.176%2022.5%201%2024.626%201%2027.25S3.176%2032%205.861%2032h22.361C32.518%2032%2036%2028.598%2036%2024.4s-3.482-7.6-7.777-7.6%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%22M13%206s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2zM4%2017s2%200%202%202s-2%202-2%202H2s-2%200-2-2s2-2%202-2zm3.872-6.957s1.414%201.414%200%202.828s-2.828%200-2.828%200l-1.415-1.414s-1.414-1.414%200-2.829c1.415-1.414%202.829%200%202.829%200zm17.085%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.828z%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2219%22%20r%3D%228%22%20fill%3D%22%23ffac33%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M28.223%2016.8c-.803%200-1.575.119-2.304.34c-.862-2.409-3.201-4.14-5.961-4.14c-2.959%200-5.437%201.991-6.123%204.675a4.4%204.4%200%200%200-2.626-.875c-2.417%200-4.375%201.914-4.375%204.275c0%20.573.12%201.118.329%201.618a5%205%200%200%200-1.302-.193C3.176%2022.5%201%2024.626%201%2027.25S3.176%2032%205.861%2032h22.361C32.518%2032%2036%2028.598%2036%2024.4s-3.482-7.6-7.777-7.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/sun-behind-large-cloud.svg?color=%231a73e8&size=48