sunriseovermountains emoji
sunriseovermountains from Firefox OS Emoji by Mozilla · Default · Places · Apache-2.0 Free for personal and commercial use.
- Name
- sunriseovermountains
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Places
- Viewbox
- 512×512
- License
- Apache 2.0
More places icons from Firefox OS Emoji
Use the sunriseovermountains emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFAA3B" d="M501.617 489.617c0 6.6-5.4 12-12 12H22.383c-6.6 0-12-5.4-12-12V22.383c0-6.6 5.4-12 12-12h467.234c6.6 0 12 5.4 12 12z"/><path fill="#FFE564" d="M412.026 251.12a12.62 12.62 0 0 1 0-14.24l20.587-30.141c4.36-6.383 2.011-15.15-4.956-18.497l-32.9-15.809a12.62 12.62 0 0 1-7.12-12.332l2.759-36.396c.584-7.708-5.833-14.125-13.541-13.541l-36.396 2.759a12.62 12.62 0 0 1-12.332-7.12l-15.809-32.9c-3.348-6.967-12.115-9.316-18.497-4.956L263.68 88.534a12.62 12.62 0 0 1-14.24 0L219.3 67.947c-6.383-4.36-15.15-2.011-18.497 4.956l-15.809 32.9a12.62 12.62 0 0 1-12.332 7.12l-36.396-2.759c-7.708-.584-14.125 5.833-13.541 13.541l2.759 36.396a12.62 12.62 0 0 1-7.12 12.332l-32.9 15.809c-6.967 3.348-9.316 12.115-4.956 18.497l20.587 30.141a12.62 12.62 0 0 1 0 14.24l-20.588 30.14c-4.36 6.383-2.011 15.15 4.956 18.497l32.9 15.809a12.62 12.62 0 0 1 7.12 12.332l-2.759 36.396c-.584 7.708 5.833 14.125 13.541 13.541l36.396-2.759a12.62 12.62 0 0 1 12.332 7.12l15.809 32.9c3.348 6.967 12.115 9.316 18.497 4.956l30.141-20.587a12.62 12.62 0 0 1 14.24 0l30.141 20.587c6.383 4.36 15.15 2.011 18.497-4.956l15.809-32.9a12.62 12.62 0 0 1 12.332-7.12l36.396 2.759c7.708.584 14.125-5.833 13.541-13.541l-2.759-36.396a12.62 12.62 0 0 1 7.12-12.332l32.9-15.809c6.967-3.348 9.316-12.115 4.956-18.497z"/><path fill="#1D771F" d="M385.507 240.62c-119.231 0-215.887 83.871-215.887 152.238c0 41.561 19.708 79.567 52.296 108.759h267.702c6.6 0 12-5.4 12-12V262.522c-33.528-14.165-73.368-21.902-116.111-21.902"/><path fill="#2BA52E" d="M496.864 499.149C461.831 466.661 413.869 423.769 364 384c-79-63-178.087-105-287-105c-22.176 0-45.008 7.069-66.617 18.574v192.043c0 6.6 5.4 12 12 12h467.234c2.72 0 5.228-.927 7.247-2.468"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiSunriseovermountains(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFAA3B" d="M501.617 489.617c0 6.6-5.4 12-12 12H22.383c-6.6 0-12-5.4-12-12V22.383c0-6.6 5.4-12 12-12h467.234c6.6 0 12 5.4 12 12z"/><path fill="#FFE564" d="M412.026 251.12a12.62 12.62 0 0 1 0-14.24l20.587-30.141c4.36-6.383 2.011-15.15-4.956-18.497l-32.9-15.809a12.62 12.62 0 0 1-7.12-12.332l2.759-36.396c.584-7.708-5.833-14.125-13.541-13.541l-36.396 2.759a12.62 12.62 0 0 1-12.332-7.12l-15.809-32.9c-3.348-6.967-12.115-9.316-18.497-4.956L263.68 88.534a12.62 12.62 0 0 1-14.24 0L219.3 67.947c-6.383-4.36-15.15-2.011-18.497 4.956l-15.809 32.9a12.62 12.62 0 0 1-12.332 7.12l-36.396-2.759c-7.708-.584-14.125 5.833-13.541 13.541l2.759 36.396a12.62 12.62 0 0 1-7.12 12.332l-32.9 15.809c-6.967 3.348-9.316 12.115-4.956 18.497l20.587 30.141a12.62 12.62 0 0 1 0 14.24l-20.588 30.14c-4.36 6.383-2.011 15.15 4.956 18.497l32.9 15.809a12.62 12.62 0 0 1 7.12 12.332l-2.759 36.396c-.584 7.708 5.833 14.125 13.541 13.541l36.396-2.759a12.62 12.62 0 0 1 12.332 7.12l15.809 32.9c3.348 6.967 12.115 9.316 18.497 4.956l30.141-20.587a12.62 12.62 0 0 1 14.24 0l30.141 20.587c6.383 4.36 15.15 2.011 18.497-4.956l15.809-32.9a12.62 12.62 0 0 1 12.332-7.12l36.396 2.759c7.708.584 14.125-5.833 13.541-13.541l-2.759-36.396a12.62 12.62 0 0 1 7.12-12.332l32.9-15.809c6.967-3.348 9.316-12.115 4.956-18.497z"/><path fill="#1D771F" d="M385.507 240.62c-119.231 0-215.887 83.871-215.887 152.238c0 41.561 19.708 79.567 52.296 108.759h267.702c6.6 0 12-5.4 12-12V262.522c-33.528-14.165-73.368-21.902-116.111-21.902"/><path fill="#2BA52E" d="M496.864 499.149C461.831 466.661 413.869 423.769 364 384c-79-63-178.087-105-287-105c-22.176 0-45.008 7.069-66.617 18.574v192.043c0 6.6 5.4 12 12 12h467.234c2.72 0 5.228-.927 7.247-2.468"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFAA3B" d="M501.617 489.617c0 6.6-5.4 12-12 12H22.383c-6.6 0-12-5.4-12-12V22.383c0-6.6 5.4-12 12-12h467.234c6.6 0 12 5.4 12 12z"/><path fill="#FFE564" d="M412.026 251.12a12.62 12.62 0 0 1 0-14.24l20.587-30.141c4.36-6.383 2.011-15.15-4.956-18.497l-32.9-15.809a12.62 12.62 0 0 1-7.12-12.332l2.759-36.396c.584-7.708-5.833-14.125-13.541-13.541l-36.396 2.759a12.62 12.62 0 0 1-12.332-7.12l-15.809-32.9c-3.348-6.967-12.115-9.316-18.497-4.956L263.68 88.534a12.62 12.62 0 0 1-14.24 0L219.3 67.947c-6.383-4.36-15.15-2.011-18.497 4.956l-15.809 32.9a12.62 12.62 0 0 1-12.332 7.12l-36.396-2.759c-7.708-.584-14.125 5.833-13.541 13.541l2.759 36.396a12.62 12.62 0 0 1-7.12 12.332l-32.9 15.809c-6.967 3.348-9.316 12.115-4.956 18.497l20.587 30.141a12.62 12.62 0 0 1 0 14.24l-20.588 30.14c-4.36 6.383-2.011 15.15 4.956 18.497l32.9 15.809a12.62 12.62 0 0 1 7.12 12.332l-2.759 36.396c-.584 7.708 5.833 14.125 13.541 13.541l36.396-2.759a12.62 12.62 0 0 1 12.332 7.12l15.809 32.9c3.348 6.967 12.115 9.316 18.497 4.956l30.141-20.587a12.62 12.62 0 0 1 14.24 0l30.141 20.587c6.383 4.36 15.15 2.011 18.497-4.956l15.809-32.9a12.62 12.62 0 0 1 12.332-7.12l36.396 2.759c7.708.584 14.125-5.833 13.541-13.541l-2.759-36.396a12.62 12.62 0 0 1 7.12-12.332l32.9-15.809c6.967-3.348 9.316-12.115 4.956-18.497z"/><path fill="#1D771F" d="M385.507 240.62c-119.231 0-215.887 83.871-215.887 152.238c0 41.561 19.708 79.567 52.296 108.759h267.702c6.6 0 12-5.4 12-12V262.522c-33.528-14.165-73.368-21.902-116.111-21.902"/><path fill="#2BA52E" d="M496.864 499.149C461.831 466.661 413.869 423.769 364 384c-79-63-178.087-105-287-105c-22.176 0-45.008 7.069-66.617 18.574v192.043c0 6.6 5.4 12 12 12h467.234c2.72 0 5.228-.927 7.247-2.468"/></svg> </template>
CSS
.icon-sunriseovermountains {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFAA3B%22%20d%3D%22M501.617%20489.617c0%206.6-5.4%2012-12%2012H22.383c-6.6%200-12-5.4-12-12V22.383c0-6.6%205.4-12%2012-12h467.234c6.6%200%2012%205.4%2012%2012z%22%2F%3E%3Cpath%20fill%3D%22%23FFE564%22%20d%3D%22M412.026%20251.12a12.62%2012.62%200%200%201%200-14.24l20.587-30.141c4.36-6.383%202.011-15.15-4.956-18.497l-32.9-15.809a12.62%2012.62%200%200%201-7.12-12.332l2.759-36.396c.584-7.708-5.833-14.125-13.541-13.541l-36.396%202.759a12.62%2012.62%200%200%201-12.332-7.12l-15.809-32.9c-3.348-6.967-12.115-9.316-18.497-4.956L263.68%2088.534a12.62%2012.62%200%200%201-14.24%200L219.3%2067.947c-6.383-4.36-15.15-2.011-18.497%204.956l-15.809%2032.9a12.62%2012.62%200%200%201-12.332%207.12l-36.396-2.759c-7.708-.584-14.125%205.833-13.541%2013.541l2.759%2036.396a12.62%2012.62%200%200%201-7.12%2012.332l-32.9%2015.809c-6.967%203.348-9.316%2012.115-4.956%2018.497l20.587%2030.141a12.62%2012.62%200%200%201%200%2014.24l-20.588%2030.14c-4.36%206.383-2.011%2015.15%204.956%2018.497l32.9%2015.809a12.62%2012.62%200%200%201%207.12%2012.332l-2.759%2036.396c-.584%207.708%205.833%2014.125%2013.541%2013.541l36.396-2.759a12.62%2012.62%200%200%201%2012.332%207.12l15.809%2032.9c3.348%206.967%2012.115%209.316%2018.497%204.956l30.141-20.587a12.62%2012.62%200%200%201%2014.24%200l30.141%2020.587c6.383%204.36%2015.15%202.011%2018.497-4.956l15.809-32.9a12.62%2012.62%200%200%201%2012.332-7.12l36.396%202.759c7.708.584%2014.125-5.833%2013.541-13.541l-2.759-36.396a12.62%2012.62%200%200%201%207.12-12.332l32.9-15.809c6.967-3.348%209.316-12.115%204.956-18.497z%22%2F%3E%3Cpath%20fill%3D%22%231D771F%22%20d%3D%22M385.507%20240.62c-119.231%200-215.887%2083.871-215.887%20152.238c0%2041.561%2019.708%2079.567%2052.296%20108.759h267.702c6.6%200%2012-5.4%2012-12V262.522c-33.528-14.165-73.368-21.902-116.111-21.902%22%2F%3E%3Cpath%20fill%3D%22%232BA52E%22%20d%3D%22M496.864%20499.149C461.831%20466.661%20413.869%20423.769%20364%20384c-79-63-178.087-105-287-105c-22.176%200-45.008%207.069-66.617%2018.574v192.043c0%206.6%205.4%2012%2012%2012h467.234c2.72%200%205.228-.927%207.247-2.468%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFAA3B%22%20d%3D%22M501.617%20489.617c0%206.6-5.4%2012-12%2012H22.383c-6.6%200-12-5.4-12-12V22.383c0-6.6%205.4-12%2012-12h467.234c6.6%200%2012%205.4%2012%2012z%22%2F%3E%3Cpath%20fill%3D%22%23FFE564%22%20d%3D%22M412.026%20251.12a12.62%2012.62%200%200%201%200-14.24l20.587-30.141c4.36-6.383%202.011-15.15-4.956-18.497l-32.9-15.809a12.62%2012.62%200%200%201-7.12-12.332l2.759-36.396c.584-7.708-5.833-14.125-13.541-13.541l-36.396%202.759a12.62%2012.62%200%200%201-12.332-7.12l-15.809-32.9c-3.348-6.967-12.115-9.316-18.497-4.956L263.68%2088.534a12.62%2012.62%200%200%201-14.24%200L219.3%2067.947c-6.383-4.36-15.15-2.011-18.497%204.956l-15.809%2032.9a12.62%2012.62%200%200%201-12.332%207.12l-36.396-2.759c-7.708-.584-14.125%205.833-13.541%2013.541l2.759%2036.396a12.62%2012.62%200%200%201-7.12%2012.332l-32.9%2015.809c-6.967%203.348-9.316%2012.115-4.956%2018.497l20.587%2030.141a12.62%2012.62%200%200%201%200%2014.24l-20.588%2030.14c-4.36%206.383-2.011%2015.15%204.956%2018.497l32.9%2015.809a12.62%2012.62%200%200%201%207.12%2012.332l-2.759%2036.396c-.584%207.708%205.833%2014.125%2013.541%2013.541l36.396-2.759a12.62%2012.62%200%200%201%2012.332%207.12l15.809%2032.9c3.348%206.967%2012.115%209.316%2018.497%204.956l30.141-20.587a12.62%2012.62%200%200%201%2014.24%200l30.141%2020.587c6.383%204.36%2015.15%202.011%2018.497-4.956l15.809-32.9a12.62%2012.62%200%200%201%2012.332-7.12l36.396%202.759c7.708.584%2014.125-5.833%2013.541-13.541l-2.759-36.396a12.62%2012.62%200%200%201%207.12-12.332l32.9-15.809c6.967-3.348%209.316-12.115%204.956-18.497z%22%2F%3E%3Cpath%20fill%3D%22%231D771F%22%20d%3D%22M385.507%20240.62c-119.231%200-215.887%2083.871-215.887%20152.238c0%2041.561%2019.708%2079.567%2052.296%20108.759h267.702c6.6%200%2012-5.4%2012-12V262.522c-33.528-14.165-73.368-21.902-116.111-21.902%22%2F%3E%3Cpath%20fill%3D%22%232BA52E%22%20d%3D%22M496.864%20499.149C461.831%20466.661%20413.869%20423.769%20364%20384c-79-63-178.087-105-287-105c-22.176%200-45.008%207.069-66.617%2018.574v192.043c0%206.6%205.4%2012%2012%2012h467.234c2.72%200%205.228-.927%207.247-2.468%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/sunriseovermountains.svg?color=%231a73e8&size=48