sun with face emoji

sun-with-face from Streamline Emojis by Streamline · Default · Animals Nature · CC-BY-4.0 Attribution required.

Name
sun-with-face
Set
Streamline Emojis
Style
Default
Category
Animals Nature
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More animals nature icons from Streamline Emojis

Use the sun with face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.5 46.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ffe500" d="M10.5 24a13.5 13.5 0 1 0 27 0a13.5 13.5 0 1 0-27 0"/><path fill="#ebcb00" d="M25.28 10.56a12.5 12.5 0 1 1-2.56 0a13.5 13.5 0 1 0 2.56 0"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M10.5 24a13.5 13.5 0 1 0 27 0a13.5 13.5 0 1 0-27 0"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M25.5 3a1.5 1.5 0 0 0-3 0v3a1.5 1.5 0 0 0 3 0ZM10.21 8.09a1.5 1.5 0 0 0-2.12 2.12l2.12 2.12a1.5 1.5 0 0 0 2.12-2.12ZM3 22.5a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 0 0-3Zm5.09 15.29a1.5 1.5 0 0 0 2.12 2.12l2.12-2.12a1.5 1.5 0 0 0-2.12-2.12ZM22.5 45a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0-3 0Zm15.29-5.09a1.5 1.5 0 0 0 2.12-2.12l-2.12-2.12a1.5 1.5 0 0 0-2.12 2.12ZM45 25.5a1.5 1.5 0 0 0 0-3h-3a1.5 1.5 0 0 0 0 3Zm-5.09-15.29a1.5 1.5 0 0 0-2.12-2.12l-2.12 2.12a1.5 1.5 0 0 0 2.12 2.12Z"/><path fill="#ffaa54" d="M14 27c0 .55.67 1 1.5 1s1.5-.45 1.5-1s-.67-1-1.5-1s-1.5.45-1.5 1"/><path fill="#ffb0ca" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M27.87 29.5a1 1 0 0 1 1 1.25a5 5 0 0 1-9.68 0a1 1 0 0 1 1-1.25Z"/><path fill="#ff87af" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 34.5a5 5 0 0 0 3.94-1.94A7.34 7.34 0 0 0 24 31.5a7.34 7.34 0 0 0-3.94 1.06A5 5 0 0 0 24 34.5"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15 25a1.5 1.5 0 0 1 3 0"/><path fill="#ffaa54" d="M34 27c0 .55-.67 1-1.5 1s-1.5-.45-1.5-1s.67-1 1.5-1s1.5.45 1.5 1"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M33 25a1.5 1.5 0 0 0-3 0"/><path fill="#fff48c" d="M20 13.5a4 1 0 1 0 8 0a4 1 0 1 0-8 0"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisSunWithFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.5 46.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ffe500" d="M10.5 24a13.5 13.5 0 1 0 27 0a13.5 13.5 0 1 0-27 0"/><path fill="#ebcb00" d="M25.28 10.56a12.5 12.5 0 1 1-2.56 0a13.5 13.5 0 1 0 2.56 0"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M10.5 24a13.5 13.5 0 1 0 27 0a13.5 13.5 0 1 0-27 0"/><path fill="#ffe500" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M25.5 3a1.5 1.5 0 0 0-3 0v3a1.5 1.5 0 0 0 3 0ZM10.21 8.09a1.5 1.5 0 0 0-2.12 2.12l2.12 2.12a1.5 1.5 0 0 0 2.12-2.12ZM3 22.5a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 0 0-3Zm5.09 15.29a1.5 1.5 0 0 0 2.12 2.12l2.12-2.12a1.5 1.5 0 0 0-2.12-2.12ZM22.5 45a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0-3 0Zm15.29-5.09a1.5 1.5 0 0 0 2.12-2.12l-2.12-2.12a1.5 1.5 0 0 0-2.12 2.12ZM45 25.5a1.5 1.5 0 0 0 0-3h-3a1.5 1.5 0 0 0 0 3Zm-5.09-15.29a1.5 1.5 0 0 0-2.12-2.12l-2.12 2.12a1.5 1.5 0 0 0 2.12 2.12Z"/><path fill="#ffaa54" d="M14 27c0 .55.67 1 1.5 1s1.5-.45 1.5-1s-.67-1-1.5-1s-1.5.45-1.5 1"/><path fill="#ffb0ca" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M27.87 29.5a1 1 0 0 1 1 1.25a5 5 0 0 1-9.68 0a1 1 0 0 1 1-1.25Z"/><path fill="#ff87af" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24 34.5a5 5 0 0 0 3.94-1.94A7.34 7.34 0 0 0 24 31.5a7.34 7.34 0 0 0-3.94 1.06A5 5 0 0 0 24 34.5"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M15 25a1.5 1.5 0 0 1 3 0"/><path fill="#ffaa54" d="M34 27c0 .55-.67 1-1.5 1s-1.5-.45-1.5-1s.67-1 1.5-1s1.5.45 1.5 1"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M33 25a1.5 1.5 0 0 0-3 0"/><path fill="#fff48c" d="M20 13.5a4 1 0 1 0 8 0a4 1 0 1 0-8 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M12.5 46.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ffe500" d="M10.5 24a13.5 13.5 0 1 0 27 0a13.5 13.5 0 1 0-27 0"/><path fill="#ebcb00" d="M25.28 10.56a12.5 12.5 0 1 1-2.56 0a13.5 13.5 0 1 0 2.56 0"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M10.5 24a13.5 13.5 0 1 0 27 0a13.5 13.5 0 1 0-27 0"/><path fill="#ffe500" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M25.5 3a1.5 1.5 0 0 0-3 0v3a1.5 1.5 0 0 0 3 0ZM10.21 8.09a1.5 1.5 0 0 0-2.12 2.12l2.12 2.12a1.5 1.5 0 0 0 2.12-2.12ZM3 22.5a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 0 0-3Zm5.09 15.29a1.5 1.5 0 0 0 2.12 2.12l2.12-2.12a1.5 1.5 0 0 0-2.12-2.12ZM22.5 45a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0-3 0Zm15.29-5.09a1.5 1.5 0 0 0 2.12-2.12l-2.12-2.12a1.5 1.5 0 0 0-2.12 2.12ZM45 25.5a1.5 1.5 0 0 0 0-3h-3a1.5 1.5 0 0 0 0 3Zm-5.09-15.29a1.5 1.5 0 0 0-2.12-2.12l-2.12 2.12a1.5 1.5 0 0 0 2.12 2.12Z"/><path fill="#ffaa54" d="M14 27c0 .55.67 1 1.5 1s1.5-.45 1.5-1s-.67-1-1.5-1s-1.5.45-1.5 1"/><path fill="#ffb0ca" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M27.87 29.5a1 1 0 0 1 1 1.25a5 5 0 0 1-9.68 0a1 1 0 0 1 1-1.25Z"/><path fill="#ff87af" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 34.5a5 5 0 0 0 3.94-1.94A7.34 7.34 0 0 0 24 31.5a7.34 7.34 0 0 0-3.94 1.06A5 5 0 0 0 24 34.5"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15 25a1.5 1.5 0 0 1 3 0"/><path fill="#ffaa54" d="M34 27c0 .55-.67 1-1.5 1s-1.5-.45-1.5-1s.67-1 1.5-1s1.5.45 1.5 1"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M33 25a1.5 1.5 0 0 0-3 0"/><path fill="#fff48c" d="M20 13.5a4 1 0 1 0 8 0a4 1 0 1 0-8 0"/></svg>
</template>

