custard from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
custard
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More objects icons from Firefox OS Emoji

Use the custard emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#BFBCAF" d="M508.985 316.047c0 91.045-113.521 164.852-253.556 164.852S1.874 407.093 1.874 316.047S115.395 151.195 255.43 151.195s253.555 73.807 253.555 164.852"/><path fill="#E3E8E7" d="M508.985 293.102c0 91.045-113.521 164.852-253.556 164.852S1.874 384.148 1.874 293.102S115.394 128.25 255.429 128.25s253.556 73.807 253.556 164.852"/><path fill="#F2A74E" d="M437.125 302.096c0 64.842-80.849 117.407-180.581 117.407S75.963 366.938 75.963 302.096s80.849-117.407 180.581-117.407s180.581 52.565 180.581 117.407"/><path fill="#8E6049" d="M385.605 300.429c0 46.343-57.783 83.911-129.061 83.911s-129.061-37.568-129.061-83.911s57.783-83.911 129.061-83.911s129.061 37.569 129.061 83.911"/><path fill="#FFD45F" d="M380.485 289.887c0 44.504-55.49 80.582-123.941 80.582s-123.941-36.078-123.941-80.582q0-.506.021-1.079q.09-4.379.878-8.633c4.834-34.561 27.581-125.152 27.581-125.152l70.392-13.488l-.814-9.763l25.738 4.987l26.028-4.987l-.823 9.872l67.798 13.138s24.005 87.784 29.822 123.61a53.5 53.5 0 0 1 1.261 11.495"/><path fill="#77431D" d="M350.443 162.808c0 29.663-42.539 53.71-95.014 53.71c-17.339 0-33.592-2.627-47.586-7.213a124 124 0 0 1-1.523-.509c-13.54-3.35 4.529 37.923-21.387 37.923c-25.391 0-7.896-44.634-17.84-64.096a42 42 0 0 1-1.938-3.028c-1.881-2.333-2.826-4.576-3.065-6.715c-1.095-3.263-1.675-6.629-1.675-10.072c0-29.663 42.539-53.71 95.014-53.71s95.014 24.047 95.014 53.71"/><path fill="#BC7A4D" d="M233.536 199.76q-.467 0-.942-.053c-27.479-3.094-45.953-13.567-53.426-30.287a8.33 8.33 0 1 1 15.21-6.798c3.439 7.694 13.184 17.501 40.081 20.53a8.33 8.33 0 0 1-.923 16.608"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiCustard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#BFBCAF" d="M508.985 316.047c0 91.045-113.521 164.852-253.556 164.852S1.874 407.093 1.874 316.047S115.395 151.195 255.43 151.195s253.555 73.807 253.555 164.852"/><path fill="#E3E8E7" d="M508.985 293.102c0 91.045-113.521 164.852-253.556 164.852S1.874 384.148 1.874 293.102S115.394 128.25 255.429 128.25s253.556 73.807 253.556 164.852"/><path fill="#F2A74E" d="M437.125 302.096c0 64.842-80.849 117.407-180.581 117.407S75.963 366.938 75.963 302.096s80.849-117.407 180.581-117.407s180.581 52.565 180.581 117.407"/><path fill="#8E6049" d="M385.605 300.429c0 46.343-57.783 83.911-129.061 83.911s-129.061-37.568-129.061-83.911s57.783-83.911 129.061-83.911s129.061 37.569 129.061 83.911"/><path fill="#FFD45F" d="M380.485 289.887c0 44.504-55.49 80.582-123.941 80.582s-123.941-36.078-123.941-80.582q0-.506.021-1.079q.09-4.379.878-8.633c4.834-34.561 27.581-125.152 27.581-125.152l70.392-13.488l-.814-9.763l25.738 4.987l26.028-4.987l-.823 9.872l67.798 13.138s24.005 87.784 29.822 123.61a53.5 53.5 0 0 1 1.261 11.495"/><path fill="#77431D" d="M350.443 162.808c0 29.663-42.539 53.71-95.014 53.71c-17.339 0-33.592-2.627-47.586-7.213a124 124 0 0 1-1.523-.509c-13.54-3.35 4.529 37.923-21.387 37.923c-25.391 0-7.896-44.634-17.84-64.096a42 42 0 0 1-1.938-3.028c-1.881-2.333-2.826-4.576-3.065-6.715c-1.095-3.263-1.675-6.629-1.675-10.072c0-29.663 42.539-53.71 95.014-53.71s95.014 24.047 95.014 53.71"/><path fill="#BC7A4D" d="M233.536 199.76q-.467 0-.942-.053c-27.479-3.094-45.953-13.567-53.426-30.287a8.33 8.33 0 1 1 15.21-6.798c3.439 7.694 13.184 17.501 40.081 20.53a8.33 8.33 0 0 1-.923 16.608"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#BFBCAF" d="M508.985 316.047c0 91.045-113.521 164.852-253.556 164.852S1.874 407.093 1.874 316.047S115.395 151.195 255.43 151.195s253.555 73.807 253.555 164.852"/><path fill="#E3E8E7" d="M508.985 293.102c0 91.045-113.521 164.852-253.556 164.852S1.874 384.148 1.874 293.102S115.394 128.25 255.429 128.25s253.556 73.807 253.556 164.852"/><path fill="#F2A74E" d="M437.125 302.096c0 64.842-80.849 117.407-180.581 117.407S75.963 366.938 75.963 302.096s80.849-117.407 180.581-117.407s180.581 52.565 180.581 117.407"/><path fill="#8E6049" d="M385.605 300.429c0 46.343-57.783 83.911-129.061 83.911s-129.061-37.568-129.061-83.911s57.783-83.911 129.061-83.911s129.061 37.569 129.061 83.911"/><path fill="#FFD45F" d="M380.485 289.887c0 44.504-55.49 80.582-123.941 80.582s-123.941-36.078-123.941-80.582q0-.506.021-1.079q.09-4.379.878-8.633c4.834-34.561 27.581-125.152 27.581-125.152l70.392-13.488l-.814-9.763l25.738 4.987l26.028-4.987l-.823 9.872l67.798 13.138s24.005 87.784 29.822 123.61a53.5 53.5 0 0 1 1.261 11.495"/><path fill="#77431D" d="M350.443 162.808c0 29.663-42.539 53.71-95.014 53.71c-17.339 0-33.592-2.627-47.586-7.213a124 124 0 0 1-1.523-.509c-13.54-3.35 4.529 37.923-21.387 37.923c-25.391 0-7.896-44.634-17.84-64.096a42 42 0 0 1-1.938-3.028c-1.881-2.333-2.826-4.576-3.065-6.715c-1.095-3.263-1.675-6.629-1.675-10.072c0-29.663 42.539-53.71 95.014-53.71s95.014 24.047 95.014 53.71"/><path fill="#BC7A4D" d="M233.536 199.76q-.467 0-.942-.053c-27.479-3.094-45.953-13.567-53.426-30.287a8.33 8.33 0 1 1 15.21-6.798c3.439 7.694 13.184 17.501 40.081 20.53a8.33 8.33 0 0 1-.923 16.608"/></svg>
</template>

