tamale emoji

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

Name
tamale
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 tamale emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M43.5 39.337a49.4 49.4 0 0 1 2.192 12.593a3.58 3.58 0 0 1-2.971 3.618a41.8 41.8 0 0 1-13.442.032a3.58 3.58 0 0 1-2.971-3.618a53 53 0 0 1 1.93-12.057l.262-7.025a49.4 49.4 0 0 1-2.192-12.593a3.58 3.58 0 0 1 2.97-3.618a41.8 41.8 0 0 1 13.443-.032a3.58 3.58 0 0 1 2.97 3.618A52 52 0 0 1 43.434 33.4Z"/><path fill="#f1b31c" d="M38.53 16.17A74 74 0 0 1 36 34.857l2.952.627l4.48-2.085l2.074-10.495v-4.6l-3.363-1.94Zm-1.374 21.78a43.7 43.7 0 0 1 2.396 18.158l4.265-.786l1.875-3.392L43.5 39.337Z"/><rect width="19.387" height="3.107" x="26.306" y="34.555" fill="#b1cc33" rx="1.553" transform="rotate(-167.673 36 36.108)"/><rect width="19.387" height="3.107" x="26.306" y="34.84" fill="#b1cc33" rx="1.553" transform="rotate(-12.328 35.997 36.391)"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M28.5 32.88a49.4 49.4 0 0 1-2.192-12.593a3.58 3.58 0 0 1 2.97-3.618a41.8 41.8 0 0 1 13.443-.032a3.58 3.58 0 0 1 2.97 3.618A52 52 0 0 1 43.434 33.4"/><rect width="19.387" height="3.107" x="26.306" y="34.555" rx="1.553" transform="rotate(192.31 35.994 36.112)scale(.999)"/><path d="m37.156 37.95l-8.777 1.919a1.56 1.56 0 0 1-1.849-1.186h0a1.56 1.56 0 0 1 1.186-1.85l2.164-.472m7.428-1.623l6.313-1.38a1.56 1.56 0 0 1 1.849 1.186h0a1.56 1.56 0 0 1-1.186 1.85M31.285 21.06a55 55 0 0 0 2.326 12.936m5.763-12.936a44 44 0 0 1-.844 6.748m4.97 11.529a49.4 49.4 0 0 1 2.192 12.593a3.58 3.58 0 0 1-2.971 3.618a41.8 41.8 0 0 1-13.442.032a3.58 3.58 0 0 1-2.971-3.618a53 53 0 0 1 1.93-12.057"/><path d="M40.715 51.157A55 55 0 0 0 38.39 38.22m-5.764 12.937a44 44 0 0 1 .844-6.748"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiTamale(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M43.5 39.337a49.4 49.4 0 0 1 2.192 12.593a3.58 3.58 0 0 1-2.971 3.618a41.8 41.8 0 0 1-13.442.032a3.58 3.58 0 0 1-2.971-3.618a53 53 0 0 1 1.93-12.057l.262-7.025a49.4 49.4 0 0 1-2.192-12.593a3.58 3.58 0 0 1 2.97-3.618a41.8 41.8 0 0 1 13.443-.032a3.58 3.58 0 0 1 2.97 3.618A52 52 0 0 1 43.434 33.4Z"/><path fill="#f1b31c" d="M38.53 16.17A74 74 0 0 1 36 34.857l2.952.627l4.48-2.085l2.074-10.495v-4.6l-3.363-1.94Zm-1.374 21.78a43.7 43.7 0 0 1 2.396 18.158l4.265-.786l1.875-3.392L43.5 39.337Z"/><rect width="19.387" height="3.107" x="26.306" y="34.555" fill="#b1cc33" rx="1.553" transform="rotate(-167.673 36 36.108)"/><rect width="19.387" height="3.107" x="26.306" y="34.84" fill="#b1cc33" rx="1.553" transform="rotate(-12.328 35.997 36.391)"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M28.5 32.88a49.4 49.4 0 0 1-2.192-12.593a3.58 3.58 0 0 1 2.97-3.618a41.8 41.8 0 0 1 13.443-.032a3.58 3.58 0 0 1 2.97 3.618A52 52 0 0 1 43.434 33.4"/><rect width="19.387" height="3.107" x="26.306" y="34.555" rx="1.553" transform="rotate(192.31 35.994 36.112)scale(.999)"/><path d="m37.156 37.95l-8.777 1.919a1.56 1.56 0 0 1-1.849-1.186h0a1.56 1.56 0 0 1 1.186-1.85l2.164-.472m7.428-1.623l6.313-1.38a1.56 1.56 0 0 1 1.849 1.186h0a1.56 1.56 0 0 1-1.186 1.85M31.285 21.06a55 55 0 0 0 2.326 12.936m5.763-12.936a44 44 0 0 1-.844 6.748m4.97 11.529a49.4 49.4 0 0 1 2.192 12.593a3.58 3.58 0 0 1-2.971 3.618a41.8 41.8 0 0 1-13.442.032a3.58 3.58 0 0 1-2.971-3.618a53 53 0 0 1 1.93-12.057"/><path d="M40.715 51.157A55 55 0 0 0 38.39 38.22m-5.764 12.937a44 44 0 0 1 .844-6.748"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M43.5 39.337a49.4 49.4 0 0 1 2.192 12.593a3.58 3.58 0 0 1-2.971 3.618a41.8 41.8 0 0 1-13.442.032a3.58 3.58 0 0 1-2.971-3.618a53 53 0 0 1 1.93-12.057l.262-7.025a49.4 49.4 0 0 1-2.192-12.593a3.58 3.58 0 0 1 2.97-3.618a41.8 41.8 0 0 1 13.443-.032a3.58 3.58 0 0 1 2.97 3.618A52 52 0 0 1 43.434 33.4Z"/><path fill="#f1b31c" d="M38.53 16.17A74 74 0 0 1 36 34.857l2.952.627l4.48-2.085l2.074-10.495v-4.6l-3.363-1.94Zm-1.374 21.78a43.7 43.7 0 0 1 2.396 18.158l4.265-.786l1.875-3.392L43.5 39.337Z"/><rect width="19.387" height="3.107" x="26.306" y="34.555" fill="#b1cc33" rx="1.553" transform="rotate(-167.673 36 36.108)"/><rect width="19.387" height="3.107" x="26.306" y="34.84" fill="#b1cc33" rx="1.553" transform="rotate(-12.328 35.997 36.391)"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M28.5 32.88a49.4 49.4 0 0 1-2.192-12.593a3.58 3.58 0 0 1 2.97-3.618a41.8 41.8 0 0 1 13.443-.032a3.58 3.58 0 0 1 2.97 3.618A52 52 0 0 1 43.434 33.4"/><rect width="19.387" height="3.107" x="26.306" y="34.555" rx="1.553" transform="rotate(192.31 35.994 36.112)scale(.999)"/><path d="m37.156 37.95l-8.777 1.919a1.56 1.56 0 0 1-1.849-1.186h0a1.56 1.56 0 0 1 1.186-1.85l2.164-.472m7.428-1.623l6.313-1.38a1.56 1.56 0 0 1 1.849 1.186h0a1.56 1.56 0 0 1-1.186 1.85M31.285 21.06a55 55 0 0 0 2.326 12.936m5.763-12.936a44 44 0 0 1-.844 6.748m4.97 11.529a49.4 49.4 0 0 1 2.192 12.593a3.58 3.58 0 0 1-2.971 3.618a41.8 41.8 0 0 1-13.442.032a3.58 3.58 0 0 1-2.971-3.618a53 53 0 0 1 1.93-12.057"/><path d="M40.715 51.157A55 55 0 0 0 38.39 38.22m-5.764 12.937a44 44 0 0 1 .844-6.748"/></g></svg>
</template>

