honey-pot from Emoji One (Colored) by Emoji One · Default · Food · CC-BY-4.0 Attribution required.

Name
honey-pot
Set
Emoji One (Colored)
Style
Default
Category
Food
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More food icons from Emoji One (Colored)

Use the honey pot emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#8f6453" d="M33 16L5.5 22.6S2 28.8 2 35.2c0 4.3.9 7.7 4.4 11.4s3.1 3.5 3.5 5.3c.3 1.9 3.2 10.1 22.3 10.1s22.3-8.2 22.3-10.1c0-2.4 1.3-3 4.8-6.7z"/><path fill="#ffce31" d="M55.5 12.5c-2-1.2-.7-1.2-1.2-4.2C53.8 5.4 48.5 2 32.2 2C16 2 10.6 5.3 10.1 8.2c-.5 3 .7 2.9-1.2 4.2C7 13.8 2.8 22.9 4.8 24.7c2.3 2.1 5.5-3.2 10.1-3.2c3.2 0 3.6 6.6 6.2 6.6s11.2-6.6 13.2-6.6c7.4 0 5.8 13.4 12.3 13.4c5 0 9.6 16 12.9 12.1c5.2-6.2 1.5-31.1-4-34.5"/><path fill="#e3a300" d="M53.9 11.9c0 .5-9.4 5.1-21.7 5.1s-21.7-4.5-21.7-5.1s9.4 3.4 21.7 3.4s21.7-4 21.7-3.4"/><path fill="#724e41" d="M54.6 49.5c0 .5-8 6.3-22.4 6.3S9.8 50 9.8 49.5s8 4.4 22.4 4.4s22.4-4.9 22.4-4.4"/><path fill="#e3a300" d="M47.3 7.9C48.4 7.5 49 7 49 6.6c0-1.7-7.5-3.1-16.8-3.1S15.4 4.9 15.4 6.6c0 .5.6.9 1.7 1.3c2.7-1 8.5-1.7 15.1-1.7s12.4.7 15.1 1.7"/><path fill="#bd8800" d="M47.3 7.9c-2.7-1-8.5-1.7-15.1-1.7c-6.7 0-12.4.7-15.1 1.7c2.7 1 8.5 1.7 15.1 1.7s12.4-.7 15.1-1.7"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneHoneyPot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#8f6453" d="M33 16L5.5 22.6S2 28.8 2 35.2c0 4.3.9 7.7 4.4 11.4s3.1 3.5 3.5 5.3c.3 1.9 3.2 10.1 22.3 10.1s22.3-8.2 22.3-10.1c0-2.4 1.3-3 4.8-6.7z"/><path fill="#ffce31" d="M55.5 12.5c-2-1.2-.7-1.2-1.2-4.2C53.8 5.4 48.5 2 32.2 2C16 2 10.6 5.3 10.1 8.2c-.5 3 .7 2.9-1.2 4.2C7 13.8 2.8 22.9 4.8 24.7c2.3 2.1 5.5-3.2 10.1-3.2c3.2 0 3.6 6.6 6.2 6.6s11.2-6.6 13.2-6.6c7.4 0 5.8 13.4 12.3 13.4c5 0 9.6 16 12.9 12.1c5.2-6.2 1.5-31.1-4-34.5"/><path fill="#e3a300" d="M53.9 11.9c0 .5-9.4 5.1-21.7 5.1s-21.7-4.5-21.7-5.1s9.4 3.4 21.7 3.4s21.7-4 21.7-3.4"/><path fill="#724e41" d="M54.6 49.5c0 .5-8 6.3-22.4 6.3S9.8 50 9.8 49.5s8 4.4 22.4 4.4s22.4-4.9 22.4-4.4"/><path fill="#e3a300" d="M47.3 7.9C48.4 7.5 49 7 49 6.6c0-1.7-7.5-3.1-16.8-3.1S15.4 4.9 15.4 6.6c0 .5.6.9 1.7 1.3c2.7-1 8.5-1.7 15.1-1.7s12.4.7 15.1 1.7"/><path fill="#bd8800" d="M47.3 7.9c-2.7-1-8.5-1.7-15.1-1.7c-6.7 0-12.4.7-15.1 1.7c2.7 1 8.5 1.7 15.1 1.7s12.4-.7 15.1-1.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#8f6453" d="M33 16L5.5 22.6S2 28.8 2 35.2c0 4.3.9 7.7 4.4 11.4s3.1 3.5 3.5 5.3c.3 1.9 3.2 10.1 22.3 10.1s22.3-8.2 22.3-10.1c0-2.4 1.3-3 4.8-6.7z"/><path fill="#ffce31" d="M55.5 12.5c-2-1.2-.7-1.2-1.2-4.2C53.8 5.4 48.5 2 32.2 2C16 2 10.6 5.3 10.1 8.2c-.5 3 .7 2.9-1.2 4.2C7 13.8 2.8 22.9 4.8 24.7c2.3 2.1 5.5-3.2 10.1-3.2c3.2 0 3.6 6.6 6.2 6.6s11.2-6.6 13.2-6.6c7.4 0 5.8 13.4 12.3 13.4c5 0 9.6 16 12.9 12.1c5.2-6.2 1.5-31.1-4-34.5"/><path fill="#e3a300" d="M53.9 11.9c0 .5-9.4 5.1-21.7 5.1s-21.7-4.5-21.7-5.1s9.4 3.4 21.7 3.4s21.7-4 21.7-3.4"/><path fill="#724e41" d="M54.6 49.5c0 .5-8 6.3-22.4 6.3S9.8 50 9.8 49.5s8 4.4 22.4 4.4s22.4-4.9 22.4-4.4"/><path fill="#e3a300" d="M47.3 7.9C48.4 7.5 49 7 49 6.6c0-1.7-7.5-3.1-16.8-3.1S15.4 4.9 15.4 6.6c0 .5.6.9 1.7 1.3c2.7-1 8.5-1.7 15.1-1.7s12.4.7 15.1 1.7"/><path fill="#bd8800" d="M47.3 7.9c-2.7-1-8.5-1.7-15.1-1.7c-6.7 0-12.4.7-15.1 1.7c2.7 1 8.5 1.7 15.1 1.7s12.4-.7 15.1-1.7"/></svg>
</template>

