sun with face emoji
sun-with-face from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.
- Name
- sun-with-face
- 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 with face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ffca28"><path d="m20.5 59.7l7-7.2c-2.5-.5-4.8-1.5-6.9-2.9zm23-55.4l-7 7.2c2.5.5 4.8 1.5 6.9 2.9zm-32 32.2l-7.2 7l10.1-.1C13 41.3 12 39 11.5 36.5m41-9l7.2-7l-10.1.1c1.4 2.1 2.4 4.4 2.9 6.9m-38.1-6.9l-10.1-.1l7.2 7c.5-2.5 1.5-4.8 2.9-6.9m35.2 22.8l10.1.1l-7.2-7c-.5 2.5-1.5 4.8-2.9 6.9M27.5 11.5l-7-7.2l.1 10.1c2.1-1.4 4.4-2.4 6.9-2.9m9 41l7 7.2l-.1-10.1C41.3 51 39 52 36.5 52.5M14.8 44l-4 9.3l9.3-4C18 47.8 16.2 46 14.8 44m34.4-24l4-9.3l-9.3 4c2.1 1.5 3.9 3.3 5.3 5.3M11 32c0-1.3.1-2.5.4-3.7L2 32l9.4 3.7c-.3-1.2-.4-2.4-.4-3.7m51 0l-9.4-3.7c.2 1.2.4 2.5.4 3.7c0 1.3-.1 2.5-.4 3.7zM20 14.8l-9.3-4l4 9.3c1.5-2.1 3.3-3.9 5.3-5.3m24 34.4l9.3 4l-4-9.3C47.8 46 46 47.8 44 49.2m-8.3-37.8L32 2l-3.7 9.4c1.2-.2 2.5-.4 3.7-.4c1.3 0 2.5.1 3.7.4m-7.4 41.2L32 62l3.7-9.4c-1.2.3-2.4.4-3.7.4s-2.5-.1-3.7-.4"/><path d="M32 13c-10.5 0-19 8.5-19 19s8.5 19 19 19s19-8.5 19-19s-8.5-19-19-19M20.4 30.7c1.2-3.2 3-4.9 4.7-4.9s3.5 1.6 4.7 4.9c.1.3-.5.9-.8.6c-1.1-1.2-2.5-1.7-3.9-1.7s-2.8.5-3.9 1.7c-.4.4-1-.2-.8-.6m20.3 7.5C39.1 40.8 36 43 32 43s-7.2-2.3-8.7-4.8c-.4-.7.1-1.4.8-1c5.1 3.6 10.8 3.6 15.9 0c.6-.4 1.1.4.7 1m2.2-6.9c-1.1-1.2-2.5-1.7-3.9-1.7s-2.8.5-3.9 1.7c-.3.3-.9-.3-.8-.6c1.2-3.2 3-4.9 4.7-4.9c1.8 0 3.5 1.6 4.7 4.9c.1.4-.5 1-.8.6"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneSunWithFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ffca28"><path d="m20.5 59.7l7-7.2c-2.5-.5-4.8-1.5-6.9-2.9zm23-55.4l-7 7.2c2.5.5 4.8 1.5 6.9 2.9zm-32 32.2l-7.2 7l10.1-.1C13 41.3 12 39 11.5 36.5m41-9l7.2-7l-10.1.1c1.4 2.1 2.4 4.4 2.9 6.9m-38.1-6.9l-10.1-.1l7.2 7c.5-2.5 1.5-4.8 2.9-6.9m35.2 22.8l10.1.1l-7.2-7c-.5 2.5-1.5 4.8-2.9 6.9M27.5 11.5l-7-7.2l.1 10.1c2.1-1.4 4.4-2.4 6.9-2.9m9 41l7 7.2l-.1-10.1C41.3 51 39 52 36.5 52.5M14.8 44l-4 9.3l9.3-4C18 47.8 16.2 46 14.8 44m34.4-24l4-9.3l-9.3 4c2.1 1.5 3.9 3.3 5.3 5.3M11 32c0-1.3.1-2.5.4-3.7L2 32l9.4 3.7c-.3-1.2-.4-2.4-.4-3.7m51 0l-9.4-3.7c.2 1.2.4 2.5.4 3.7c0 1.3-.1 2.5-.4 3.7zM20 14.8l-9.3-4l4 9.3c1.5-2.1 3.3-3.9 5.3-5.3m24 34.4l9.3 4l-4-9.3C47.8 46 46 47.8 44 49.2m-8.3-37.8L32 2l-3.7 9.4c1.2-.2 2.5-.4 3.7-.4c1.3 0 2.5.1 3.7.4m-7.4 41.2L32 62l3.7-9.4c-1.2.3-2.4.4-3.7.4s-2.5-.1-3.7-.4"/><path d="M32 13c-10.5 0-19 8.5-19 19s8.5 19 19 19s19-8.5 19-19s-8.5-19-19-19M20.4 30.7c1.2-3.2 3-4.9 4.7-4.9s3.5 1.6 4.7 4.9c.1.3-.5.9-.8.6c-1.1-1.2-2.5-1.7-3.9-1.7s-2.8.5-3.9 1.7c-.4.4-1-.2-.8-.6m20.3 7.5C39.1 40.8 36 43 32 43s-7.2-2.3-8.7-4.8c-.4-.7.1-1.4.8-1c5.1 3.6 10.8 3.6 15.9 0c.6-.4 1.1.4.7 1m2.2-6.9c-1.1-1.2-2.5-1.7-3.9-1.7s-2.8.5-3.9 1.7c-.3.3-.9-.3-.8-.6c1.2-3.2 3-4.9 4.7-4.9c1.8 0 3.5 1.6 4.7 4.9c.1.4-.5 1-.8.6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ffca28"><path d="m20.5 59.7l7-7.2c-2.5-.5-4.8-1.5-6.9-2.9zm23-55.4l-7 7.2c2.5.5 4.8 1.5 6.9 2.9zm-32 32.2l-7.2 7l10.1-.1C13 41.3 12 39 11.5 36.5m41-9l7.2-7l-10.1.1c1.4 2.1 2.4 4.4 2.9 6.9m-38.1-6.9l-10.1-.1l7.2 7c.5-2.5 1.5-4.8 2.9-6.9m35.2 22.8l10.1.1l-7.2-7c-.5 2.5-1.5 4.8-2.9 6.9M27.5 11.5l-7-7.2l.1 10.1c2.1-1.4 4.4-2.4 6.9-2.9m9 41l7 7.2l-.1-10.1C41.3 51 39 52 36.5 52.5M14.8 44l-4 9.3l9.3-4C18 47.8 16.2 46 14.8 44m34.4-24l4-9.3l-9.3 4c2.1 1.5 3.9 3.3 5.3 5.3M11 32c0-1.3.1-2.5.4-3.7L2 32l9.4 3.7c-.3-1.2-.4-2.4-.4-3.7m51 0l-9.4-3.7c.2 1.2.4 2.5.4 3.7c0 1.3-.1 2.5-.4 3.7zM20 14.8l-9.3-4l4 9.3c1.5-2.1 3.3-3.9 5.3-5.3m24 34.4l9.3 4l-4-9.3C47.8 46 46 47.8 44 49.2m-8.3-37.8L32 2l-3.7 9.4c1.2-.2 2.5-.4 3.7-.4c1.3 0 2.5.1 3.7.4m-7.4 41.2L32 62l3.7-9.4c-1.2.3-2.4.4-3.7.4s-2.5-.1-3.7-.4"/><path d="M32 13c-10.5 0-19 8.5-19 19s8.5 19 19 19s19-8.5 19-19s-8.5-19-19-19M20.4 30.7c1.2-3.2 3-4.9 4.7-4.9s3.5 1.6 4.7 4.9c.1.3-.5.9-.8.6c-1.1-1.2-2.5-1.7-3.9-1.7s-2.8.5-3.9 1.7c-.4.4-1-.2-.8-.6m20.3 7.5C39.1 40.8 36 43 32 43s-7.2-2.3-8.7-4.8c-.4-.7.1-1.4.8-1c5.1 3.6 10.8 3.6 15.9 0c.6-.4 1.1.4.7 1m2.2-6.9c-1.1-1.2-2.5-1.7-3.9-1.7s-2.8.5-3.9 1.7c-.3.3-.9-.3-.8-.6c1.2-3.2 3-4.9 4.7-4.9c1.8 0 3.5 1.6 4.7 4.9c.1.4-.5 1-.8.6"/></g></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%2064%2064%22%3E%3Cg%20fill%3D%22%23ffca28%22%3E%3Cpath%20d%3D%22m20.5%2059.7l7-7.2c-2.5-.5-4.8-1.5-6.9-2.9zm23-55.4l-7%207.2c2.5.5%204.8%201.5%206.9%202.9zm-32%2032.2l-7.2%207l10.1-.1C13%2041.3%2012%2039%2011.5%2036.5m41-9l7.2-7l-10.1.1c1.4%202.1%202.4%204.4%202.9%206.9m-38.1-6.9l-10.1-.1l7.2%207c.5-2.5%201.5-4.8%202.9-6.9m35.2%2022.8l10.1.1l-7.2-7c-.5%202.5-1.5%204.8-2.9%206.9M27.5%2011.5l-7-7.2l.1%2010.1c2.1-1.4%204.4-2.4%206.9-2.9m9%2041l7%207.2l-.1-10.1C41.3%2051%2039%2052%2036.5%2052.5M14.8%2044l-4%209.3l9.3-4C18%2047.8%2016.2%2046%2014.8%2044m34.4-24l4-9.3l-9.3%204c2.1%201.5%203.9%203.3%205.3%205.3M11%2032c0-1.3.1-2.5.4-3.7L2%2032l9.4%203.7c-.3-1.2-.4-2.4-.4-3.7m51%200l-9.4-3.7c.2%201.2.4%202.5.4%203.7c0%201.3-.1%202.5-.4%203.7zM20%2014.8l-9.3-4l4%209.3c1.5-2.1%203.3-3.9%205.3-5.3m24%2034.4l9.3%204l-4-9.3C47.8%2046%2046%2047.8%2044%2049.2m-8.3-37.8L32%202l-3.7%209.4c1.2-.2%202.5-.4%203.7-.4c1.3%200%202.5.1%203.7.4m-7.4%2041.2L32%2062l3.7-9.4c-1.2.3-2.4.4-3.7.4s-2.5-.1-3.7-.4%22%2F%3E%3Cpath%20d%3D%22M32%2013c-10.5%200-19%208.5-19%2019s8.5%2019%2019%2019s19-8.5%2019-19s-8.5-19-19-19M20.4%2030.7c1.2-3.2%203-4.9%204.7-4.9s3.5%201.6%204.7%204.9c.1.3-.5.9-.8.6c-1.1-1.2-2.5-1.7-3.9-1.7s-2.8.5-3.9%201.7c-.4.4-1-.2-.8-.6m20.3%207.5C39.1%2040.8%2036%2043%2032%2043s-7.2-2.3-8.7-4.8c-.4-.7.1-1.4.8-1c5.1%203.6%2010.8%203.6%2015.9%200c.6-.4%201.1.4.7%201m2.2-6.9c-1.1-1.2-2.5-1.7-3.9-1.7s-2.8.5-3.9%201.7c-.3.3-.9-.3-.8-.6c1.2-3.2%203-4.9%204.7-4.9c1.8%200%203.5%201.6%204.7%204.9c.1.4-.5%201-.8.6%22%2F%3E%3C%2Fg%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%23ffca28%22%3E%3Cpath%20d%3D%22m20.5%2059.7l7-7.2c-2.5-.5-4.8-1.5-6.9-2.9zm23-55.4l-7%207.2c2.5.5%204.8%201.5%206.9%202.9zm-32%2032.2l-7.2%207l10.1-.1C13%2041.3%2012%2039%2011.5%2036.5m41-9l7.2-7l-10.1.1c1.4%202.1%202.4%204.4%202.9%206.9m-38.1-6.9l-10.1-.1l7.2%207c.5-2.5%201.5-4.8%202.9-6.9m35.2%2022.8l10.1.1l-7.2-7c-.5%202.5-1.5%204.8-2.9%206.9M27.5%2011.5l-7-7.2l.1%2010.1c2.1-1.4%204.4-2.4%206.9-2.9m9%2041l7%207.2l-.1-10.1C41.3%2051%2039%2052%2036.5%2052.5M14.8%2044l-4%209.3l9.3-4C18%2047.8%2016.2%2046%2014.8%2044m34.4-24l4-9.3l-9.3%204c2.1%201.5%203.9%203.3%205.3%205.3M11%2032c0-1.3.1-2.5.4-3.7L2%2032l9.4%203.7c-.3-1.2-.4-2.4-.4-3.7m51%200l-9.4-3.7c.2%201.2.4%202.5.4%203.7c0%201.3-.1%202.5-.4%203.7zM20%2014.8l-9.3-4l4%209.3c1.5-2.1%203.3-3.9%205.3-5.3m24%2034.4l9.3%204l-4-9.3C47.8%2046%2046%2047.8%2044%2049.2m-8.3-37.8L32%202l-3.7%209.4c1.2-.2%202.5-.4%203.7-.4c1.3%200%202.5.1%203.7.4m-7.4%2041.2L32%2062l3.7-9.4c-1.2.3-2.4.4-3.7.4s-2.5-.1-3.7-.4%22%2F%3E%3Cpath%20d%3D%22M32%2013c-10.5%200-19%208.5-19%2019s8.5%2019%2019%2019s19-8.5%2019-19s-8.5-19-19-19M20.4%2030.7c1.2-3.2%203-4.9%204.7-4.9s3.5%201.6%204.7%204.9c.1.3-.5.9-.8.6c-1.1-1.2-2.5-1.7-3.9-1.7s-2.8.5-3.9%201.7c-.4.4-1-.2-.8-.6m20.3%207.5C39.1%2040.8%2036%2043%2032%2043s-7.2-2.3-8.7-4.8c-.4-.7.1-1.4.8-1c5.1%203.6%2010.8%203.6%2015.9%200c.6-.4%201.1.4.7%201m2.2-6.9c-1.1-1.2-2.5-1.7-3.9-1.7s-2.8.5-3.9%201.7c-.3.3-.9-.3-.8-.6c1.2-3.2%203-4.9%204.7-4.9c1.8%200%203.5%201.6%204.7%204.9c.1.4-.5%201-.8.6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/sun-with-face.svg?color=%231a73e8&size=48