sunrise emoji
sunrise from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- sunrise
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
sunriseBootstrap IconssunriseCarbonsunriseEmoji One (Colored)sunriseElement PlussunriseFramework7 IconssunriseFeather IconssunriseFluent EmojisunriseFluent Emoji FlatsunriseFirefox OS EmojisunriseHuge IconssunriseIconParksunriseIconPark OutlinesunriseLucidesunrise-fillMingCute IconsunriseMyna UI IconssunriseNoto EmojisunriseOpenMojisunriseSimple Iconssunrise-boldSolarsunriseTabler IconssunriseTwitter Emoji
More travel & places icons from Fluent Emoji High Contrast
Use the sunrise 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 3v14.043q.22-.042.5-.043c.75 0 1.125.25 1.5.5s.75.5 1.5.5s1.125-.25 1.5-.5c.188-.125.375-.25.61-.344l-.01.004l-.893-.474a2 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-.892.474c.23.093.415.217.6.34c.375.25.75.5 1.5.5s1.125-.25 1.5-.5s.75-.5 1.5-.5q.28.001.5.043V6a3 3 0 0 0-3-3zm15.98 17.043l-.014.003a7.5 7.5 0 1 0-11.932 0c.474.083.845.268 1.216.454c.5.25 1 .5 1.75.5s1.125-.25 1.5-.5s.75-.5 1.5-.5s1.125.25 1.5.5s.75.5 1.5.5s1.25-.25 1.75-.5c.375-.187.75-.375 1.23-.457M8 23.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 0-1h-15a.5.5 0 0 0-.5.5m4.5 2.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastSunrise(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 3v14.043q.22-.042.5-.043c.75 0 1.125.25 1.5.5s.75.5 1.5.5s1.125-.25 1.5-.5c.188-.125.375-.25.61-.344l-.01.004l-.893-.474a2 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-.892.474c.23.093.415.217.6.34c.375.25.75.5 1.5.5s1.125-.25 1.5-.5s.75-.5 1.5-.5q.28.001.5.043V6a3 3 0 0 0-3-3zm15.98 17.043l-.014.003a7.5 7.5 0 1 0-11.932 0c.474.083.845.268 1.216.454c.5.25 1 .5 1.75.5s1.125-.25 1.5-.5s.75-.5 1.5-.5s1.125.25 1.5.5s.75.5 1.5.5s1.25-.25 1.75-.5c.375-.187.75-.375 1.23-.457M8 23.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 0-1h-15a.5.5 0 0 0-.5.5m4.5 2.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1z"/></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 3v14.043q.22-.042.5-.043c.75 0 1.125.25 1.5.5s.75.5 1.5.5s1.125-.25 1.5-.5c.188-.125.375-.25.61-.344l-.01.004l-.893-.474a2 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-.892.474c.23.093.415.217.6.34c.375.25.75.5 1.5.5s1.125-.25 1.5-.5s.75-.5 1.5-.5q.28.001.5.043V6a3 3 0 0 0-3-3zm15.98 17.043l-.014.003a7.5 7.5 0 1 0-11.932 0c.474.083.845.268 1.216.454c.5.25 1 .5 1.75.5s1.125-.25 1.5-.5s.75-.5 1.5-.5s1.125.25 1.5.5s.75.5 1.5.5s1.25-.25 1.75-.5c.375-.187.75-.375 1.23-.457M8 23.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 0-1h-15a.5.5 0 0 0-.5.5m4.5 2.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1z"/></svg> </template>
CSS
.icon-sunrise {
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%203v14.043q.22-.042.5-.043c.75%200%201.125.25%201.5.5s.75.5%201.5.5s1.125-.25%201.5-.5c.188-.125.375-.25.61-.344l-.01.004l-.893-.474a2%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-.892.474c.23.093.415.217.6.34c.375.25.75.5%201.5.5s1.125-.25%201.5-.5s.75-.5%201.5-.5q.28.001.5.043V6a3%203%200%200%200-3-3zm15.98%2017.043l-.014.003a7.5%207.5%200%201%200-11.932%200c.474.083.845.268%201.216.454c.5.25%201%20.5%201.75.5s1.125-.25%201.5-.5s.75-.5%201.5-.5s1.125.25%201.5.5s.75.5%201.5.5s1.25-.25%201.75-.5c.375-.187.75-.375%201.23-.457M8%2023.5a.5.5%200%200%200%20.5.5h15a.5.5%200%200%200%200-1h-15a.5.5%200%200%200-.5.5m4.5%202.5a.5.5%200%200%200%200%201h7a.5.5%200%200%200%200-1z%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%203v14.043q.22-.042.5-.043c.75%200%201.125.25%201.5.5s.75.5%201.5.5s1.125-.25%201.5-.5c.188-.125.375-.25.61-.344l-.01.004l-.893-.474a2%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-.892.474c.23.093.415.217.6.34c.375.25.75.5%201.5.5s1.125-.25%201.5-.5s.75-.5%201.5-.5q.28.001.5.043V6a3%203%200%200%200-3-3zm15.98%2017.043l-.014.003a7.5%207.5%200%201%200-11.932%200c.474.083.845.268%201.216.454c.5.25%201%20.5%201.75.5s1.125-.25%201.5-.5s.75-.5%201.5-.5s1.125.25%201.5.5s.75.5%201.5.5s1.25-.25%201.75-.5c.375-.187.75-.375%201.23-.457M8%2023.5a.5.5%200%200%200%20.5.5h15a.5.5%200%200%200%200-1h-15a.5.5%200%200%200-.5.5m4.5%202.5a.5.5%200%200%200%200%201h7a.5.5%200%200%200%200-1z%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.svg?color=%231a73e8&size=48