ice cream emoji

ice-cream from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.

Name
ice-cream
Set
OpenMoji
Style
Default
Category
Food Drink
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More food drink icons from OpenMoji

Use the ice cream emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.999" cy="21.001" r="10" fill="#fcea2b" transform="rotate(-45 36 21.001)"/><path fill="#f1b31c" d="M43.07 13.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94 9.94 0 0 1 4.571 2.602c3.907 3.906 3.907 10.237.001 14.142a9.93 9.93 0 0 1-4.571 2.602c3.314.853 6.977-.008 9.571-2.602c3.906-3.905 3.906-10.236 0-14.142"/><path fill="#fcea2b" d="M52.07 23.93c3.907 3.904 3.907 10.236.001 14.142C48.166 41.977 39.905 44.904 36 41c-3.905-3.906-1.977-13.166 1.929-17.071s10.237-3.906 14.141 0"/><path fill="#f1b31c" d="M52.07 23.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94 9.94 0 0 1 4.571 2.602c3.907 3.906 3.907 10.238.001 14.142a9.93 9.93 0 0 1-4.571 2.602c3.314.853 6.977-.008 9.571-2.602c3.906-3.904 3.906-10.236 0-14.142"/><ellipse cx="26.999" cy="31.002" fill="#fcea2b" rx="10" ry="10.001" transform="rotate(-45 27 31.002)"/><path fill="#f1b31c" d="M34.07 23.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94 9.94 0 0 1 4.571 2.602c3.907 3.906 3.907 10.238.001 14.142a9.93 9.93 0 0 1-4.571 2.602c3.314.853 6.977-.008 9.571-2.602c3.906-3.904 3.906-10.236 0-14.142"/><path fill="#fff" d="M33 60v-6a5 5 0 0 0-5-5h-7a5 5 0 0 1-5-5v-3a2 2 0 0 1 2-2h36a2 2 0 0 1 2 2v3a5 5 0 0 1-5 5h-7a5 5 0 0 0-5 5v6"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"><path stroke-width="2" d="M26 21c0-5.523 4.477-10 10-10s10 4.477 10 10"/><path stroke-width="2" d="M36.066 26.503A10 10 0 0 1 45 21c5.523 0 10 4.477 10 10a9.98 9.98 0 0 1-3.795 7.842"/><path stroke-width="2" d="M20.64 38.717A9.98 9.98 0 0 1 17 31c0-5.523 4.477-10 10-10s10 4.477 10 10a9.98 9.98 0 0 1-3.794 7.842"/><path stroke-width="1.947" d="M33 60v-6a5 5 0 0 0-5-5h-7a5 5 0 0 1-5-5v-3a2 2 0 0 1 2-2h36a2 2 0 0 1 2 2v3a5 5 0 0 1-5 5h-7a5 5 0 0 0-5 5v6m-10 0h14"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiIceCream(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.999" cy="21.001" r="10" fill="#fcea2b" transform="rotate(-45 36 21.001)"/><path fill="#f1b31c" d="M43.07 13.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94 9.94 0 0 1 4.571 2.602c3.907 3.906 3.907 10.237.001 14.142a9.93 9.93 0 0 1-4.571 2.602c3.314.853 6.977-.008 9.571-2.602c3.906-3.905 3.906-10.236 0-14.142"/><path fill="#fcea2b" d="M52.07 23.93c3.907 3.904 3.907 10.236.001 14.142C48.166 41.977 39.905 44.904 36 41c-3.905-3.906-1.977-13.166 1.929-17.071s10.237-3.906 14.141 0"/><path fill="#f1b31c" d="M52.07 23.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94 9.94 0 0 1 4.571 2.602c3.907 3.906 3.907 10.238.001 14.142a9.93 9.93 0 0 1-4.571 2.602c3.314.853 6.977-.008 9.571-2.602c3.906-3.904 3.906-10.236 0-14.142"/><ellipse cx="26.999" cy="31.002" fill="#fcea2b" rx="10" ry="10.001" transform="rotate(-45 27 31.002)"/><path fill="#f1b31c" d="M34.07 23.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94 9.94 0 0 1 4.571 2.602c3.907 3.906 3.907 10.238.001 14.142a9.93 9.93 0 0 1-4.571 2.602c3.314.853 6.977-.008 9.571-2.602c3.906-3.904 3.906-10.236 0-14.142"/><path fill="#fff" d="M33 60v-6a5 5 0 0 0-5-5h-7a5 5 0 0 1-5-5v-3a2 2 0 0 1 2-2h36a2 2 0 0 1 2 2v3a5 5 0 0 1-5 5h-7a5 5 0 0 0-5 5v6"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10"><path strokeWidth="2" d="M26 21c0-5.523 4.477-10 10-10s10 4.477 10 10"/><path strokeWidth="2" d="M36.066 26.503A10 10 0 0 1 45 21c5.523 0 10 4.477 10 10a9.98 9.98 0 0 1-3.795 7.842"/><path strokeWidth="2" d="M20.64 38.717A9.98 9.98 0 0 1 17 31c0-5.523 4.477-10 10-10s10 4.477 10 10a9.98 9.98 0 0 1-3.794 7.842"/><path strokeWidth="1.947" d="M33 60v-6a5 5 0 0 0-5-5h-7a5 5 0 0 1-5-5v-3a2 2 0 0 1 2-2h36a2 2 0 0 1 2 2v3a5 5 0 0 1-5 5h-7a5 5 0 0 0-5 5v6m-10 0h14"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.999" cy="21.001" r="10" fill="#fcea2b" transform="rotate(-45 36 21.001)"/><path fill="#f1b31c" d="M43.07 13.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94 9.94 0 0 1 4.571 2.602c3.907 3.906 3.907 10.237.001 14.142a9.93 9.93 0 0 1-4.571 2.602c3.314.853 6.977-.008 9.571-2.602c3.906-3.905 3.906-10.236 0-14.142"/><path fill="#fcea2b" d="M52.07 23.93c3.907 3.904 3.907 10.236.001 14.142C48.166 41.977 39.905 44.904 36 41c-3.905-3.906-1.977-13.166 1.929-17.071s10.237-3.906 14.141 0"/><path fill="#f1b31c" d="M52.07 23.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94 9.94 0 0 1 4.571 2.602c3.907 3.906 3.907 10.238.001 14.142a9.93 9.93 0 0 1-4.571 2.602c3.314.853 6.977-.008 9.571-2.602c3.906-3.904 3.906-10.236 0-14.142"/><ellipse cx="26.999" cy="31.002" fill="#fcea2b" rx="10" ry="10.001" transform="rotate(-45 27 31.002)"/><path fill="#f1b31c" d="M34.07 23.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94 9.94 0 0 1 4.571 2.602c3.907 3.906 3.907 10.238.001 14.142a9.93 9.93 0 0 1-4.571 2.602c3.314.853 6.977-.008 9.571-2.602c3.906-3.904 3.906-10.236 0-14.142"/><path fill="#fff" d="M33 60v-6a5 5 0 0 0-5-5h-7a5 5 0 0 1-5-5v-3a2 2 0 0 1 2-2h36a2 2 0 0 1 2 2v3a5 5 0 0 1-5 5h-7a5 5 0 0 0-5 5v6"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"><path stroke-width="2" d="M26 21c0-5.523 4.477-10 10-10s10 4.477 10 10"/><path stroke-width="2" d="M36.066 26.503A10 10 0 0 1 45 21c5.523 0 10 4.477 10 10a9.98 9.98 0 0 1-3.795 7.842"/><path stroke-width="2" d="M20.64 38.717A9.98 9.98 0 0 1 17 31c0-5.523 4.477-10 10-10s10 4.477 10 10a9.98 9.98 0 0 1-3.794 7.842"/><path stroke-width="1.947" d="M33 60v-6a5 5 0 0 0-5-5h-7a5 5 0 0 1-5-5v-3a2 2 0 0 1 2-2h36a2 2 0 0 1 2 2v3a5 5 0 0 1-5 5h-7a5 5 0 0 0-5 5v6m-10 0h14"/></g></svg>
</template>

