sun behind small cloud emoji
sun-behind-small-cloud from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.
- Name
- sun-behind-small-cloud
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Nature
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More nature icons from Emoji One (Colored)
Use the sun behind small cloud emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ffce31"><circle cx="32" cy="32" r="14"/><path d="M37.6 15.7L32 2l-5.6 13.7c1.8-.3 3.7-.5 5.6-.5s3.8.2 5.6.5M26.4 48.3L32 62l5.6-13.7c-1.8.3-3.7.5-5.6.5s-3.8-.2-5.6-.5m21.9-10.7L62 32l-13.7-5.6c.3 1.8.5 3.7.5 5.6s-.2 3.8-.5 5.6M15.7 26.4L2 32l13.7 5.6c-.3-1.8-.5-3.7-.5-5.6s.2-3.8.5-5.6m31.8-2l5.7-13.6l-13.6 5.7c1.5 1.1 3 2.2 4.3 3.6c1.4 1.4 2.5 2.8 3.6 4.3m-31 15.2l-5.7 13.6l13.6-5.7c-1.5-1.1-3-2.2-4.3-3.6c-1.4-1.4-2.5-2.8-3.6-4.3m23.1 7.9l13.6 5.7l-5.7-13.6c-1.1 1.5-2.2 3-3.6 4.3c-1.4 1.4-2.8 2.5-4.3 3.6m-15.2-31l-13.6-5.7l5.7 13.6c1.1-1.5 2.2-3 3.6-4.3c1.4-1.4 2.8-2.5 4.3-3.6"/></g><path fill="#fff" d="M30 45.8q-1.05 0-2.1-.3c-2.7-.9-4.6-3.5-4.6-6.5c0-2 .8-3.8 2.3-5.1l1.2-.9l.4-1.6c1.1-3.9 4.7-6.7 8.7-6.7c.4 0 .8 0 1.3.1c.4.1.7.1 1.1.2l.2-.3c1.6-3 4.7-4.8 8-4.8c5 0 9.1 4.2 9.1 9.3v.9c.4.2.8.3 1.1.6c2.4 1.4 4 4.1 4 7c0 3.8-2.5 7-6.1 7.8c-.6.1-1.2.2-1.8.2z"/><path fill="#75d6ff" d="M46.5 21.3c4.3 0 7.8 3.6 7.8 8v.6c-1.8.1-3.4.9-4.7 2q1.5-.9 3.3-.9c.4 0 .9 0 1.3.1c.7.1 1.4.4 2 .8c2 1.2 3.3 3.3 3.3 5.8c0 3.2-2.2 5.8-5.1 6.5c-.5.1-1 .2-1.5.2H30c-.6 0-1.1-.1-1.7-.3c-2.1-.7-3.7-2.8-3.7-5.2c0-1.6.7-3.1 1.8-4.1c.5-.5 1.1-.8 1.7-1q.75-.3 1.8-.3c1.7 0 3.2.8 4.2 2.1c-1.1-2.1-3.2-3.6-5.7-3.9c.9-3.3 3.9-5.7 7.4-5.7c.4 0 .7 0 1.1.1c.7.1 1.4.3 2 .6c2.4 1.1 4.1 3.3 4.5 6c0-3.1-1.5-5.8-3.9-7.4c1.5-2.4 4-4 7-4m0-2.7c-3.6 0-6.9 1.9-8.9 5h-.2c-.5-.1-1-.1-1.5-.1c-4.6 0-8.7 3.1-9.9 7.7l-.3 1.1c-.3.2-.6.5-.9.7c-1.8 1.4-2.8 3.6-2.8 6c0 3.5 2.2 6.6 5.5 7.7c.8.3 1.7.4 2.5.4h22.8c.7 0 1.4-.1 2.1-.2c4.2-1 7.1-4.8 7.1-9.2c0-3.4-1.8-6.5-4.6-8.2c-.1-.1-.3-.2-.4-.2v-.1c0-5.8-4.7-10.6-10.5-10.6"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneSunBehindSmallCloud(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ffce31"><circle cx="32" cy="32" r="14"/><path d="M37.6 15.7L32 2l-5.6 13.7c1.8-.3 3.7-.5 5.6-.5s3.8.2 5.6.5M26.4 48.3L32 62l5.6-13.7c-1.8.3-3.7.5-5.6.5s-3.8-.2-5.6-.5m21.9-10.7L62 32l-13.7-5.6c.3 1.8.5 3.7.5 5.6s-.2 3.8-.5 5.6M15.7 26.4L2 32l13.7 5.6c-.3-1.8-.5-3.7-.5-5.6s.2-3.8.5-5.6m31.8-2l5.7-13.6l-13.6 5.7c1.5 1.1 3 2.2 4.3 3.6c1.4 1.4 2.5 2.8 3.6 4.3m-31 15.2l-5.7 13.6l13.6-5.7c-1.5-1.1-3-2.2-4.3-3.6c-1.4-1.4-2.5-2.8-3.6-4.3m23.1 7.9l13.6 5.7l-5.7-13.6c-1.1 1.5-2.2 3-3.6 4.3c-1.4 1.4-2.8 2.5-4.3 3.6m-15.2-31l-13.6-5.7l5.7 13.6c1.1-1.5 2.2-3 3.6-4.3c1.4-1.4 2.8-2.5 4.3-3.6"/></g><path fill="#fff" d="M30 45.8q-1.05 0-2.1-.3c-2.7-.9-4.6-3.5-4.6-6.5c0-2 .8-3.8 2.3-5.1l1.2-.9l.4-1.6c1.1-3.9 4.7-6.7 8.7-6.7c.4 0 .8 0 1.3.1c.4.1.7.1 1.1.2l.2-.3c1.6-3 4.7-4.8 8-4.8c5 0 9.1 4.2 9.1 9.3v.9c.4.2.8.3 1.1.6c2.4 1.4 4 4.1 4 7c0 3.8-2.5 7-6.1 7.8c-.6.1-1.2.2-1.8.2z"/><path fill="#75d6ff" d="M46.5 21.3c4.3 0 7.8 3.6 7.8 8v.6c-1.8.1-3.4.9-4.7 2q1.5-.9 3.3-.9c.4 0 .9 0 1.3.1c.7.1 1.4.4 2 .8c2 1.2 3.3 3.3 3.3 5.8c0 3.2-2.2 5.8-5.1 6.5c-.5.1-1 .2-1.5.2H30c-.6 0-1.1-.1-1.7-.3c-2.1-.7-3.7-2.8-3.7-5.2c0-1.6.7-3.1 1.8-4.1c.5-.5 1.1-.8 1.7-1q.75-.3 1.8-.3c1.7 0 3.2.8 4.2 2.1c-1.1-2.1-3.2-3.6-5.7-3.9c.9-3.3 3.9-5.7 7.4-5.7c.4 0 .7 0 1.1.1c.7.1 1.4.3 2 .6c2.4 1.1 4.1 3.3 4.5 6c0-3.1-1.5-5.8-3.9-7.4c1.5-2.4 4-4 7-4m0-2.7c-3.6 0-6.9 1.9-8.9 5h-.2c-.5-.1-1-.1-1.5-.1c-4.6 0-8.7 3.1-9.9 7.7l-.3 1.1c-.3.2-.6.5-.9.7c-1.8 1.4-2.8 3.6-2.8 6c0 3.5 2.2 6.6 5.5 7.7c.8.3 1.7.4 2.5.4h22.8c.7 0 1.4-.1 2.1-.2c4.2-1 7.1-4.8 7.1-9.2c0-3.4-1.8-6.5-4.6-8.2c-.1-.1-.3-.2-.4-.2v-.1c0-5.8-4.7-10.6-10.5-10.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ffce31"><circle cx="32" cy="32" r="14"/><path d="M37.6 15.7L32 2l-5.6 13.7c1.8-.3 3.7-.5 5.6-.5s3.8.2 5.6.5M26.4 48.3L32 62l5.6-13.7c-1.8.3-3.7.5-5.6.5s-3.8-.2-5.6-.5m21.9-10.7L62 32l-13.7-5.6c.3 1.8.5 3.7.5 5.6s-.2 3.8-.5 5.6M15.7 26.4L2 32l13.7 5.6c-.3-1.8-.5-3.7-.5-5.6s.2-3.8.5-5.6m31.8-2l5.7-13.6l-13.6 5.7c1.5 1.1 3 2.2 4.3 3.6c1.4 1.4 2.5 2.8 3.6 4.3m-31 15.2l-5.7 13.6l13.6-5.7c-1.5-1.1-3-2.2-4.3-3.6c-1.4-1.4-2.5-2.8-3.6-4.3m23.1 7.9l13.6 5.7l-5.7-13.6c-1.1 1.5-2.2 3-3.6 4.3c-1.4 1.4-2.8 2.5-4.3 3.6m-15.2-31l-13.6-5.7l5.7 13.6c1.1-1.5 2.2-3 3.6-4.3c1.4-1.4 2.8-2.5 4.3-3.6"/></g><path fill="#fff" d="M30 45.8q-1.05 0-2.1-.3c-2.7-.9-4.6-3.5-4.6-6.5c0-2 .8-3.8 2.3-5.1l1.2-.9l.4-1.6c1.1-3.9 4.7-6.7 8.7-6.7c.4 0 .8 0 1.3.1c.4.1.7.1 1.1.2l.2-.3c1.6-3 4.7-4.8 8-4.8c5 0 9.1 4.2 9.1 9.3v.9c.4.2.8.3 1.1.6c2.4 1.4 4 4.1 4 7c0 3.8-2.5 7-6.1 7.8c-.6.1-1.2.2-1.8.2z"/><path fill="#75d6ff" d="M46.5 21.3c4.3 0 7.8 3.6 7.8 8v.6c-1.8.1-3.4.9-4.7 2q1.5-.9 3.3-.9c.4 0 .9 0 1.3.1c.7.1 1.4.4 2 .8c2 1.2 3.3 3.3 3.3 5.8c0 3.2-2.2 5.8-5.1 6.5c-.5.1-1 .2-1.5.2H30c-.6 0-1.1-.1-1.7-.3c-2.1-.7-3.7-2.8-3.7-5.2c0-1.6.7-3.1 1.8-4.1c.5-.5 1.1-.8 1.7-1q.75-.3 1.8-.3c1.7 0 3.2.8 4.2 2.1c-1.1-2.1-3.2-3.6-5.7-3.9c.9-3.3 3.9-5.7 7.4-5.7c.4 0 .7 0 1.1.1c.7.1 1.4.3 2 .6c2.4 1.1 4.1 3.3 4.5 6c0-3.1-1.5-5.8-3.9-7.4c1.5-2.4 4-4 7-4m0-2.7c-3.6 0-6.9 1.9-8.9 5h-.2c-.5-.1-1-.1-1.5-.1c-4.6 0-8.7 3.1-9.9 7.7l-.3 1.1c-.3.2-.6.5-.9.7c-1.8 1.4-2.8 3.6-2.8 6c0 3.5 2.2 6.6 5.5 7.7c.8.3 1.7.4 2.5.4h22.8c.7 0 1.4-.1 2.1-.2c4.2-1 7.1-4.8 7.1-9.2c0-3.4-1.8-6.5-4.6-8.2c-.1-.1-.3-.2-.4-.2v-.1c0-5.8-4.7-10.6-10.5-10.6"/></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%2064%2064%22%3E%3Cg%20fill%3D%22%23ffce31%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2214%22%2F%3E%3Cpath%20d%3D%22M37.6%2015.7L32%202l-5.6%2013.7c1.8-.3%203.7-.5%205.6-.5s3.8.2%205.6.5M26.4%2048.3L32%2062l5.6-13.7c-1.8.3-3.7.5-5.6.5s-3.8-.2-5.6-.5m21.9-10.7L62%2032l-13.7-5.6c.3%201.8.5%203.7.5%205.6s-.2%203.8-.5%205.6M15.7%2026.4L2%2032l13.7%205.6c-.3-1.8-.5-3.7-.5-5.6s.2-3.8.5-5.6m31.8-2l5.7-13.6l-13.6%205.7c1.5%201.1%203%202.2%204.3%203.6c1.4%201.4%202.5%202.8%203.6%204.3m-31%2015.2l-5.7%2013.6l13.6-5.7c-1.5-1.1-3-2.2-4.3-3.6c-1.4-1.4-2.5-2.8-3.6-4.3m23.1%207.9l13.6%205.7l-5.7-13.6c-1.1%201.5-2.2%203-3.6%204.3c-1.4%201.4-2.8%202.5-4.3%203.6m-15.2-31l-13.6-5.7l5.7%2013.6c1.1-1.5%202.2-3%203.6-4.3c1.4-1.4%202.8-2.5%204.3-3.6%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2045.8q-1.05%200-2.1-.3c-2.7-.9-4.6-3.5-4.6-6.5c0-2%20.8-3.8%202.3-5.1l1.2-.9l.4-1.6c1.1-3.9%204.7-6.7%208.7-6.7c.4%200%20.8%200%201.3.1c.4.1.7.1%201.1.2l.2-.3c1.6-3%204.7-4.8%208-4.8c5%200%209.1%204.2%209.1%209.3v.9c.4.2.8.3%201.1.6c2.4%201.4%204%204.1%204%207c0%203.8-2.5%207-6.1%207.8c-.6.1-1.2.2-1.8.2z%22%2F%3E%3Cpath%20fill%3D%22%2375d6ff%22%20d%3D%22M46.5%2021.3c4.3%200%207.8%203.6%207.8%208v.6c-1.8.1-3.4.9-4.7%202q1.5-.9%203.3-.9c.4%200%20.9%200%201.3.1c.7.1%201.4.4%202%20.8c2%201.2%203.3%203.3%203.3%205.8c0%203.2-2.2%205.8-5.1%206.5c-.5.1-1%20.2-1.5.2H30c-.6%200-1.1-.1-1.7-.3c-2.1-.7-3.7-2.8-3.7-5.2c0-1.6.7-3.1%201.8-4.1c.5-.5%201.1-.8%201.7-1q.75-.3%201.8-.3c1.7%200%203.2.8%204.2%202.1c-1.1-2.1-3.2-3.6-5.7-3.9c.9-3.3%203.9-5.7%207.4-5.7c.4%200%20.7%200%201.1.1c.7.1%201.4.3%202%20.6c2.4%201.1%204.1%203.3%204.5%206c0-3.1-1.5-5.8-3.9-7.4c1.5-2.4%204-4%207-4m0-2.7c-3.6%200-6.9%201.9-8.9%205h-.2c-.5-.1-1-.1-1.5-.1c-4.6%200-8.7%203.1-9.9%207.7l-.3%201.1c-.3.2-.6.5-.9.7c-1.8%201.4-2.8%203.6-2.8%206c0%203.5%202.2%206.6%205.5%207.7c.8.3%201.7.4%202.5.4h22.8c.7%200%201.4-.1%202.1-.2c4.2-1%207.1-4.8%207.1-9.2c0-3.4-1.8-6.5-4.6-8.2c-.1-.1-.3-.2-.4-.2v-.1c0-5.8-4.7-10.6-10.5-10.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%2064%2064%22%3E%3Cg%20fill%3D%22%23ffce31%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2214%22%2F%3E%3Cpath%20d%3D%22M37.6%2015.7L32%202l-5.6%2013.7c1.8-.3%203.7-.5%205.6-.5s3.8.2%205.6.5M26.4%2048.3L32%2062l5.6-13.7c-1.8.3-3.7.5-5.6.5s-3.8-.2-5.6-.5m21.9-10.7L62%2032l-13.7-5.6c.3%201.8.5%203.7.5%205.6s-.2%203.8-.5%205.6M15.7%2026.4L2%2032l13.7%205.6c-.3-1.8-.5-3.7-.5-5.6s.2-3.8.5-5.6m31.8-2l5.7-13.6l-13.6%205.7c1.5%201.1%203%202.2%204.3%203.6c1.4%201.4%202.5%202.8%203.6%204.3m-31%2015.2l-5.7%2013.6l13.6-5.7c-1.5-1.1-3-2.2-4.3-3.6c-1.4-1.4-2.5-2.8-3.6-4.3m23.1%207.9l13.6%205.7l-5.7-13.6c-1.1%201.5-2.2%203-3.6%204.3c-1.4%201.4-2.8%202.5-4.3%203.6m-15.2-31l-13.6-5.7l5.7%2013.6c1.1-1.5%202.2-3%203.6-4.3c1.4-1.4%202.8-2.5%204.3-3.6%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2045.8q-1.05%200-2.1-.3c-2.7-.9-4.6-3.5-4.6-6.5c0-2%20.8-3.8%202.3-5.1l1.2-.9l.4-1.6c1.1-3.9%204.7-6.7%208.7-6.7c.4%200%20.8%200%201.3.1c.4.1.7.1%201.1.2l.2-.3c1.6-3%204.7-4.8%208-4.8c5%200%209.1%204.2%209.1%209.3v.9c.4.2.8.3%201.1.6c2.4%201.4%204%204.1%204%207c0%203.8-2.5%207-6.1%207.8c-.6.1-1.2.2-1.8.2z%22%2F%3E%3Cpath%20fill%3D%22%2375d6ff%22%20d%3D%22M46.5%2021.3c4.3%200%207.8%203.6%207.8%208v.6c-1.8.1-3.4.9-4.7%202q1.5-.9%203.3-.9c.4%200%20.9%200%201.3.1c.7.1%201.4.4%202%20.8c2%201.2%203.3%203.3%203.3%205.8c0%203.2-2.2%205.8-5.1%206.5c-.5.1-1%20.2-1.5.2H30c-.6%200-1.1-.1-1.7-.3c-2.1-.7-3.7-2.8-3.7-5.2c0-1.6.7-3.1%201.8-4.1c.5-.5%201.1-.8%201.7-1q.75-.3%201.8-.3c1.7%200%203.2.8%204.2%202.1c-1.1-2.1-3.2-3.6-5.7-3.9c.9-3.3%203.9-5.7%207.4-5.7c.4%200%20.7%200%201.1.1c.7.1%201.4.3%202%20.6c2.4%201.1%204.1%203.3%204.5%206c0-3.1-1.5-5.8-3.9-7.4c1.5-2.4%204-4%207-4m0-2.7c-3.6%200-6.9%201.9-8.9%205h-.2c-.5-.1-1-.1-1.5-.1c-4.6%200-8.7%203.1-9.9%207.7l-.3%201.1c-.3.2-.6.5-.9.7c-1.8%201.4-2.8%203.6-2.8%206c0%203.5%202.2%206.6%205.5%207.7c.8.3%201.7.4%202.5.4h22.8c.7%200%201.4-.1%202.1-.2c4.2-1%207.1-4.8%207.1-9.2c0-3.4-1.8-6.5-4.6-8.2c-.1-.1-.3-.2-.4-.2v-.1c0-5.8-4.7-10.6-10.5-10.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/sun-behind-small-cloud.svg?color=%231a73e8&size=48