lastquartermoonface emoji
lastquartermoonface from Firefox OS Emoji by Mozilla · Default · Nature · Apache-2.0 Free for personal and commercial use.
- Name
- lastquartermoonface
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Nature
- Viewbox
- 512×512
- License
- Apache 2.0
More nature icons from Firefox OS Emoji
Use the lastquartermoonface emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#fde364" d="m352.966 400.089l.03.008c-13.08-20.624-12.24-28.911-12.24-36.246c0-12.502-38.136 3.06-54.538-14.73c-2.797-3.03-.495-7.927 3.615-7.612c19.634 1.53 42.786-2.535 42.786-9.93c0-5.22-11.55-17.107-15.547-30.404c23.572-1.732 56.51-7.792 46.378-23.714c-11.43-17.969-49.356-76.265-37.506-116.246a253 253 0 0 1 4.642-10.627c.015-.023.022-.038.038-.06l-.015.023c20.722-44.556 54.156-82.002 95.637-107.741c7.207-4.47 6.284-15.157-1.568-18.367C395.706 12.622 364.072 6 330.849 6C192.779 6 80.853 117.934 80.853 256.004S192.779 506 330.849 506c32.902 0 64.235-6.495 92.974-18.097c8.205-3.307 9.165-14.49 1.665-19.184a252.7 252.7 0 0 1-72.522-68.63"/><path fill="#2c3c47" d="M234.328 182.415c-10.845 0-19.635 8.79-19.635 19.634v24.134c0 10.837 8.79 19.634 19.635 19.634c10.844 0 19.634-8.797 19.634-19.634V202.05c0-10.845-8.79-19.635-19.634-19.635"/><path fill="#fbb436" d="M257.365 159.609a6.84 6.84 0 0 1-5.545-2.818c-4.328-5.939-10.697-9.346-17.476-9.35h-.007c-6.786 0-13.165 3.409-17.503 9.353a6.855 6.855 0 0 1-11.075-8.081c6.949-9.52 17.365-14.98 28.578-14.98h.013c11.208.003 21.613 5.465 28.549 14.984a6.855 6.855 0 0 1-5.534 10.892"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiLastquartermoonface(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="m352.966 400.089l.03.008c-13.08-20.624-12.24-28.911-12.24-36.246c0-12.502-38.136 3.06-54.538-14.73c-2.797-3.03-.495-7.927 3.615-7.612c19.634 1.53 42.786-2.535 42.786-9.93c0-5.22-11.55-17.107-15.547-30.404c23.572-1.732 56.51-7.792 46.378-23.714c-11.43-17.969-49.356-76.265-37.506-116.246a253 253 0 0 1 4.642-10.627c.015-.023.022-.038.038-.06l-.015.023c20.722-44.556 54.156-82.002 95.637-107.741c7.207-4.47 6.284-15.157-1.568-18.367C395.706 12.622 364.072 6 330.849 6C192.779 6 80.853 117.934 80.853 256.004S192.779 506 330.849 506c32.902 0 64.235-6.495 92.974-18.097c8.205-3.307 9.165-14.49 1.665-19.184a252.7 252.7 0 0 1-72.522-68.63"/><path fill="#2c3c47" d="M234.328 182.415c-10.845 0-19.635 8.79-19.635 19.634v24.134c0 10.837 8.79 19.634 19.635 19.634c10.844 0 19.634-8.797 19.634-19.634V202.05c0-10.845-8.79-19.635-19.634-19.635"/><path fill="#fbb436" d="M257.365 159.609a6.84 6.84 0 0 1-5.545-2.818c-4.328-5.939-10.697-9.346-17.476-9.35h-.007c-6.786 0-13.165 3.409-17.503 9.353a6.855 6.855 0 0 1-11.075-8.081c6.949-9.52 17.365-14.98 28.578-14.98h.013c11.208.003 21.613 5.465 28.549 14.984a6.855 6.855 0 0 1-5.534 10.892"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#fde364" d="m352.966 400.089l.03.008c-13.08-20.624-12.24-28.911-12.24-36.246c0-12.502-38.136 3.06-54.538-14.73c-2.797-3.03-.495-7.927 3.615-7.612c19.634 1.53 42.786-2.535 42.786-9.93c0-5.22-11.55-17.107-15.547-30.404c23.572-1.732 56.51-7.792 46.378-23.714c-11.43-17.969-49.356-76.265-37.506-116.246a253 253 0 0 1 4.642-10.627c.015-.023.022-.038.038-.06l-.015.023c20.722-44.556 54.156-82.002 95.637-107.741c7.207-4.47 6.284-15.157-1.568-18.367C395.706 12.622 364.072 6 330.849 6C192.779 6 80.853 117.934 80.853 256.004S192.779 506 330.849 506c32.902 0 64.235-6.495 92.974-18.097c8.205-3.307 9.165-14.49 1.665-19.184a252.7 252.7 0 0 1-72.522-68.63"/><path fill="#2c3c47" d="M234.328 182.415c-10.845 0-19.635 8.79-19.635 19.634v24.134c0 10.837 8.79 19.634 19.635 19.634c10.844 0 19.634-8.797 19.634-19.634V202.05c0-10.845-8.79-19.635-19.634-19.635"/><path fill="#fbb436" d="M257.365 159.609a6.84 6.84 0 0 1-5.545-2.818c-4.328-5.939-10.697-9.346-17.476-9.35h-.007c-6.786 0-13.165 3.409-17.503 9.353a6.855 6.855 0 0 1-11.075-8.081c6.949-9.52 17.365-14.98 28.578-14.98h.013c11.208.003 21.613 5.465 28.549 14.984a6.855 6.855 0 0 1-5.534 10.892"/></svg> </template>
CSS
.icon-lastquartermoonface {
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%22m352.966%20400.089l.03.008c-13.08-20.624-12.24-28.911-12.24-36.246c0-12.502-38.136%203.06-54.538-14.73c-2.797-3.03-.495-7.927%203.615-7.612c19.634%201.53%2042.786-2.535%2042.786-9.93c0-5.22-11.55-17.107-15.547-30.404c23.572-1.732%2056.51-7.792%2046.378-23.714c-11.43-17.969-49.356-76.265-37.506-116.246a253%20253%200%200%201%204.642-10.627c.015-.023.022-.038.038-.06l-.015.023c20.722-44.556%2054.156-82.002%2095.637-107.741c7.207-4.47%206.284-15.157-1.568-18.367C395.706%2012.622%20364.072%206%20330.849%206C192.779%206%2080.853%20117.934%2080.853%20256.004S192.779%20506%20330.849%20506c32.902%200%2064.235-6.495%2092.974-18.097c8.205-3.307%209.165-14.49%201.665-19.184a252.7%20252.7%200%200%201-72.522-68.63%22%2F%3E%3Cpath%20fill%3D%22%232c3c47%22%20d%3D%22M234.328%20182.415c-10.845%200-19.635%208.79-19.635%2019.634v24.134c0%2010.837%208.79%2019.634%2019.635%2019.634c10.844%200%2019.634-8.797%2019.634-19.634V202.05c0-10.845-8.79-19.635-19.634-19.635%22%2F%3E%3Cpath%20fill%3D%22%23fbb436%22%20d%3D%22M257.365%20159.609a6.84%206.84%200%200%201-5.545-2.818c-4.328-5.939-10.697-9.346-17.476-9.35h-.007c-6.786%200-13.165%203.409-17.503%209.353a6.855%206.855%200%200%201-11.075-8.081c6.949-9.52%2017.365-14.98%2028.578-14.98h.013c11.208.003%2021.613%205.465%2028.549%2014.984a6.855%206.855%200%200%201-5.534%2010.892%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%22m352.966%20400.089l.03.008c-13.08-20.624-12.24-28.911-12.24-36.246c0-12.502-38.136%203.06-54.538-14.73c-2.797-3.03-.495-7.927%203.615-7.612c19.634%201.53%2042.786-2.535%2042.786-9.93c0-5.22-11.55-17.107-15.547-30.404c23.572-1.732%2056.51-7.792%2046.378-23.714c-11.43-17.969-49.356-76.265-37.506-116.246a253%20253%200%200%201%204.642-10.627c.015-.023.022-.038.038-.06l-.015.023c20.722-44.556%2054.156-82.002%2095.637-107.741c7.207-4.47%206.284-15.157-1.568-18.367C395.706%2012.622%20364.072%206%20330.849%206C192.779%206%2080.853%20117.934%2080.853%20256.004S192.779%20506%20330.849%20506c32.902%200%2064.235-6.495%2092.974-18.097c8.205-3.307%209.165-14.49%201.665-19.184a252.7%20252.7%200%200%201-72.522-68.63%22%2F%3E%3Cpath%20fill%3D%22%232c3c47%22%20d%3D%22M234.328%20182.415c-10.845%200-19.635%208.79-19.635%2019.634v24.134c0%2010.837%208.79%2019.634%2019.635%2019.634c10.844%200%2019.634-8.797%2019.634-19.634V202.05c0-10.845-8.79-19.635-19.634-19.635%22%2F%3E%3Cpath%20fill%3D%22%23fbb436%22%20d%3D%22M257.365%20159.609a6.84%206.84%200%200%201-5.545-2.818c-4.328-5.939-10.697-9.346-17.476-9.35h-.007c-6.786%200-13.165%203.409-17.503%209.353a6.855%206.855%200%200%201-11.075-8.081c6.949-9.52%2017.365-14.98%2028.578-14.98h.013c11.208.003%2021.613%205.465%2028.549%2014.984a6.855%206.855%200%200%201-5.534%2010.892%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/lastquartermoonface.svg?color=%231a73e8&size=48