CSS

.icon-tamale {
  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%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M43.5%2039.337a49.4%2049.4%200%200%201%202.192%2012.593a3.58%203.58%200%200%201-2.971%203.618a41.8%2041.8%200%200%201-13.442.032a3.58%203.58%200%200%201-2.971-3.618a53%2053%200%200%201%201.93-12.057l.262-7.025a49.4%2049.4%200%200%201-2.192-12.593a3.58%203.58%200%200%201%202.97-3.618a41.8%2041.8%200%200%201%2013.443-.032a3.58%203.58%200%200%201%202.97%203.618A52%2052%200%200%201%2043.434%2033.4Z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M38.53%2016.17A74%2074%200%200%201%2036%2034.857l2.952.627l4.48-2.085l2.074-10.495v-4.6l-3.363-1.94Zm-1.374%2021.78a43.7%2043.7%200%200%201%202.396%2018.158l4.265-.786l1.875-3.392L43.5%2039.337Z%22%2F%3E%3Crect%20width%3D%2219.387%22%20height%3D%223.107%22%20x%3D%2226.306%22%20y%3D%2234.555%22%20fill%3D%22%23b1cc33%22%20rx%3D%221.553%22%20transform%3D%22rotate(-167.673%2036%2036.108)%22%2F%3E%3Crect%20width%3D%2219.387%22%20height%3D%223.107%22%20x%3D%2226.306%22%20y%3D%2234.84%22%20fill%3D%22%23b1cc33%22%20rx%3D%221.553%22%20transform%3D%22rotate(-12.328%2035.997%2036.391)%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M28.5%2032.88a49.4%2049.4%200%200%201-2.192-12.593a3.58%203.58%200%200%201%202.97-3.618a41.8%2041.8%200%200%201%2013.443-.032a3.58%203.58%200%200%201%202.97%203.618A52%2052%200%200%201%2043.434%2033.4%22%2F%3E%3Crect%20width%3D%2219.387%22%20height%3D%223.107%22%20x%3D%2226.306%22%20y%3D%2234.555%22%20rx%3D%221.553%22%20transform%3D%22rotate(192.31%2035.994%2036.112)scale(.999)%22%2F%3E%3Cpath%20d%3D%22m37.156%2037.95l-8.777%201.919a1.56%201.56%200%200%201-1.849-1.186h0a1.56%201.56%200%200%201%201.186-1.85l2.164-.472m7.428-1.623l6.313-1.38a1.56%201.56%200%200%201%201.849%201.186h0a1.56%201.56%200%200%201-1.186%201.85M31.285%2021.06a55%2055%200%200%200%202.326%2012.936m5.763-12.936a44%2044%200%200%201-.844%206.748m4.97%2011.529a49.4%2049.4%200%200%201%202.192%2012.593a3.58%203.58%200%200%201-2.971%203.618a41.8%2041.8%200%200%201-13.442.032a3.58%203.58%200%200%201-2.971-3.618a53%2053%200%200%201%201.93-12.057%22%2F%3E%3Cpath%20d%3D%22M40.715%2051.157A55%2055%200%200%200%2038.39%2038.22m-5.764%2012.937a44%2044%200%200%201%20.844-6.748%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%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M43.5%2039.337a49.4%2049.4%200%200%201%202.192%2012.593a3.58%203.58%200%200%201-2.971%203.618a41.8%2041.8%200%200%201-13.442.032a3.58%203.58%200%200%201-2.971-3.618a53%2053%200%200%201%201.93-12.057l.262-7.025a49.4%2049.4%200%200%201-2.192-12.593a3.58%203.58%200%200%201%202.97-3.618a41.8%2041.8%200%200%201%2013.443-.032a3.58%203.58%200%200%201%202.97%203.618A52%2052%200%200%201%2043.434%2033.4Z%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M38.53%2016.17A74%2074%200%200%201%2036%2034.857l2.952.627l4.48-2.085l2.074-10.495v-4.6l-3.363-1.94Zm-1.374%2021.78a43.7%2043.7%200%200%201%202.396%2018.158l4.265-.786l1.875-3.392L43.5%2039.337Z%22%2F%3E%3Crect%20width%3D%2219.387%22%20height%3D%223.107%22%20x%3D%2226.306%22%20y%3D%2234.555%22%20fill%3D%22%23b1cc33%22%20rx%3D%221.553%22%20transform%3D%22rotate(-167.673%2036%2036.108)%22%2F%3E%3Crect%20width%3D%2219.387%22%20height%3D%223.107%22%20x%3D%2226.306%22%20y%3D%2234.84%22%20fill%3D%22%23b1cc33%22%20rx%3D%221.553%22%20transform%3D%22rotate(-12.328%2035.997%2036.391)%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M28.5%2032.88a49.4%2049.4%200%200%201-2.192-12.593a3.58%203.58%200%200%201%202.97-3.618a41.8%2041.8%200%200%201%2013.443-.032a3.58%203.58%200%200%201%202.97%203.618A52%2052%200%200%201%2043.434%2033.4%22%2F%3E%3Crect%20width%3D%2219.387%22%20height%3D%223.107%22%20x%3D%2226.306%22%20y%3D%2234.555%22%20rx%3D%221.553%22%20transform%3D%22rotate(192.31%2035.994%2036.112)scale(.999)%22%2F%3E%3Cpath%20d%3D%22m37.156%2037.95l-8.777%201.919a1.56%201.56%200%200%201-1.849-1.186h0a1.56%201.56%200%200%201%201.186-1.85l2.164-.472m7.428-1.623l6.313-1.38a1.56%201.56%200%200%201%201.849%201.186h0a1.56%201.56%200%200%201-1.186%201.85M31.285%2021.06a55%2055%200%200%200%202.326%2012.936m5.763-12.936a44%2044%200%200%201-.844%206.748m4.97%2011.529a49.4%2049.4%200%200%201%202.192%2012.593a3.58%203.58%200%200%201-2.971%203.618a41.8%2041.8%200%200%201-13.442.032a3.58%203.58%200%200%201-2.971-3.618a53%2053%200%200%201%201.93-12.057%22%2F%3E%3Cpath%20d%3D%22M40.715%2051.157A55%2055%200%200%200%2038.39%2038.22m-5.764%2012.937a44%2044%200%200%201%20.844-6.748%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/tamale.svg?color=%231a73e8&size=48