CSS

.icon-honey-pot {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%238f6453%22%20d%3D%22M33%2016L5.5%2022.6S2%2028.8%202%2035.2c0%204.3.9%207.7%204.4%2011.4s3.1%203.5%203.5%205.3c.3%201.9%203.2%2010.1%2022.3%2010.1s22.3-8.2%2022.3-10.1c0-2.4%201.3-3%204.8-6.7z%22%2F%3E%3Cpath%20fill%3D%22%23ffce31%22%20d%3D%22M55.5%2012.5c-2-1.2-.7-1.2-1.2-4.2C53.8%205.4%2048.5%202%2032.2%202C16%202%2010.6%205.3%2010.1%208.2c-.5%203%20.7%202.9-1.2%204.2C7%2013.8%202.8%2022.9%204.8%2024.7c2.3%202.1%205.5-3.2%2010.1-3.2c3.2%200%203.6%206.6%206.2%206.6s11.2-6.6%2013.2-6.6c7.4%200%205.8%2013.4%2012.3%2013.4c5%200%209.6%2016%2012.9%2012.1c5.2-6.2%201.5-31.1-4-34.5%22%2F%3E%3Cpath%20fill%3D%22%23e3a300%22%20d%3D%22M53.9%2011.9c0%20.5-9.4%205.1-21.7%205.1s-21.7-4.5-21.7-5.1s9.4%203.4%2021.7%203.4s21.7-4%2021.7-3.4%22%2F%3E%3Cpath%20fill%3D%22%23724e41%22%20d%3D%22M54.6%2049.5c0%20.5-8%206.3-22.4%206.3S9.8%2050%209.8%2049.5s8%204.4%2022.4%204.4s22.4-4.9%2022.4-4.4%22%2F%3E%3Cpath%20fill%3D%22%23e3a300%22%20d%3D%22M47.3%207.9C48.4%207.5%2049%207%2049%206.6c0-1.7-7.5-3.1-16.8-3.1S15.4%204.9%2015.4%206.6c0%20.5.6.9%201.7%201.3c2.7-1%208.5-1.7%2015.1-1.7s12.4.7%2015.1%201.7%22%2F%3E%3Cpath%20fill%3D%22%23bd8800%22%20d%3D%22M47.3%207.9c-2.7-1-8.5-1.7-15.1-1.7c-6.7%200-12.4.7-15.1%201.7c2.7%201%208.5%201.7%2015.1%201.7s12.4-.7%2015.1-1.7%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%2064%2064%22%3E%3Cpath%20fill%3D%22%238f6453%22%20d%3D%22M33%2016L5.5%2022.6S2%2028.8%202%2035.2c0%204.3.9%207.7%204.4%2011.4s3.1%203.5%203.5%205.3c.3%201.9%203.2%2010.1%2022.3%2010.1s22.3-8.2%2022.3-10.1c0-2.4%201.3-3%204.8-6.7z%22%2F%3E%3Cpath%20fill%3D%22%23ffce31%22%20d%3D%22M55.5%2012.5c-2-1.2-.7-1.2-1.2-4.2C53.8%205.4%2048.5%202%2032.2%202C16%202%2010.6%205.3%2010.1%208.2c-.5%203%20.7%202.9-1.2%204.2C7%2013.8%202.8%2022.9%204.8%2024.7c2.3%202.1%205.5-3.2%2010.1-3.2c3.2%200%203.6%206.6%206.2%206.6s11.2-6.6%2013.2-6.6c7.4%200%205.8%2013.4%2012.3%2013.4c5%200%209.6%2016%2012.9%2012.1c5.2-6.2%201.5-31.1-4-34.5%22%2F%3E%3Cpath%20fill%3D%22%23e3a300%22%20d%3D%22M53.9%2011.9c0%20.5-9.4%205.1-21.7%205.1s-21.7-4.5-21.7-5.1s9.4%203.4%2021.7%203.4s21.7-4%2021.7-3.4%22%2F%3E%3Cpath%20fill%3D%22%23724e41%22%20d%3D%22M54.6%2049.5c0%20.5-8%206.3-22.4%206.3S9.8%2050%209.8%2049.5s8%204.4%2022.4%204.4s22.4-4.9%2022.4-4.4%22%2F%3E%3Cpath%20fill%3D%22%23e3a300%22%20d%3D%22M47.3%207.9C48.4%207.5%2049%207%2049%206.6c0-1.7-7.5-3.1-16.8-3.1S15.4%204.9%2015.4%206.6c0%20.5.6.9%201.7%201.3c2.7-1%208.5-1.7%2015.1-1.7s12.4.7%2015.1%201.7%22%2F%3E%3Cpath%20fill%3D%22%23bd8800%22%20d%3D%22M47.3%207.9c-2.7-1-8.5-1.7-15.1-1.7c-6.7%200-12.4.7-15.1%201.7c2.7%201%208.5%201.7%2015.1%201.7s12.4-.7%2015.1-1.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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