CSS

.icon-custard {
  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%23BFBCAF%22%20d%3D%22M508.985%20316.047c0%2091.045-113.521%20164.852-253.556%20164.852S1.874%20407.093%201.874%20316.047S115.395%20151.195%20255.43%20151.195s253.555%2073.807%20253.555%20164.852%22%2F%3E%3Cpath%20fill%3D%22%23E3E8E7%22%20d%3D%22M508.985%20293.102c0%2091.045-113.521%20164.852-253.556%20164.852S1.874%20384.148%201.874%20293.102S115.394%20128.25%20255.429%20128.25s253.556%2073.807%20253.556%20164.852%22%2F%3E%3Cpath%20fill%3D%22%23F2A74E%22%20d%3D%22M437.125%20302.096c0%2064.842-80.849%20117.407-180.581%20117.407S75.963%20366.938%2075.963%20302.096s80.849-117.407%20180.581-117.407s180.581%2052.565%20180.581%20117.407%22%2F%3E%3Cpath%20fill%3D%22%238E6049%22%20d%3D%22M385.605%20300.429c0%2046.343-57.783%2083.911-129.061%2083.911s-129.061-37.568-129.061-83.911s57.783-83.911%20129.061-83.911s129.061%2037.569%20129.061%2083.911%22%2F%3E%3Cpath%20fill%3D%22%23FFD45F%22%20d%3D%22M380.485%20289.887c0%2044.504-55.49%2080.582-123.941%2080.582s-123.941-36.078-123.941-80.582q0-.506.021-1.079q.09-4.379.878-8.633c4.834-34.561%2027.581-125.152%2027.581-125.152l70.392-13.488l-.814-9.763l25.738%204.987l26.028-4.987l-.823%209.872l67.798%2013.138s24.005%2087.784%2029.822%20123.61a53.5%2053.5%200%200%201%201.261%2011.495%22%2F%3E%3Cpath%20fill%3D%22%2377431D%22%20d%3D%22M350.443%20162.808c0%2029.663-42.539%2053.71-95.014%2053.71c-17.339%200-33.592-2.627-47.586-7.213a124%20124%200%200%201-1.523-.509c-13.54-3.35%204.529%2037.923-21.387%2037.923c-25.391%200-7.896-44.634-17.84-64.096a42%2042%200%200%201-1.938-3.028c-1.881-2.333-2.826-4.576-3.065-6.715c-1.095-3.263-1.675-6.629-1.675-10.072c0-29.663%2042.539-53.71%2095.014-53.71s95.014%2024.047%2095.014%2053.71%22%2F%3E%3Cpath%20fill%3D%22%23BC7A4D%22%20d%3D%22M233.536%20199.76q-.467%200-.942-.053c-27.479-3.094-45.953-13.567-53.426-30.287a8.33%208.33%200%201%201%2015.21-6.798c3.439%207.694%2013.184%2017.501%2040.081%2020.53a8.33%208.33%200%200%201-.923%2016.608%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%23BFBCAF%22%20d%3D%22M508.985%20316.047c0%2091.045-113.521%20164.852-253.556%20164.852S1.874%20407.093%201.874%20316.047S115.395%20151.195%20255.43%20151.195s253.555%2073.807%20253.555%20164.852%22%2F%3E%3Cpath%20fill%3D%22%23E3E8E7%22%20d%3D%22M508.985%20293.102c0%2091.045-113.521%20164.852-253.556%20164.852S1.874%20384.148%201.874%20293.102S115.394%20128.25%20255.429%20128.25s253.556%2073.807%20253.556%20164.852%22%2F%3E%3Cpath%20fill%3D%22%23F2A74E%22%20d%3D%22M437.125%20302.096c0%2064.842-80.849%20117.407-180.581%20117.407S75.963%20366.938%2075.963%20302.096s80.849-117.407%20180.581-117.407s180.581%2052.565%20180.581%20117.407%22%2F%3E%3Cpath%20fill%3D%22%238E6049%22%20d%3D%22M385.605%20300.429c0%2046.343-57.783%2083.911-129.061%2083.911s-129.061-37.568-129.061-83.911s57.783-83.911%20129.061-83.911s129.061%2037.569%20129.061%2083.911%22%2F%3E%3Cpath%20fill%3D%22%23FFD45F%22%20d%3D%22M380.485%20289.887c0%2044.504-55.49%2080.582-123.941%2080.582s-123.941-36.078-123.941-80.582q0-.506.021-1.079q.09-4.379.878-8.633c4.834-34.561%2027.581-125.152%2027.581-125.152l70.392-13.488l-.814-9.763l25.738%204.987l26.028-4.987l-.823%209.872l67.798%2013.138s24.005%2087.784%2029.822%20123.61a53.5%2053.5%200%200%201%201.261%2011.495%22%2F%3E%3Cpath%20fill%3D%22%2377431D%22%20d%3D%22M350.443%20162.808c0%2029.663-42.539%2053.71-95.014%2053.71c-17.339%200-33.592-2.627-47.586-7.213a124%20124%200%200%201-1.523-.509c-13.54-3.35%204.529%2037.923-21.387%2037.923c-25.391%200-7.896-44.634-17.84-64.096a42%2042%200%200%201-1.938-3.028c-1.881-2.333-2.826-4.576-3.065-6.715c-1.095-3.263-1.675-6.629-1.675-10.072c0-29.663%2042.539-53.71%2095.014-53.71s95.014%2024.047%2095.014%2053.71%22%2F%3E%3Cpath%20fill%3D%22%23BC7A4D%22%20d%3D%22M233.536%20199.76q-.467%200-.942-.053c-27.479-3.094-45.953-13.567-53.426-30.287a8.33%208.33%200%201%201%2015.21-6.798c3.439%207.694%2013.184%2017.501%2040.081%2020.53a8.33%208.33%200%200%201-.923%2016.608%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/custard.svg?color=%231a73e8&size=48