sunset emoji

sunset from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
sunset
Set
OpenMoji
Style
Default
Category
Travel Places
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More travel places icons from OpenMoji

Use the sunset emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#e27022" d="M4 4h64.09v64H4z"/><path fill="#f4aa41" d="m4 31.112l21.09 5.515l-.443 4.98L4 41.035m64.09-9.923L47 36.627l.443 4.98l20.647-.572m0-29.156l-17 20l-4-3L59.927 4.008L68.09 4M4 4l.001 9.364l2.108 1.991l18.531 18.59l3.75-3.307L12.1 4m20.402 0l1.936 22.255l4.983.411L42.692 4"/><circle cx="37.09" cy="35.879" r="15" fill="#fcea2b"/><path fill="#9b9b9a" d="M10.013 45.981v-17h10v17m14-13h13V68h-13z"/><path fill="#d0cfce" d="M51.013 68V36.981h16V68m-62 0V45.981h34V68"/><path fill="#fcea2b" d="M9.013 48.985h2.991v5.997H9.013zm6 0h2.991v5.997h-2.991zm12 0h2.991v5.997h-2.991zm6 0h2.991v5.997h-2.991zm22-9h2.991v5.997h-2.991zm6 10h2.991v5.997h-2.991zm0 10h2.991v5.997h-2.991zm-6 0h2.991v5.997h-2.991zm-22-1h2.991v5.997h-2.991zm-12 0h2.991v5.997h-2.991zm-12 0h2.991v5.997H9.013z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M51.013 66.981v-30h16v30m-62 0v-21h34v21"/><path stroke-linejoin="round" d="M35.013 42.981v-10h12v34m-36-24v-14h8v14m38 3h-2v-5m8 15h-2v-5m-32 4h-2v-5m8 5h-2v-5m2 15h-2v-5m-16-5h-2v-5m-4 5h-2v-5m2 15h-2v-5m14 5h-2v-5m36 6h-2v-5m8 5h-2v-5m-46-29v11m24-7v7m4-7v31"/><path stroke-miterlimit="10" d="M23.875 42.982a15.002 15.002 0 1 1 28.091-9.037"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiSunset(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#e27022" d="M4 4h64.09v64H4z"/><path fill="#f4aa41" d="m4 31.112l21.09 5.515l-.443 4.98L4 41.035m64.09-9.923L47 36.627l.443 4.98l20.647-.572m0-29.156l-17 20l-4-3L59.927 4.008L68.09 4M4 4l.001 9.364l2.108 1.991l18.531 18.59l3.75-3.307L12.1 4m20.402 0l1.936 22.255l4.983.411L42.692 4"/><circle cx="37.09" cy="35.879" r="15" fill="#fcea2b"/><path fill="#9b9b9a" d="M10.013 45.981v-17h10v17m14-13h13V68h-13z"/><path fill="#d0cfce" d="M51.013 68V36.981h16V68m-62 0V45.981h34V68"/><path fill="#fcea2b" d="M9.013 48.985h2.991v5.997H9.013zm6 0h2.991v5.997h-2.991zm12 0h2.991v5.997h-2.991zm6 0h2.991v5.997h-2.991zm22-9h2.991v5.997h-2.991zm6 10h2.991v5.997h-2.991zm0 10h2.991v5.997h-2.991zm-6 0h2.991v5.997h-2.991zm-22-1h2.991v5.997h-2.991zm-12 0h2.991v5.997h-2.991zm-12 0h2.991v5.997H9.013z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="2"><path strokeLinejoin="round" d="M51.013 66.981v-30h16v30m-62 0v-21h34v21"/><path strokeLinejoin="round" d="M35.013 42.981v-10h12v34m-36-24v-14h8v14m38 3h-2v-5m8 15h-2v-5m-32 4h-2v-5m8 5h-2v-5m2 15h-2v-5m-16-5h-2v-5m-4 5h-2v-5m2 15h-2v-5m14 5h-2v-5m36 6h-2v-5m8 5h-2v-5m-46-29v11m24-7v7m4-7v31"/><path strokeMiterlimit="10" d="M23.875 42.982a15.002 15.002 0 1 1 28.091-9.037"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#e27022" d="M4 4h64.09v64H4z"/><path fill="#f4aa41" d="m4 31.112l21.09 5.515l-.443 4.98L4 41.035m64.09-9.923L47 36.627l.443 4.98l20.647-.572m0-29.156l-17 20l-4-3L59.927 4.008L68.09 4M4 4l.001 9.364l2.108 1.991l18.531 18.59l3.75-3.307L12.1 4m20.402 0l1.936 22.255l4.983.411L42.692 4"/><circle cx="37.09" cy="35.879" r="15" fill="#fcea2b"/><path fill="#9b9b9a" d="M10.013 45.981v-17h10v17m14-13h13V68h-13z"/><path fill="#d0cfce" d="M51.013 68V36.981h16V68m-62 0V45.981h34V68"/><path fill="#fcea2b" d="M9.013 48.985h2.991v5.997H9.013zm6 0h2.991v5.997h-2.991zm12 0h2.991v5.997h-2.991zm6 0h2.991v5.997h-2.991zm22-9h2.991v5.997h-2.991zm6 10h2.991v5.997h-2.991zm0 10h2.991v5.997h-2.991zm-6 0h2.991v5.997h-2.991zm-22-1h2.991v5.997h-2.991zm-12 0h2.991v5.997h-2.991zm-12 0h2.991v5.997H9.013z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M51.013 66.981v-30h16v30m-62 0v-21h34v21"/><path stroke-linejoin="round" d="M35.013 42.981v-10h12v34m-36-24v-14h8v14m38 3h-2v-5m8 15h-2v-5m-32 4h-2v-5m8 5h-2v-5m2 15h-2v-5m-16-5h-2v-5m-4 5h-2v-5m2 15h-2v-5m14 5h-2v-5m36 6h-2v-5m8 5h-2v-5m-46-29v11m24-7v7m4-7v31"/><path stroke-miterlimit="10" d="M23.875 42.982a15.002 15.002 0 1 1 28.091-9.037"/></g></svg>
</template>

