ear of corn emoji

ear-of-corn from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.

Name
ear-of-corn
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 ear of corn emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" stroke="#fcea2b" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M38.64 52.917L23.52 37.785c-8.834-8.833-12.04-17.697-8.58-21.166c.922-.913 2.22-1.369 3.792-1.369q.85.002 1.805.172c4.26.781 9.92 4.128 15.568 9.777l3.459 3.459c-.832 1.328-1.643 2.789-2.323 4.35c-2.535 5.74-3.489 12.9 1.4 19.909z"/><path fill="#fcea2b" d="M52.302 53.982c-3.459 3.468-9.453 3.134-13.327-.73l-.334-.335c-4.889-7.008-3.935-14.168-1.4-19.908a33 33 0 0 1 2.323-4.351l12.008 11.998c3.864 3.874 4.198 9.867.73 13.326"/><path fill="#5c9e31" stroke="#5c9e31" stroke-miterlimit="10" stroke-width="2" d="M55.983 56.193c-3.671 4.3-10.152 4.493-14.067.568a7 7 0 0 1-.375-.396a25 25 0 0 1-2.9-3.448c-4.889-7.008-3.935-14.168-1.4-19.908a33 33 0 0 1 2.323-4.351c2.606-4.148 5.517-6.958 6.074-7.485c.031-.03.092-.01.092.04c.03 1.34.487 12.617 9.523 21.806c3.52 3.58 3.986 9.35.73 13.174z"/><path fill="#b1cc33" d="M55.444 43.14c3.919 3.918 3.726 10.4-.577 14.067c-3.821 3.256-9.589 2.787-13.17-.732c-9.193-9.032-20.466-9.496-21.8-9.52c-.051 0-.078-.058-.044-.095c1.404-1.495 19.344-19.945 35.19-4.098c.138.126.27.246.4.377"/><path fill="#fcea2b" d="M36.105 25.2c-5.649-5.65-11.308-8.997-15.568-9.778a10.5 10.5 0 0 0-1.805-.172c-1.572 0-2.87.456-3.793 1.37c-3.458 3.468-.253 12.332 8.58 21.165"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="M55.444 43.14c3.919 3.918 3.726 10.4-.577 14.067c-3.821 3.256-9.589 2.787-13.17-.732c-9.193-9.032-20.466-9.496-21.8-9.52c-.051 0-.078-.058-.044-.095c1.404-1.495 19.344-19.945 35.19-4.098c.138.126.27.246.4.377z"/><path stroke-linecap="round" d="M37.487 32.46a34 34 0 0 1 2.076-3.802c2.607-4.148 5.518-6.958 6.076-7.485c.03-.03.09-.01.09.04c.02.871.22 5.946 2.844 11.916l.262.56M36.105 25.2c-5.649-5.65-11.308-8.997-15.568-9.778a10.5 10.5 0 0 0-1.805-.172c-1.572 0-2.87.456-3.793 1.37c-3.458 3.468-.253 12.332 8.58 21.165"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiEarOfCorn(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" stroke="#fcea2b" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="M38.64 52.917L23.52 37.785c-8.834-8.833-12.04-17.697-8.58-21.166c.922-.913 2.22-1.369 3.792-1.369q.85.002 1.805.172c4.26.781 9.92 4.128 15.568 9.777l3.459 3.459c-.832 1.328-1.643 2.789-2.323 4.35c-2.535 5.74-3.489 12.9 1.4 19.909z"/><path fill="#fcea2b" d="M52.302 53.982c-3.459 3.468-9.453 3.134-13.327-.73l-.334-.335c-4.889-7.008-3.935-14.168-1.4-19.908a33 33 0 0 1 2.323-4.351l12.008 11.998c3.864 3.874 4.198 9.867.73 13.326"/><path fill="#5c9e31" stroke="#5c9e31" strokeMiterlimit="10" strokeWidth="2" d="M55.983 56.193c-3.671 4.3-10.152 4.493-14.067.568a7 7 0 0 1-.375-.396a25 25 0 0 1-2.9-3.448c-4.889-7.008-3.935-14.168-1.4-19.908a33 33 0 0 1 2.323-4.351c2.606-4.148 5.517-6.958 6.074-7.485c.031-.03.092-.01.092.04c.03 1.34.487 12.617 9.523 21.806c3.52 3.58 3.986 9.35.73 13.174z"/><path fill="#b1cc33" d="M55.444 43.14c3.919 3.918 3.726 10.4-.577 14.067c-3.821 3.256-9.589 2.787-13.17-.732c-9.193-9.032-20.466-9.496-21.8-9.52c-.051 0-.078-.058-.044-.095c1.404-1.495 19.344-19.945 35.19-4.098c.138.126.27.246.4.377"/><path fill="#fcea2b" d="M36.105 25.2c-5.649-5.65-11.308-8.997-15.568-9.778a10.5 10.5 0 0 0-1.805-.172c-1.572 0-2.87.456-3.793 1.37c-3.458 3.468-.253 12.332 8.58 21.165"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><path d="M55.444 43.14c3.919 3.918 3.726 10.4-.577 14.067c-3.821 3.256-9.589 2.787-13.17-.732c-9.193-9.032-20.466-9.496-21.8-9.52c-.051 0-.078-.058-.044-.095c1.404-1.495 19.344-19.945 35.19-4.098c.138.126.27.246.4.377z"/><path strokeLinecap="round" d="M37.487 32.46a34 34 0 0 1 2.076-3.802c2.607-4.148 5.518-6.958 6.076-7.485c.03-.03.09-.01.09.04c.02.871.22 5.946 2.844 11.916l.262.56M36.105 25.2c-5.649-5.65-11.308-8.997-15.568-9.778a10.5 10.5 0 0 0-1.805-.172c-1.572 0-2.87.456-3.793 1.37c-3.458 3.468-.253 12.332 8.58 21.165"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" stroke="#fcea2b" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M38.64 52.917L23.52 37.785c-8.834-8.833-12.04-17.697-8.58-21.166c.922-.913 2.22-1.369 3.792-1.369q.85.002 1.805.172c4.26.781 9.92 4.128 15.568 9.777l3.459 3.459c-.832 1.328-1.643 2.789-2.323 4.35c-2.535 5.74-3.489 12.9 1.4 19.909z"/><path fill="#fcea2b" d="M52.302 53.982c-3.459 3.468-9.453 3.134-13.327-.73l-.334-.335c-4.889-7.008-3.935-14.168-1.4-19.908a33 33 0 0 1 2.323-4.351l12.008 11.998c3.864 3.874 4.198 9.867.73 13.326"/><path fill="#5c9e31" stroke="#5c9e31" stroke-miterlimit="10" stroke-width="2" d="M55.983 56.193c-3.671 4.3-10.152 4.493-14.067.568a7 7 0 0 1-.375-.396a25 25 0 0 1-2.9-3.448c-4.889-7.008-3.935-14.168-1.4-19.908a33 33 0 0 1 2.323-4.351c2.606-4.148 5.517-6.958 6.074-7.485c.031-.03.092-.01.092.04c.03 1.34.487 12.617 9.523 21.806c3.52 3.58 3.986 9.35.73 13.174z"/><path fill="#b1cc33" d="M55.444 43.14c3.919 3.918 3.726 10.4-.577 14.067c-3.821 3.256-9.589 2.787-13.17-.732c-9.193-9.032-20.466-9.496-21.8-9.52c-.051 0-.078-.058-.044-.095c1.404-1.495 19.344-19.945 35.19-4.098c.138.126.27.246.4.377"/><path fill="#fcea2b" d="M36.105 25.2c-5.649-5.65-11.308-8.997-15.568-9.778a10.5 10.5 0 0 0-1.805-.172c-1.572 0-2.87.456-3.793 1.37c-3.458 3.468-.253 12.332 8.58 21.165"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="M55.444 43.14c3.919 3.918 3.726 10.4-.577 14.067c-3.821 3.256-9.589 2.787-13.17-.732c-9.193-9.032-20.466-9.496-21.8-9.52c-.051 0-.078-.058-.044-.095c1.404-1.495 19.344-19.945 35.19-4.098c.138.126.27.246.4.377z"/><path stroke-linecap="round" d="M37.487 32.46a34 34 0 0 1 2.076-3.802c2.607-4.148 5.518-6.958 6.076-7.485c.03-.03.09-.01.09.04c.02.871.22 5.946 2.844 11.916l.262.56M36.105 25.2c-5.649-5.65-11.308-8.997-15.568-9.778a10.5 10.5 0 0 0-1.805-.172c-1.572 0-2.87.456-3.793 1.37c-3.458 3.468-.253 12.332 8.58 21.165"/></g></svg>
</template>