CSS

.icon-sun-with-face {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2046.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M10.5%2024a13.5%2013.5%200%201%200%2027%200a13.5%2013.5%200%201%200-27%200%22%2F%3E%3Cpath%20fill%3D%22%23ebcb00%22%20d%3D%22M25.28%2010.56a12.5%2012.5%200%201%201-2.56%200a13.5%2013.5%200%201%200%202.56%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.5%2024a13.5%2013.5%200%201%200%2027%200a13.5%2013.5%200%201%200-27%200%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M25.5%203a1.5%201.5%200%200%200-3%200v3a1.5%201.5%200%200%200%203%200ZM10.21%208.09a1.5%201.5%200%200%200-2.12%202.12l2.12%202.12a1.5%201.5%200%200%200%202.12-2.12ZM3%2022.5a1.5%201.5%200%200%200%200%203h3a1.5%201.5%200%200%200%200-3Zm5.09%2015.29a1.5%201.5%200%200%200%202.12%202.12l2.12-2.12a1.5%201.5%200%200%200-2.12-2.12ZM22.5%2045a1.5%201.5%200%200%200%203%200v-3a1.5%201.5%200%200%200-3%200Zm15.29-5.09a1.5%201.5%200%200%200%202.12-2.12l-2.12-2.12a1.5%201.5%200%200%200-2.12%202.12ZM45%2025.5a1.5%201.5%200%200%200%200-3h-3a1.5%201.5%200%200%200%200%203Zm-5.09-15.29a1.5%201.5%200%200%200-2.12-2.12l-2.12%202.12a1.5%201.5%200%200%200%202.12%202.12Z%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M14%2027c0%20.55.67%201%201.5%201s1.5-.45%201.5-1s-.67-1-1.5-1s-1.5.45-1.5%201%22%2F%3E%3Cpath%20fill%3D%22%23ffb0ca%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.87%2029.5a1%201%200%200%201%201%201.25a5%205%200%200%201-9.68%200a1%201%200%200%201%201-1.25Z%22%2F%3E%3Cpath%20fill%3D%22%23ff87af%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2034.5a5%205%200%200%200%203.94-1.94A7.34%207.34%200%200%200%2024%2031.5a7.34%207.34%200%200%200-3.94%201.06A5%205%200%200%200%2024%2034.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2025a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M34%2027c0%20.55-.67%201-1.5%201s-1.5-.45-1.5-1s.67-1%201.5-1s1.5.45%201.5%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33%2025a1.5%201.5%200%200%200-3%200%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M20%2013.5a4%201%200%201%200%208%200a4%201%200%201%200-8%200%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2046.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M10.5%2024a13.5%2013.5%200%201%200%2027%200a13.5%2013.5%200%201%200-27%200%22%2F%3E%3Cpath%20fill%3D%22%23ebcb00%22%20d%3D%22M25.28%2010.56a12.5%2012.5%200%201%201-2.56%200a13.5%2013.5%200%201%200%202.56%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.5%2024a13.5%2013.5%200%201%200%2027%200a13.5%2013.5%200%201%200-27%200%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M25.5%203a1.5%201.5%200%200%200-3%200v3a1.5%201.5%200%200%200%203%200ZM10.21%208.09a1.5%201.5%200%200%200-2.12%202.12l2.12%202.12a1.5%201.5%200%200%200%202.12-2.12ZM3%2022.5a1.5%201.5%200%200%200%200%203h3a1.5%201.5%200%200%200%200-3Zm5.09%2015.29a1.5%201.5%200%200%200%202.12%202.12l2.12-2.12a1.5%201.5%200%200%200-2.12-2.12ZM22.5%2045a1.5%201.5%200%200%200%203%200v-3a1.5%201.5%200%200%200-3%200Zm15.29-5.09a1.5%201.5%200%200%200%202.12-2.12l-2.12-2.12a1.5%201.5%200%200%200-2.12%202.12ZM45%2025.5a1.5%201.5%200%200%200%200-3h-3a1.5%201.5%200%200%200%200%203Zm-5.09-15.29a1.5%201.5%200%200%200-2.12-2.12l-2.12%202.12a1.5%201.5%200%200%200%202.12%202.12Z%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M14%2027c0%20.55.67%201%201.5%201s1.5-.45%201.5-1s-.67-1-1.5-1s-1.5.45-1.5%201%22%2F%3E%3Cpath%20fill%3D%22%23ffb0ca%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.87%2029.5a1%201%200%200%201%201%201.25a5%205%200%200%201-9.68%200a1%201%200%200%201%201-1.25Z%22%2F%3E%3Cpath%20fill%3D%22%23ff87af%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2034.5a5%205%200%200%200%203.94-1.94A7.34%207.34%200%200%200%2024%2031.5a7.34%207.34%200%200%200-3.94%201.06A5%205%200%200%200%2024%2034.5%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2025a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M34%2027c0%20.55-.67%201-1.5%201s-1.5-.45-1.5-1s.67-1%201.5-1s1.5.45%201.5%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33%2025a1.5%201.5%200%200%200-3%200%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M20%2013.5a4%201%200%201%200%208%200a4%201%200%201%200-8%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/sun-with-face.svg?color=%231a73e8&size=48