CSS

.icon-ice-cream {
  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%2072%2072%22%3E%3Ccircle%20cx%3D%2235.999%22%20cy%3D%2221.001%22%20r%3D%2210%22%20fill%3D%22%23fcea2b%22%20transform%3D%22rotate(-45%2036%2021.001)%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M43.07%2013.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94%209.94%200%200%201%204.571%202.602c3.907%203.906%203.907%2010.237.001%2014.142a9.93%209.93%200%200%201-4.571%202.602c3.314.853%206.977-.008%209.571-2.602c3.906-3.905%203.906-10.236%200-14.142%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M52.07%2023.93c3.907%203.904%203.907%2010.236.001%2014.142C48.166%2041.977%2039.905%2044.904%2036%2041c-3.905-3.906-1.977-13.166%201.929-17.071s10.237-3.906%2014.141%200%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M52.07%2023.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94%209.94%200%200%201%204.571%202.602c3.907%203.906%203.907%2010.238.001%2014.142a9.93%209.93%200%200%201-4.571%202.602c3.314.853%206.977-.008%209.571-2.602c3.906-3.904%203.906-10.236%200-14.142%22%2F%3E%3Cellipse%20cx%3D%2226.999%22%20cy%3D%2231.002%22%20fill%3D%22%23fcea2b%22%20rx%3D%2210%22%20ry%3D%2210.001%22%20transform%3D%22rotate(-45%2027%2031.002)%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M34.07%2023.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94%209.94%200%200%201%204.571%202.602c3.907%203.906%203.907%2010.238.001%2014.142a9.93%209.93%200%200%201-4.571%202.602c3.314.853%206.977-.008%209.571-2.602c3.906-3.904%203.906-10.236%200-14.142%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M33%2060v-6a5%205%200%200%200-5-5h-7a5%205%200%200%201-5-5v-3a2%202%200%200%201%202-2h36a2%202%200%200%201%202%202v3a5%205%200%200%201-5%205h-7a5%205%200%200%200-5%205v6%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M26%2021c0-5.523%204.477-10%2010-10s10%204.477%2010%2010%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M36.066%2026.503A10%2010%200%200%201%2045%2021c5.523%200%2010%204.477%2010%2010a9.98%209.98%200%200%201-3.795%207.842%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M20.64%2038.717A9.98%209.98%200%200%201%2017%2031c0-5.523%204.477-10%2010-10s10%204.477%2010%2010a9.98%209.98%200%200%201-3.794%207.842%22%2F%3E%3Cpath%20stroke-width%3D%221.947%22%20d%3D%22M33%2060v-6a5%205%200%200%200-5-5h-7a5%205%200%200%201-5-5v-3a2%202%200%200%201%202-2h36a2%202%200%200%201%202%202v3a5%205%200%200%201-5%205h-7a5%205%200%200%200-5%205v6m-10%200h14%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Ccircle%20cx%3D%2235.999%22%20cy%3D%2221.001%22%20r%3D%2210%22%20fill%3D%22%23fcea2b%22%20transform%3D%22rotate(-45%2036%2021.001)%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M43.07%2013.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94%209.94%200%200%201%204.571%202.602c3.907%203.906%203.907%2010.237.001%2014.142a9.93%209.93%200%200%201-4.571%202.602c3.314.853%206.977-.008%209.571-2.602c3.906-3.905%203.906-10.236%200-14.142%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M52.07%2023.93c3.907%203.904%203.907%2010.236.001%2014.142C48.166%2041.977%2039.905%2044.904%2036%2041c-3.905-3.906-1.977-13.166%201.929-17.071s10.237-3.906%2014.141%200%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M52.07%2023.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94%209.94%200%200%201%204.571%202.602c3.907%203.906%203.907%2010.238.001%2014.142a9.93%209.93%200%200%201-4.571%202.602c3.314.853%206.977-.008%209.571-2.602c3.906-3.904%203.906-10.236%200-14.142%22%2F%3E%3Cellipse%20cx%3D%2226.999%22%20cy%3D%2231.002%22%20fill%3D%22%23fcea2b%22%20rx%3D%2210%22%20ry%3D%2210.001%22%20transform%3D%22rotate(-45%2027%2031.002)%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M34.07%2023.938c-2.593-2.594-6.257-3.456-9.571-2.602a9.94%209.94%200%200%201%204.571%202.602c3.907%203.906%203.907%2010.238.001%2014.142a9.93%209.93%200%200%201-4.571%202.602c3.314.853%206.977-.008%209.571-2.602c3.906-3.904%203.906-10.236%200-14.142%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M33%2060v-6a5%205%200%200%200-5-5h-7a5%205%200%200%201-5-5v-3a2%202%200%200%201%202-2h36a2%202%200%200%201%202%202v3a5%205%200%200%201-5%205h-7a5%205%200%200%200-5%205v6%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M26%2021c0-5.523%204.477-10%2010-10s10%204.477%2010%2010%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M36.066%2026.503A10%2010%200%200%201%2045%2021c5.523%200%2010%204.477%2010%2010a9.98%209.98%200%200%201-3.795%207.842%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M20.64%2038.717A9.98%209.98%200%200%201%2017%2031c0-5.523%204.477-10%2010-10s10%204.477%2010%2010a9.98%209.98%200%200%201-3.794%207.842%22%2F%3E%3Cpath%20stroke-width%3D%221.947%22%20d%3D%22M33%2060v-6a5%205%200%200%200-5-5h-7a5%205%200%200%201-5-5v-3a2%202%200%200%201%202-2h36a2%202%200%200%201%202%202v3a5%205%200%200%201-5%205h-7a5%205%200%200%200-5%205v6m-10%200h14%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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