CSS

.icon-sunset {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M4%204h64.09v64H4z%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22m4%2031.112l21.09%205.515l-.443%204.98L4%2041.035m64.09-9.923L47%2036.627l.443%204.98l20.647-.572m0-29.156l-17%2020l-4-3L59.927%204.008L68.09%204M4%204l.001%209.364l2.108%201.991l18.531%2018.59l3.75-3.307L12.1%204m20.402%200l1.936%2022.255l4.983.411L42.692%204%22%2F%3E%3Ccircle%20cx%3D%2237.09%22%20cy%3D%2235.879%22%20r%3D%2215%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M10.013%2045.981v-17h10v17m14-13h13V68h-13z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M51.013%2068V36.981h16V68m-62%200V45.981h34V68%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M9.013%2048.985h2.991v5.997H9.013zm6%200h2.991v5.997h-2.991zm12%200h2.991v5.997h-2.991zm6%200h2.991v5.997h-2.991zm22-9h2.991v5.997h-2.991zm6%2010h2.991v5.997h-2.991zm0%2010h2.991v5.997h-2.991zm-6%200h2.991v5.997h-2.991zm-22-1h2.991v5.997h-2.991zm-12%200h2.991v5.997h-2.991zm-12%200h2.991v5.997H9.013z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M51.013%2066.981v-30h16v30m-62%200v-21h34v21%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M35.013%2042.981v-10h12v34m-36-24v-14h8v14m38%203h-2v-5m8%2015h-2v-5m-32%204h-2v-5m8%205h-2v-5m2%2015h-2v-5m-16-5h-2v-5m-4%205h-2v-5m2%2015h-2v-5m14%205h-2v-5m36%206h-2v-5m8%205h-2v-5m-46-29v11m24-7v7m4-7v31%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23.875%2042.982a15.002%2015.002%200%201%201%2028.091-9.037%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M4%204h64.09v64H4z%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22m4%2031.112l21.09%205.515l-.443%204.98L4%2041.035m64.09-9.923L47%2036.627l.443%204.98l20.647-.572m0-29.156l-17%2020l-4-3L59.927%204.008L68.09%204M4%204l.001%209.364l2.108%201.991l18.531%2018.59l3.75-3.307L12.1%204m20.402%200l1.936%2022.255l4.983.411L42.692%204%22%2F%3E%3Ccircle%20cx%3D%2237.09%22%20cy%3D%2235.879%22%20r%3D%2215%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M10.013%2045.981v-17h10v17m14-13h13V68h-13z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M51.013%2068V36.981h16V68m-62%200V45.981h34V68%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M9.013%2048.985h2.991v5.997H9.013zm6%200h2.991v5.997h-2.991zm12%200h2.991v5.997h-2.991zm6%200h2.991v5.997h-2.991zm22-9h2.991v5.997h-2.991zm6%2010h2.991v5.997h-2.991zm0%2010h2.991v5.997h-2.991zm-6%200h2.991v5.997h-2.991zm-22-1h2.991v5.997h-2.991zm-12%200h2.991v5.997h-2.991zm-12%200h2.991v5.997H9.013z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M51.013%2066.981v-30h16v30m-62%200v-21h34v21%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M35.013%2042.981v-10h12v34m-36-24v-14h8v14m38%203h-2v-5m8%2015h-2v-5m-32%204h-2v-5m8%205h-2v-5m2%2015h-2v-5m-16-5h-2v-5m-4%205h-2v-5m2%2015h-2v-5m14%205h-2v-5m36%206h-2v-5m8%205h-2v-5m-46-29v11m24-7v7m4-7v31%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23.875%2042.982a15.002%2015.002%200%201%201%2028.091-9.037%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/sunset.svg?color=%231a73e8&size=48