waxinggibbousmoon emoji
waxinggibbousmoon from Firefox OS Emoji by Mozilla · Default · Nature · Apache-2.0 Free for personal and commercial use.
- Name
- waxinggibbousmoon
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Nature
- Viewbox
- 512×512
- License
- Apache 2.0
More nature icons from Firefox OS Emoji
Use the waxinggibbousmoon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FDE364" d="M6.002 256c0-138.068 111.931-249.999 249.999-249.999S506 117.931 506 256S394.069 505.999 256.001 505.999S6.002 394.068 6.002 256"/><path fill="#FFC63A" d="M184.949 385.542c0-23.302 18.894-42.196 42.196-42.196c23.31 0 42.204 18.894 42.204 42.196s-18.894 42.196-42.204 42.196c-23.302 0-42.196-18.894-42.196-42.196m12.885-159.76c0 32.032 31.893 57.991 71.238 57.991s71.238-25.959 71.238-57.991s-31.893-57.991-71.238-57.991s-71.238 25.959-71.238 57.991m235.088 206.843c-14.483-10.978-35.228-17.861-58.278-17.861c-43.768 0-79.256 24.797-79.256 55.381c0 11.205 4.778 21.625 12.966 30.342c48.095-10.249 91.075-34.314 124.568-67.862m73.05-178.75c-.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.256 79.256c9.864 0 19.3-1.817 28.012-5.11M303.445 10.519A251 251 0 0 0 256 6.003c-37.879 0-73.781 8.44-105.953 23.516c13.773 26.355 41.35 44.353 73.147 44.353c38.97 0 71.612-27.026 80.251-63.353M113.3 133.471c-23.302 0-42.196 15.385-42.196 34.356s18.894 34.357 42.196 34.357c23.31 0 42.204-15.385 42.204-34.357c0-18.971-18.894-34.356-42.204-34.356"/><path fill="#496170" d="M109.084 256c0-120.398 85.128-220.856 198.453-244.623c-16.64-3.486-33.861-5.376-51.538-5.376C117.931 6.001 6 117.932 6 256c0 138.069 111.931 250 249.999 250c17.678 0 34.899-1.89 51.538-5.376C194.212 476.857 109.084 376.391 109.084 256"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiWaxinggibbousmoon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FDE364" d="M6.002 256c0-138.068 111.931-249.999 249.999-249.999S506 117.931 506 256S394.069 505.999 256.001 505.999S6.002 394.068 6.002 256"/><path fill="#FFC63A" d="M184.949 385.542c0-23.302 18.894-42.196 42.196-42.196c23.31 0 42.204 18.894 42.204 42.196s-18.894 42.196-42.204 42.196c-23.302 0-42.196-18.894-42.196-42.196m12.885-159.76c0 32.032 31.893 57.991 71.238 57.991s71.238-25.959 71.238-57.991s-31.893-57.991-71.238-57.991s-71.238 25.959-71.238 57.991m235.088 206.843c-14.483-10.978-35.228-17.861-58.278-17.861c-43.768 0-79.256 24.797-79.256 55.381c0 11.205 4.778 21.625 12.966 30.342c48.095-10.249 91.075-34.314 124.568-67.862m73.05-178.75c-.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.256 79.256c9.864 0 19.3-1.817 28.012-5.11M303.445 10.519A251 251 0 0 0 256 6.003c-37.879 0-73.781 8.44-105.953 23.516c13.773 26.355 41.35 44.353 73.147 44.353c38.97 0 71.612-27.026 80.251-63.353M113.3 133.471c-23.302 0-42.196 15.385-42.196 34.356s18.894 34.357 42.196 34.357c23.31 0 42.204-15.385 42.204-34.357c0-18.971-18.894-34.356-42.204-34.356"/><path fill="#496170" d="M109.084 256c0-120.398 85.128-220.856 198.453-244.623c-16.64-3.486-33.861-5.376-51.538-5.376C117.931 6.001 6 117.932 6 256c0 138.069 111.931 250 249.999 250c17.678 0 34.899-1.89 51.538-5.376C194.212 476.857 109.084 376.391 109.084 256"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FDE364" d="M6.002 256c0-138.068 111.931-249.999 249.999-249.999S506 117.931 506 256S394.069 505.999 256.001 505.999S6.002 394.068 6.002 256"/><path fill="#FFC63A" d="M184.949 385.542c0-23.302 18.894-42.196 42.196-42.196c23.31 0 42.204 18.894 42.204 42.196s-18.894 42.196-42.204 42.196c-23.302 0-42.196-18.894-42.196-42.196m12.885-159.76c0 32.032 31.893 57.991 71.238 57.991s71.238-25.959 71.238-57.991s-31.893-57.991-71.238-57.991s-71.238 25.959-71.238 57.991m235.088 206.843c-14.483-10.978-35.228-17.861-58.278-17.861c-43.768 0-79.256 24.797-79.256 55.381c0 11.205 4.778 21.625 12.966 30.342c48.095-10.249 91.075-34.314 124.568-67.862m73.05-178.75c-.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.256 79.256c9.864 0 19.3-1.817 28.012-5.11M303.445 10.519A251 251 0 0 0 256 6.003c-37.879 0-73.781 8.44-105.953 23.516c13.773 26.355 41.35 44.353 73.147 44.353c38.97 0 71.612-27.026 80.251-63.353M113.3 133.471c-23.302 0-42.196 15.385-42.196 34.356s18.894 34.357 42.196 34.357c23.31 0 42.204-15.385 42.204-34.357c0-18.971-18.894-34.356-42.204-34.356"/><path fill="#496170" d="M109.084 256c0-120.398 85.128-220.856 198.453-244.623c-16.64-3.486-33.861-5.376-51.538-5.376C117.931 6.001 6 117.932 6 256c0 138.069 111.931 250 249.999 250c17.678 0 34.899-1.89 51.538-5.376C194.212 476.857 109.084 376.391 109.084 256"/></svg> </template>
CSS
.icon-waxinggibbousmoon {
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%23FDE364%22%20d%3D%22M6.002%20256c0-138.068%20111.931-249.999%20249.999-249.999S506%20117.931%20506%20256S394.069%20505.999%20256.001%20505.999S6.002%20394.068%206.002%20256%22%2F%3E%3Cpath%20fill%3D%22%23FFC63A%22%20d%3D%22M184.949%20385.542c0-23.302%2018.894-42.196%2042.196-42.196c23.31%200%2042.204%2018.894%2042.204%2042.196s-18.894%2042.196-42.204%2042.196c-23.302%200-42.196-18.894-42.196-42.196m12.885-159.76c0%2032.032%2031.893%2057.991%2071.238%2057.991s71.238-25.959%2071.238-57.991s-31.893-57.991-71.238-57.991s-71.238%2025.959-71.238%2057.991m235.088%20206.843c-14.483-10.978-35.228-17.861-58.278-17.861c-43.768%200-79.256%2024.797-79.256%2055.381c0%2011.205%204.778%2021.625%2012.966%2030.342c48.095-10.249%2091.075-34.314%20124.568-67.862m73.05-178.75c-.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.256%2079.256c9.864%200%2019.3-1.817%2028.012-5.11M303.445%2010.519A251%20251%200%200%200%20256%206.003c-37.879%200-73.781%208.44-105.953%2023.516c13.773%2026.355%2041.35%2044.353%2073.147%2044.353c38.97%200%2071.612-27.026%2080.251-63.353M113.3%20133.471c-23.302%200-42.196%2015.385-42.196%2034.356s18.894%2034.357%2042.196%2034.357c23.31%200%2042.204-15.385%2042.204-34.357c0-18.971-18.894-34.356-42.204-34.356%22%2F%3E%3Cpath%20fill%3D%22%23496170%22%20d%3D%22M109.084%20256c0-120.398%2085.128-220.856%20198.453-244.623c-16.64-3.486-33.861-5.376-51.538-5.376C117.931%206.001%206%20117.932%206%20256c0%20138.069%20111.931%20250%20249.999%20250c17.678%200%2034.899-1.89%2051.538-5.376C194.212%20476.857%20109.084%20376.391%20109.084%20256%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%23FDE364%22%20d%3D%22M6.002%20256c0-138.068%20111.931-249.999%20249.999-249.999S506%20117.931%20506%20256S394.069%20505.999%20256.001%20505.999S6.002%20394.068%206.002%20256%22%2F%3E%3Cpath%20fill%3D%22%23FFC63A%22%20d%3D%22M184.949%20385.542c0-23.302%2018.894-42.196%2042.196-42.196c23.31%200%2042.204%2018.894%2042.204%2042.196s-18.894%2042.196-42.204%2042.196c-23.302%200-42.196-18.894-42.196-42.196m12.885-159.76c0%2032.032%2031.893%2057.991%2071.238%2057.991s71.238-25.959%2071.238-57.991s-31.893-57.991-71.238-57.991s-71.238%2025.959-71.238%2057.991m235.088%20206.843c-14.483-10.978-35.228-17.861-58.278-17.861c-43.768%200-79.256%2024.797-79.256%2055.381c0%2011.205%204.778%2021.625%2012.966%2030.342c48.095-10.249%2091.075-34.314%20124.568-67.862m73.05-178.75c-.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.256%2079.256c9.864%200%2019.3-1.817%2028.012-5.11M303.445%2010.519A251%20251%200%200%200%20256%206.003c-37.879%200-73.781%208.44-105.953%2023.516c13.773%2026.355%2041.35%2044.353%2073.147%2044.353c38.97%200%2071.612-27.026%2080.251-63.353M113.3%20133.471c-23.302%200-42.196%2015.385-42.196%2034.356s18.894%2034.357%2042.196%2034.357c23.31%200%2042.204-15.385%2042.204-34.357c0-18.971-18.894-34.356-42.204-34.356%22%2F%3E%3Cpath%20fill%3D%22%23496170%22%20d%3D%22M109.084%20256c0-120.398%2085.128-220.856%20198.453-244.623c-16.64-3.486-33.861-5.376-51.538-5.376C117.931%206.001%206%20117.932%206%20256c0%20138.069%20111.931%20250%20249.999%20250c17.678%200%2034.899-1.89%2051.538-5.376C194.212%20476.857%20109.084%20376.391%20109.084%20256%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/waxinggibbousmoon.svg?color=%231a73e8&size=48