sunrise over mountains emoji

sunrise-over-mountains from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
sunrise-over-mountains
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the sunrise over mountains emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1 6a5 5 0 0 1 5-5h20a5 5 0 0 1 5 5v20a5 5 0 0 1-5 5H6a5 5 0 0 1-5-5zm5-3a3 3 0 0 0-3 3v12.695a2.25 2.25 0 0 1 2.397.363l2.424 2.121l.936-.936l-1.05-.557a2 2 0 0 1-.859-2.644l.526-1.077a1 1 0 0 0 0-.877l-.526-1.077a2 2 0 0 1 .86-2.644l1.055-.561a1 1 0 0 0 .516-.71l.207-1.18a2 2 0 0 1 2.25-1.634l1.18.167a1 1 0 0 0 .836-.272l.857-.83a2 2 0 0 1 2.782 0l.857.83a1 1 0 0 0 .836.272l1.18-.167a2 2 0 0 1 2.25 1.635l.207 1.178a1 1 0 0 0 .516.71l1.056.562a2 2 0 0 1 .859 2.643l-.526 1.078a1 1 0 0 0 0 .877l.526 1.077a2 2 0 0 1-.86 2.644l-1.049.557l1.29 1.29l2.4-2.099A1.75 1.75 0 0 1 29 19.26V6a3 3 0 0 0-3-3zm17.5 12.5a7.5 7.5 0 1 0-13.905 3.905l4.708-4.708a2.4 2.4 0 0 1 3.394 0l4.708 4.708A7.46 7.46 0 0 0 23.5 15.5M3 26l4.112-4.112l-2.374-2.078a1.25 1.25 0 0 0-1.573-.059L3 19.875zm19.586 3l-3.854-3.854A.5.5 0 0 0 18.38 25h-.88a2.5 2.5 0 0 1-2.5-2.5v-7.086L3.239 27.175a3.01 3.01 0 0 0 2.156 1.764A3 3 0 0 0 6 29z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastSunriseOverMountains(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1 6a5 5 0 0 1 5-5h20a5 5 0 0 1 5 5v20a5 5 0 0 1-5 5H6a5 5 0 0 1-5-5zm5-3a3 3 0 0 0-3 3v12.695a2.25 2.25 0 0 1 2.397.363l2.424 2.121l.936-.936l-1.05-.557a2 2 0 0 1-.859-2.644l.526-1.077a1 1 0 0 0 0-.877l-.526-1.077a2 2 0 0 1 .86-2.644l1.055-.561a1 1 0 0 0 .516-.71l.207-1.18a2 2 0 0 1 2.25-1.634l1.18.167a1 1 0 0 0 .836-.272l.857-.83a2 2 0 0 1 2.782 0l.857.83a1 1 0 0 0 .836.272l1.18-.167a2 2 0 0 1 2.25 1.635l.207 1.178a1 1 0 0 0 .516.71l1.056.562a2 2 0 0 1 .859 2.643l-.526 1.078a1 1 0 0 0 0 .877l.526 1.077a2 2 0 0 1-.86 2.644l-1.049.557l1.29 1.29l2.4-2.099A1.75 1.75 0 0 1 29 19.26V6a3 3 0 0 0-3-3zm17.5 12.5a7.5 7.5 0 1 0-13.905 3.905l4.708-4.708a2.4 2.4 0 0 1 3.394 0l4.708 4.708A7.46 7.46 0 0 0 23.5 15.5M3 26l4.112-4.112l-2.374-2.078a1.25 1.25 0 0 0-1.573-.059L3 19.875zm19.586 3l-3.854-3.854A.5.5 0 0 0 18.38 25h-.88a2.5 2.5 0 0 1-2.5-2.5v-7.086L3.239 27.175a3.01 3.01 0 0 0 2.156 1.764A3 3 0 0 0 6 29z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1 6a5 5 0 0 1 5-5h20a5 5 0 0 1 5 5v20a5 5 0 0 1-5 5H6a5 5 0 0 1-5-5zm5-3a3 3 0 0 0-3 3v12.695a2.25 2.25 0 0 1 2.397.363l2.424 2.121l.936-.936l-1.05-.557a2 2 0 0 1-.859-2.644l.526-1.077a1 1 0 0 0 0-.877l-.526-1.077a2 2 0 0 1 .86-2.644l1.055-.561a1 1 0 0 0 .516-.71l.207-1.18a2 2 0 0 1 2.25-1.634l1.18.167a1 1 0 0 0 .836-.272l.857-.83a2 2 0 0 1 2.782 0l.857.83a1 1 0 0 0 .836.272l1.18-.167a2 2 0 0 1 2.25 1.635l.207 1.178a1 1 0 0 0 .516.71l1.056.562a2 2 0 0 1 .859 2.643l-.526 1.078a1 1 0 0 0 0 .877l.526 1.077a2 2 0 0 1-.86 2.644l-1.049.557l1.29 1.29l2.4-2.099A1.75 1.75 0 0 1 29 19.26V6a3 3 0 0 0-3-3zm17.5 12.5a7.5 7.5 0 1 0-13.905 3.905l4.708-4.708a2.4 2.4 0 0 1 3.394 0l4.708 4.708A7.46 7.46 0 0 0 23.5 15.5M3 26l4.112-4.112l-2.374-2.078a1.25 1.25 0 0 0-1.573-.059L3 19.875zm19.586 3l-3.854-3.854A.5.5 0 0 0 18.38 25h-.88a2.5 2.5 0 0 1-2.5-2.5v-7.086L3.239 27.175a3.01 3.01 0 0 0 2.156 1.764A3 3 0 0 0 6 29z"/></svg>
</template>

CSS

.icon-sunrise-over-mountains {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%206a5%205%200%200%201%205-5h20a5%205%200%200%201%205%205v20a5%205%200%200%201-5%205H6a5%205%200%200%201-5-5zm5-3a3%203%200%200%200-3%203v12.695a2.25%202.25%200%200%201%202.397.363l2.424%202.121l.936-.936l-1.05-.557a2%202%200%200%201-.859-2.644l.526-1.077a1%201%200%200%200%200-.877l-.526-1.077a2%202%200%200%201%20.86-2.644l1.055-.561a1%201%200%200%200%20.516-.71l.207-1.18a2%202%200%200%201%202.25-1.634l1.18.167a1%201%200%200%200%20.836-.272l.857-.83a2%202%200%200%201%202.782%200l.857.83a1%201%200%200%200%20.836.272l1.18-.167a2%202%200%200%201%202.25%201.635l.207%201.178a1%201%200%200%200%20.516.71l1.056.562a2%202%200%200%201%20.859%202.643l-.526%201.078a1%201%200%200%200%200%20.877l.526%201.077a2%202%200%200%201-.86%202.644l-1.049.557l1.29%201.29l2.4-2.099A1.75%201.75%200%200%201%2029%2019.26V6a3%203%200%200%200-3-3zm17.5%2012.5a7.5%207.5%200%201%200-13.905%203.905l4.708-4.708a2.4%202.4%200%200%201%203.394%200l4.708%204.708A7.46%207.46%200%200%200%2023.5%2015.5M3%2026l4.112-4.112l-2.374-2.078a1.25%201.25%200%200%200-1.573-.059L3%2019.875zm19.586%203l-3.854-3.854A.5.5%200%200%200%2018.38%2025h-.88a2.5%202.5%200%200%201-2.5-2.5v-7.086L3.239%2027.175a3.01%203.01%200%200%200%202.156%201.764A3%203%200%200%200%206%2029z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%206a5%205%200%200%201%205-5h20a5%205%200%200%201%205%205v20a5%205%200%200%201-5%205H6a5%205%200%200%201-5-5zm5-3a3%203%200%200%200-3%203v12.695a2.25%202.25%200%200%201%202.397.363l2.424%202.121l.936-.936l-1.05-.557a2%202%200%200%201-.859-2.644l.526-1.077a1%201%200%200%200%200-.877l-.526-1.077a2%202%200%200%201%20.86-2.644l1.055-.561a1%201%200%200%200%20.516-.71l.207-1.18a2%202%200%200%201%202.25-1.634l1.18.167a1%201%200%200%200%20.836-.272l.857-.83a2%202%200%200%201%202.782%200l.857.83a1%201%200%200%200%20.836.272l1.18-.167a2%202%200%200%201%202.25%201.635l.207%201.178a1%201%200%200%200%20.516.71l1.056.562a2%202%200%200%201%20.859%202.643l-.526%201.078a1%201%200%200%200%200%20.877l.526%201.077a2%202%200%200%201-.86%202.644l-1.049.557l1.29%201.29l2.4-2.099A1.75%201.75%200%200%201%2029%2019.26V6a3%203%200%200%200-3-3zm17.5%2012.5a7.5%207.5%200%201%200-13.905%203.905l4.708-4.708a2.4%202.4%200%200%201%203.394%200l4.708%204.708A7.46%207.46%200%200%200%2023.5%2015.5M3%2026l4.112-4.112l-2.374-2.078a1.25%201.25%200%200%200-1.573-.059L3%2019.875zm19.586%203l-3.854-3.854A.5.5%200%200%200%2018.38%2025h-.88a2.5%202.5%200%200%201-2.5-2.5v-7.086L3.239%2027.175a3.01%203.01%200%200%200%202.156%201.764A3%203%200%200%200%206%2029z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/sunrise-over-mountains.svg?color=%231a73e8&size=48