lastquartermoon emoji
lastquartermoon from Firefox OS Emoji by Mozilla · Default · Nature · Apache-2.0 Free for personal and commercial use.
- Name
- lastquartermoon
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Nature
- Viewbox
- 512×512
- License
- Apache 2.0
More nature icons from Firefox OS Emoji
Use the lastquartermoon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#5A7B90" d="M6.002 255.999C6.002 117.931 117.933 6 256.001 6S506 117.931 506 255.999S394.069 505.998 256.001 505.998S6.002 394.067 6.002 255.999"/><path fill="#FDE364" d="M255.999 6.002C117.931 6.002 6 117.933 6 256.001S117.931 506 255.999 506c17.678 0 17.678-499.998 0-499.998"/><path fill="#FFC63A" d="M147.568 172.666c0 20.753-19.39 37.579-43.304 37.579s-43.296-16.826-43.296-37.579s19.382-37.579 43.296-37.579s43.304 16.826 43.304 37.579m99.537 254.083c0-25.719-24.51-46.565-54.738-46.565c-30.235 0-54.737 20.846-54.737 46.565s24.502 46.565 54.737 46.565c30.228.001 54.738-20.846 54.738-46.565M256 6.003c-37.879 0-73.781 8.44-105.953 23.516c13.773 26.355 41.349 44.353 73.147 44.353a82.1 82.1 0 0 0 41.582-11.254c-2.15-34.675-5.075-56.615-8.776-56.615M48.36 272.363c-15.014 0-28.934 5.497-40.42 14.863c7.03 56.416 32.853 106.993 71.011 145.269c24.033-13.52 40.646-42.464 40.646-75.996c0-46.472-31.892-84.136-71.237-84.136m149.475-46.581c0 32.032 31.892 57.991 71.238 57.991l.106-.002c.206-39.034-.024-78.976-.689-115.968c-39.076.256-70.655 26.106-70.655 57.979"/><path fill="#496170" d="M308.355 500.486c-8.188-8.716-12.966-19.137-12.966-30.342c0-30.584 35.487-55.38 79.255-55.38c23.05 0 43.795 6.883 58.278 17.861c-33.493 33.548-76.472 57.612-124.567 67.861m197.617-246.612c-.469-56.359-19.585-108.266-51.487-149.864c-32.308 10.007-55.781 40.123-55.781 75.718c0 43.769 35.487 79.256 79.255 79.256a79 79 0 0 0 28.013-5.11M256 6.003c3.701 0 6.626 21.938 8.776 56.613c19.155-11.21 33.393-29.912 38.669-52.097A251 251 0 0 0 256 6.003m12.49 161.8c.665 36.993.895 76.935.689 115.968l-.106.002c39.345 0 71.238-25.959 71.238-57.991s-31.893-57.991-71.238-57.991"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiLastquartermoon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#5A7B90" d="M6.002 255.999C6.002 117.931 117.933 6 256.001 6S506 117.931 506 255.999S394.069 505.998 256.001 505.998S6.002 394.067 6.002 255.999"/><path fill="#FDE364" d="M255.999 6.002C117.931 6.002 6 117.933 6 256.001S117.931 506 255.999 506c17.678 0 17.678-499.998 0-499.998"/><path fill="#FFC63A" d="M147.568 172.666c0 20.753-19.39 37.579-43.304 37.579s-43.296-16.826-43.296-37.579s19.382-37.579 43.296-37.579s43.304 16.826 43.304 37.579m99.537 254.083c0-25.719-24.51-46.565-54.738-46.565c-30.235 0-54.737 20.846-54.737 46.565s24.502 46.565 54.737 46.565c30.228.001 54.738-20.846 54.738-46.565M256 6.003c-37.879 0-73.781 8.44-105.953 23.516c13.773 26.355 41.349 44.353 73.147 44.353a82.1 82.1 0 0 0 41.582-11.254c-2.15-34.675-5.075-56.615-8.776-56.615M48.36 272.363c-15.014 0-28.934 5.497-40.42 14.863c7.03 56.416 32.853 106.993 71.011 145.269c24.033-13.52 40.646-42.464 40.646-75.996c0-46.472-31.892-84.136-71.237-84.136m149.475-46.581c0 32.032 31.892 57.991 71.238 57.991l.106-.002c.206-39.034-.024-78.976-.689-115.968c-39.076.256-70.655 26.106-70.655 57.979"/><path fill="#496170" d="M308.355 500.486c-8.188-8.716-12.966-19.137-12.966-30.342c0-30.584 35.487-55.38 79.255-55.38c23.05 0 43.795 6.883 58.278 17.861c-33.493 33.548-76.472 57.612-124.567 67.861m197.617-246.612c-.469-56.359-19.585-108.266-51.487-149.864c-32.308 10.007-55.781 40.123-55.781 75.718c0 43.769 35.487 79.256 79.255 79.256a79 79 0 0 0 28.013-5.11M256 6.003c3.701 0 6.626 21.938 8.776 56.613c19.155-11.21 33.393-29.912 38.669-52.097A251 251 0 0 0 256 6.003m12.49 161.8c.665 36.993.895 76.935.689 115.968l-.106.002c39.345 0 71.238-25.959 71.238-57.991s-31.893-57.991-71.238-57.991"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#5A7B90" d="M6.002 255.999C6.002 117.931 117.933 6 256.001 6S506 117.931 506 255.999S394.069 505.998 256.001 505.998S6.002 394.067 6.002 255.999"/><path fill="#FDE364" d="M255.999 6.002C117.931 6.002 6 117.933 6 256.001S117.931 506 255.999 506c17.678 0 17.678-499.998 0-499.998"/><path fill="#FFC63A" d="M147.568 172.666c0 20.753-19.39 37.579-43.304 37.579s-43.296-16.826-43.296-37.579s19.382-37.579 43.296-37.579s43.304 16.826 43.304 37.579m99.537 254.083c0-25.719-24.51-46.565-54.738-46.565c-30.235 0-54.737 20.846-54.737 46.565s24.502 46.565 54.737 46.565c30.228.001 54.738-20.846 54.738-46.565M256 6.003c-37.879 0-73.781 8.44-105.953 23.516c13.773 26.355 41.349 44.353 73.147 44.353a82.1 82.1 0 0 0 41.582-11.254c-2.15-34.675-5.075-56.615-8.776-56.615M48.36 272.363c-15.014 0-28.934 5.497-40.42 14.863c7.03 56.416 32.853 106.993 71.011 145.269c24.033-13.52 40.646-42.464 40.646-75.996c0-46.472-31.892-84.136-71.237-84.136m149.475-46.581c0 32.032 31.892 57.991 71.238 57.991l.106-.002c.206-39.034-.024-78.976-.689-115.968c-39.076.256-70.655 26.106-70.655 57.979"/><path fill="#496170" d="M308.355 500.486c-8.188-8.716-12.966-19.137-12.966-30.342c0-30.584 35.487-55.38 79.255-55.38c23.05 0 43.795 6.883 58.278 17.861c-33.493 33.548-76.472 57.612-124.567 67.861m197.617-246.612c-.469-56.359-19.585-108.266-51.487-149.864c-32.308 10.007-55.781 40.123-55.781 75.718c0 43.769 35.487 79.256 79.255 79.256a79 79 0 0 0 28.013-5.11M256 6.003c3.701 0 6.626 21.938 8.776 56.613c19.155-11.21 33.393-29.912 38.669-52.097A251 251 0 0 0 256 6.003m12.49 161.8c.665 36.993.895 76.935.689 115.968l-.106.002c39.345 0 71.238-25.959 71.238-57.991s-31.893-57.991-71.238-57.991"/></svg> </template>
CSS
.icon-lastquartermoon {
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%235A7B90%22%20d%3D%22M6.002%20255.999C6.002%20117.931%20117.933%206%20256.001%206S506%20117.931%20506%20255.999S394.069%20505.998%20256.001%20505.998S6.002%20394.067%206.002%20255.999%22%2F%3E%3Cpath%20fill%3D%22%23FDE364%22%20d%3D%22M255.999%206.002C117.931%206.002%206%20117.933%206%20256.001S117.931%20506%20255.999%20506c17.678%200%2017.678-499.998%200-499.998%22%2F%3E%3Cpath%20fill%3D%22%23FFC63A%22%20d%3D%22M147.568%20172.666c0%2020.753-19.39%2037.579-43.304%2037.579s-43.296-16.826-43.296-37.579s19.382-37.579%2043.296-37.579s43.304%2016.826%2043.304%2037.579m99.537%20254.083c0-25.719-24.51-46.565-54.738-46.565c-30.235%200-54.737%2020.846-54.737%2046.565s24.502%2046.565%2054.737%2046.565c30.228.001%2054.738-20.846%2054.738-46.565M256%206.003c-37.879%200-73.781%208.44-105.953%2023.516c13.773%2026.355%2041.349%2044.353%2073.147%2044.353a82.1%2082.1%200%200%200%2041.582-11.254c-2.15-34.675-5.075-56.615-8.776-56.615M48.36%20272.363c-15.014%200-28.934%205.497-40.42%2014.863c7.03%2056.416%2032.853%20106.993%2071.011%20145.269c24.033-13.52%2040.646-42.464%2040.646-75.996c0-46.472-31.892-84.136-71.237-84.136m149.475-46.581c0%2032.032%2031.892%2057.991%2071.238%2057.991l.106-.002c.206-39.034-.024-78.976-.689-115.968c-39.076.256-70.655%2026.106-70.655%2057.979%22%2F%3E%3Cpath%20fill%3D%22%23496170%22%20d%3D%22M308.355%20500.486c-8.188-8.716-12.966-19.137-12.966-30.342c0-30.584%2035.487-55.38%2079.255-55.38c23.05%200%2043.795%206.883%2058.278%2017.861c-33.493%2033.548-76.472%2057.612-124.567%2067.861m197.617-246.612c-.469-56.359-19.585-108.266-51.487-149.864c-32.308%2010.007-55.781%2040.123-55.781%2075.718c0%2043.769%2035.487%2079.256%2079.255%2079.256a79%2079%200%200%200%2028.013-5.11M256%206.003c3.701%200%206.626%2021.938%208.776%2056.613c19.155-11.21%2033.393-29.912%2038.669-52.097A251%20251%200%200%200%20256%206.003m12.49%20161.8c.665%2036.993.895%2076.935.689%20115.968l-.106.002c39.345%200%2071.238-25.959%2071.238-57.991s-31.893-57.991-71.238-57.991%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%235A7B90%22%20d%3D%22M6.002%20255.999C6.002%20117.931%20117.933%206%20256.001%206S506%20117.931%20506%20255.999S394.069%20505.998%20256.001%20505.998S6.002%20394.067%206.002%20255.999%22%2F%3E%3Cpath%20fill%3D%22%23FDE364%22%20d%3D%22M255.999%206.002C117.931%206.002%206%20117.933%206%20256.001S117.931%20506%20255.999%20506c17.678%200%2017.678-499.998%200-499.998%22%2F%3E%3Cpath%20fill%3D%22%23FFC63A%22%20d%3D%22M147.568%20172.666c0%2020.753-19.39%2037.579-43.304%2037.579s-43.296-16.826-43.296-37.579s19.382-37.579%2043.296-37.579s43.304%2016.826%2043.304%2037.579m99.537%20254.083c0-25.719-24.51-46.565-54.738-46.565c-30.235%200-54.737%2020.846-54.737%2046.565s24.502%2046.565%2054.737%2046.565c30.228.001%2054.738-20.846%2054.738-46.565M256%206.003c-37.879%200-73.781%208.44-105.953%2023.516c13.773%2026.355%2041.349%2044.353%2073.147%2044.353a82.1%2082.1%200%200%200%2041.582-11.254c-2.15-34.675-5.075-56.615-8.776-56.615M48.36%20272.363c-15.014%200-28.934%205.497-40.42%2014.863c7.03%2056.416%2032.853%20106.993%2071.011%20145.269c24.033-13.52%2040.646-42.464%2040.646-75.996c0-46.472-31.892-84.136-71.237-84.136m149.475-46.581c0%2032.032%2031.892%2057.991%2071.238%2057.991l.106-.002c.206-39.034-.024-78.976-.689-115.968c-39.076.256-70.655%2026.106-70.655%2057.979%22%2F%3E%3Cpath%20fill%3D%22%23496170%22%20d%3D%22M308.355%20500.486c-8.188-8.716-12.966-19.137-12.966-30.342c0-30.584%2035.487-55.38%2079.255-55.38c23.05%200%2043.795%206.883%2058.278%2017.861c-33.493%2033.548-76.472%2057.612-124.567%2067.861m197.617-246.612c-.469-56.359-19.585-108.266-51.487-149.864c-32.308%2010.007-55.781%2040.123-55.781%2075.718c0%2043.769%2035.487%2079.256%2079.255%2079.256a79%2079%200%200%200%2028.013-5.11M256%206.003c3.701%200%206.626%2021.938%208.776%2056.613c19.155-11.21%2033.393-29.912%2038.669-52.097A251%20251%200%200%200%20256%206.003m12.49%20161.8c.665%2036.993.895%2076.935.689%20115.968l-.106.002c39.345%200%2071.238-25.959%2071.238-57.991s-31.893-57.991-71.238-57.991%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/lastquartermoon.svg?color=%231a73e8&size=48