CSS

.icon-ear-of-corn {
  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%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M38.64%2052.917L23.52%2037.785c-8.834-8.833-12.04-17.697-8.58-21.166c.922-.913%202.22-1.369%203.792-1.369q.85.002%201.805.172c4.26.781%209.92%204.128%2015.568%209.777l3.459%203.459c-.832%201.328-1.643%202.789-2.323%204.35c-2.535%205.74-3.489%2012.9%201.4%2019.909z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M52.302%2053.982c-3.459%203.468-9.453%203.134-13.327-.73l-.334-.335c-4.889-7.008-3.935-14.168-1.4-19.908a33%2033%200%200%201%202.323-4.351l12.008%2011.998c3.864%203.874%204.198%209.867.73%2013.326%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M55.983%2056.193c-3.671%204.3-10.152%204.493-14.067.568a7%207%200%200%201-.375-.396a25%2025%200%200%201-2.9-3.448c-4.889-7.008-3.935-14.168-1.4-19.908a33%2033%200%200%201%202.323-4.351c2.606-4.148%205.517-6.958%206.074-7.485c.031-.03.092-.01.092.04c.03%201.34.487%2012.617%209.523%2021.806c3.52%203.58%203.986%209.35.73%2013.174z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M55.444%2043.14c3.919%203.918%203.726%2010.4-.577%2014.067c-3.821%203.256-9.589%202.787-13.17-.732c-9.193-9.032-20.466-9.496-21.8-9.52c-.051%200-.078-.058-.044-.095c1.404-1.495%2019.344-19.945%2035.19-4.098c.138.126.27.246.4.377%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36.105%2025.2c-5.649-5.65-11.308-8.997-15.568-9.778a10.5%2010.5%200%200%200-1.805-.172c-1.572%200-2.87.456-3.793%201.37c-3.458%203.468-.253%2012.332%208.58%2021.165%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M55.444%2043.14c3.919%203.918%203.726%2010.4-.577%2014.067c-3.821%203.256-9.589%202.787-13.17-.732c-9.193-9.032-20.466-9.496-21.8-9.52c-.051%200-.078-.058-.044-.095c1.404-1.495%2019.344-19.945%2035.19-4.098c.138.126.27.246.4.377z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M37.487%2032.46a34%2034%200%200%201%202.076-3.802c2.607-4.148%205.518-6.958%206.076-7.485c.03-.03.09-.01.09.04c.02.871.22%205.946%202.844%2011.916l.262.56M36.105%2025.2c-5.649-5.65-11.308-8.997-15.568-9.778a10.5%2010.5%200%200%200-1.805-.172c-1.572%200-2.87.456-3.793%201.37c-3.458%203.468-.253%2012.332%208.58%2021.165%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%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M38.64%2052.917L23.52%2037.785c-8.834-8.833-12.04-17.697-8.58-21.166c.922-.913%202.22-1.369%203.792-1.369q.85.002%201.805.172c4.26.781%209.92%204.128%2015.568%209.777l3.459%203.459c-.832%201.328-1.643%202.789-2.323%204.35c-2.535%205.74-3.489%2012.9%201.4%2019.909z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M52.302%2053.982c-3.459%203.468-9.453%203.134-13.327-.73l-.334-.335c-4.889-7.008-3.935-14.168-1.4-19.908a33%2033%200%200%201%202.323-4.351l12.008%2011.998c3.864%203.874%204.198%209.867.73%2013.326%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M55.983%2056.193c-3.671%204.3-10.152%204.493-14.067.568a7%207%200%200%201-.375-.396a25%2025%200%200%201-2.9-3.448c-4.889-7.008-3.935-14.168-1.4-19.908a33%2033%200%200%201%202.323-4.351c2.606-4.148%205.517-6.958%206.074-7.485c.031-.03.092-.01.092.04c.03%201.34.487%2012.617%209.523%2021.806c3.52%203.58%203.986%209.35.73%2013.174z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M55.444%2043.14c3.919%203.918%203.726%2010.4-.577%2014.067c-3.821%203.256-9.589%202.787-13.17-.732c-9.193-9.032-20.466-9.496-21.8-9.52c-.051%200-.078-.058-.044-.095c1.404-1.495%2019.344-19.945%2035.19-4.098c.138.126.27.246.4.377%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M36.105%2025.2c-5.649-5.65-11.308-8.997-15.568-9.778a10.5%2010.5%200%200%200-1.805-.172c-1.572%200-2.87.456-3.793%201.37c-3.458%203.468-.253%2012.332%208.58%2021.165%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M55.444%2043.14c3.919%203.918%203.726%2010.4-.577%2014.067c-3.821%203.256-9.589%202.787-13.17-.732c-9.193-9.032-20.466-9.496-21.8-9.52c-.051%200-.078-.058-.044-.095c1.404-1.495%2019.344-19.945%2035.19-4.098c.138.126.27.246.4.377z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M37.487%2032.46a34%2034%200%200%201%202.076-3.802c2.607-4.148%205.518-6.958%206.076-7.485c.03-.03.09-.01.09.04c.02.871.22%205.946%202.844%2011.916l.262.56M36.105%2025.2c-5.649-5.65-11.308-8.997-15.568-9.778a10.5%2010.5%200%200%200-1.805-.172c-1.572%200-2.87.456-3.793%201.37c-3.458%203.468-.253%2012.332%208.58%2021.165%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/ear-of-corn.svg?color=%231a73e8&size=48