pea pod emoji
pea-pod from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.
- Name
- pea-pod
- Set
- Twitter Emoji
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More food & drink icons from Twitter Emoji
Use the pea pod emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#4e932b" d="M28 5C12 5 2.03 33.73 2.03 33.73c.01.24.21.42.45.4l8.78-5.46s.36-.61.83-1.4c.75.3 1.57.45 2.43.4a5.79 5.79 0 0 0 5.44-5.08a6.37 6.37 0 0 0 4.31-6.19c3.64-.44 6.18-4.23 4.61-8.08c-.62-1.52.75-3.33-.89-3.33Z"/><circle cx="7.7" cy="30.6" r="3.3" fill="#9bd57f"/><path fill="#4e932b" d="M7 25s-2 4 1.7 6c.26.14 2.46-1.81 2.38-1.4S7.4 25.11 7.4 25.11z"/><circle cx="12.16" cy="26.74" r="5.16" fill="#9bd57f"/><path fill="#4e932b" d="M11 20s-4 2 1 8l4 1z"/><circle cx="15.5" cy="21.5" r="5.5" fill="#9bd57f"/><path fill="#4e932b" d="M13.8 15.12S12.48 21.99 19 24l1.42-1.14l-6.63-7.74Z"/><circle cx="19.75" cy="16.33" r="5.58" fill="#9bd57f"/><path fill="#4e932b" d="M19.27 9.73s-1.49 5.78 2.9 8.38l5.69-2.55l-8.6-5.83Z"/><circle cx="24.44" cy="11.46" r="4.96" fill="#9bd57f"/><path fill="#69b546" d="M2.35 34.03C4.2 33.16 19 22 29.25 8.47l1.71 1S21 38 2.39 34.23c-.1-.02-.13-.15-.04-.2"/><path fill="#4e932b" d="M32.64 3.18c2.46.88 2.24-1.04 1.69-1.62c-.81-.84-2.22-.94-3.3-.07c-.35.28-.83.89-1.32 1.59c-.2.29-.57.38-.89.25c-2.85-1.16-5.8-1.23-9.4.4c0 0 2.41 3.35 7.37 3.46c0 0-3.37 3.24-.99 8.24c0 0 3.35-2.41 3.42-5.71c0 0 1.6 2.51 4.91 2.58c0 0-.61-5.8-3.37-7.95c-.18-.14-.16-.43.04-.56c.74-.47 1.43-.77 1.87-.61Z"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiPeaPod(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#4e932b" d="M28 5C12 5 2.03 33.73 2.03 33.73c.01.24.21.42.45.4l8.78-5.46s.36-.61.83-1.4c.75.3 1.57.45 2.43.4a5.79 5.79 0 0 0 5.44-5.08a6.37 6.37 0 0 0 4.31-6.19c3.64-.44 6.18-4.23 4.61-8.08c-.62-1.52.75-3.33-.89-3.33Z"/><circle cx="7.7" cy="30.6" r="3.3" fill="#9bd57f"/><path fill="#4e932b" d="M7 25s-2 4 1.7 6c.26.14 2.46-1.81 2.38-1.4S7.4 25.11 7.4 25.11z"/><circle cx="12.16" cy="26.74" r="5.16" fill="#9bd57f"/><path fill="#4e932b" d="M11 20s-4 2 1 8l4 1z"/><circle cx="15.5" cy="21.5" r="5.5" fill="#9bd57f"/><path fill="#4e932b" d="M13.8 15.12S12.48 21.99 19 24l1.42-1.14l-6.63-7.74Z"/><circle cx="19.75" cy="16.33" r="5.58" fill="#9bd57f"/><path fill="#4e932b" d="M19.27 9.73s-1.49 5.78 2.9 8.38l5.69-2.55l-8.6-5.83Z"/><circle cx="24.44" cy="11.46" r="4.96" fill="#9bd57f"/><path fill="#69b546" d="M2.35 34.03C4.2 33.16 19 22 29.25 8.47l1.71 1S21 38 2.39 34.23c-.1-.02-.13-.15-.04-.2"/><path fill="#4e932b" d="M32.64 3.18c2.46.88 2.24-1.04 1.69-1.62c-.81-.84-2.22-.94-3.3-.07c-.35.28-.83.89-1.32 1.59c-.2.29-.57.38-.89.25c-2.85-1.16-5.8-1.23-9.4.4c0 0 2.41 3.35 7.37 3.46c0 0-3.37 3.24-.99 8.24c0 0 3.35-2.41 3.42-5.71c0 0 1.6 2.51 4.91 2.58c0 0-.61-5.8-3.37-7.95c-.18-.14-.16-.43.04-.56c.74-.47 1.43-.77 1.87-.61Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#4e932b" d="M28 5C12 5 2.03 33.73 2.03 33.73c.01.24.21.42.45.4l8.78-5.46s.36-.61.83-1.4c.75.3 1.57.45 2.43.4a5.79 5.79 0 0 0 5.44-5.08a6.37 6.37 0 0 0 4.31-6.19c3.64-.44 6.18-4.23 4.61-8.08c-.62-1.52.75-3.33-.89-3.33Z"/><circle cx="7.7" cy="30.6" r="3.3" fill="#9bd57f"/><path fill="#4e932b" d="M7 25s-2 4 1.7 6c.26.14 2.46-1.81 2.38-1.4S7.4 25.11 7.4 25.11z"/><circle cx="12.16" cy="26.74" r="5.16" fill="#9bd57f"/><path fill="#4e932b" d="M11 20s-4 2 1 8l4 1z"/><circle cx="15.5" cy="21.5" r="5.5" fill="#9bd57f"/><path fill="#4e932b" d="M13.8 15.12S12.48 21.99 19 24l1.42-1.14l-6.63-7.74Z"/><circle cx="19.75" cy="16.33" r="5.58" fill="#9bd57f"/><path fill="#4e932b" d="M19.27 9.73s-1.49 5.78 2.9 8.38l5.69-2.55l-8.6-5.83Z"/><circle cx="24.44" cy="11.46" r="4.96" fill="#9bd57f"/><path fill="#69b546" d="M2.35 34.03C4.2 33.16 19 22 29.25 8.47l1.71 1S21 38 2.39 34.23c-.1-.02-.13-.15-.04-.2"/><path fill="#4e932b" d="M32.64 3.18c2.46.88 2.24-1.04 1.69-1.62c-.81-.84-2.22-.94-3.3-.07c-.35.28-.83.89-1.32 1.59c-.2.29-.57.38-.89.25c-2.85-1.16-5.8-1.23-9.4.4c0 0 2.41 3.35 7.37 3.46c0 0-3.37 3.24-.99 8.24c0 0 3.35-2.41 3.42-5.71c0 0 1.6 2.51 4.91 2.58c0 0-.61-5.8-3.37-7.95c-.18-.14-.16-.43.04-.56c.74-.47 1.43-.77 1.87-.61Z"/></svg> </template>
CSS
.icon-pea-pod {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%234e932b%22%20d%3D%22M28%205C12%205%202.03%2033.73%202.03%2033.73c.01.24.21.42.45.4l8.78-5.46s.36-.61.83-1.4c.75.3%201.57.45%202.43.4a5.79%205.79%200%200%200%205.44-5.08a6.37%206.37%200%200%200%204.31-6.19c3.64-.44%206.18-4.23%204.61-8.08c-.62-1.52.75-3.33-.89-3.33Z%22%2F%3E%3Ccircle%20cx%3D%227.7%22%20cy%3D%2230.6%22%20r%3D%223.3%22%20fill%3D%22%239bd57f%22%2F%3E%3Cpath%20fill%3D%22%234e932b%22%20d%3D%22M7%2025s-2%204%201.7%206c.26.14%202.46-1.81%202.38-1.4S7.4%2025.11%207.4%2025.11z%22%2F%3E%3Ccircle%20cx%3D%2212.16%22%20cy%3D%2226.74%22%20r%3D%225.16%22%20fill%3D%22%239bd57f%22%2F%3E%3Cpath%20fill%3D%22%234e932b%22%20d%3D%22M11%2020s-4%202%201%208l4%201z%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2221.5%22%20r%3D%225.5%22%20fill%3D%22%239bd57f%22%2F%3E%3Cpath%20fill%3D%22%234e932b%22%20d%3D%22M13.8%2015.12S12.48%2021.99%2019%2024l1.42-1.14l-6.63-7.74Z%22%2F%3E%3Ccircle%20cx%3D%2219.75%22%20cy%3D%2216.33%22%20r%3D%225.58%22%20fill%3D%22%239bd57f%22%2F%3E%3Cpath%20fill%3D%22%234e932b%22%20d%3D%22M19.27%209.73s-1.49%205.78%202.9%208.38l5.69-2.55l-8.6-5.83Z%22%2F%3E%3Ccircle%20cx%3D%2224.44%22%20cy%3D%2211.46%22%20r%3D%224.96%22%20fill%3D%22%239bd57f%22%2F%3E%3Cpath%20fill%3D%22%2369b546%22%20d%3D%22M2.35%2034.03C4.2%2033.16%2019%2022%2029.25%208.47l1.71%201S21%2038%202.39%2034.23c-.1-.02-.13-.15-.04-.2%22%2F%3E%3Cpath%20fill%3D%22%234e932b%22%20d%3D%22M32.64%203.18c2.46.88%202.24-1.04%201.69-1.62c-.81-.84-2.22-.94-3.3-.07c-.35.28-.83.89-1.32%201.59c-.2.29-.57.38-.89.25c-2.85-1.16-5.8-1.23-9.4.4c0%200%202.41%203.35%207.37%203.46c0%200-3.37%203.24-.99%208.24c0%200%203.35-2.41%203.42-5.71c0%200%201.6%202.51%204.91%202.58c0%200-.61-5.8-3.37-7.95c-.18-.14-.16-.43.04-.56c.74-.47%201.43-.77%201.87-.61Z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%234e932b%22%20d%3D%22M28%205C12%205%202.03%2033.73%202.03%2033.73c.01.24.21.42.45.4l8.78-5.46s.36-.61.83-1.4c.75.3%201.57.45%202.43.4a5.79%205.79%200%200%200%205.44-5.08a6.37%206.37%200%200%200%204.31-6.19c3.64-.44%206.18-4.23%204.61-8.08c-.62-1.52.75-3.33-.89-3.33Z%22%2F%3E%3Ccircle%20cx%3D%227.7%22%20cy%3D%2230.6%22%20r%3D%223.3%22%20fill%3D%22%239bd57f%22%2F%3E%3Cpath%20fill%3D%22%234e932b%22%20d%3D%22M7%2025s-2%204%201.7%206c.26.14%202.46-1.81%202.38-1.4S7.4%2025.11%207.4%2025.11z%22%2F%3E%3Ccircle%20cx%3D%2212.16%22%20cy%3D%2226.74%22%20r%3D%225.16%22%20fill%3D%22%239bd57f%22%2F%3E%3Cpath%20fill%3D%22%234e932b%22%20d%3D%22M11%2020s-4%202%201%208l4%201z%22%2F%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2221.5%22%20r%3D%225.5%22%20fill%3D%22%239bd57f%22%2F%3E%3Cpath%20fill%3D%22%234e932b%22%20d%3D%22M13.8%2015.12S12.48%2021.99%2019%2024l1.42-1.14l-6.63-7.74Z%22%2F%3E%3Ccircle%20cx%3D%2219.75%22%20cy%3D%2216.33%22%20r%3D%225.58%22%20fill%3D%22%239bd57f%22%2F%3E%3Cpath%20fill%3D%22%234e932b%22%20d%3D%22M19.27%209.73s-1.49%205.78%202.9%208.38l5.69-2.55l-8.6-5.83Z%22%2F%3E%3Ccircle%20cx%3D%2224.44%22%20cy%3D%2211.46%22%20r%3D%224.96%22%20fill%3D%22%239bd57f%22%2F%3E%3Cpath%20fill%3D%22%2369b546%22%20d%3D%22M2.35%2034.03C4.2%2033.16%2019%2022%2029.25%208.47l1.71%201S21%2038%202.39%2034.23c-.1-.02-.13-.15-.04-.2%22%2F%3E%3Cpath%20fill%3D%22%234e932b%22%20d%3D%22M32.64%203.18c2.46.88%202.24-1.04%201.69-1.62c-.81-.84-2.22-.94-3.3-.07c-.35.28-.83.89-1.32%201.59c-.2.29-.57.38-.89.25c-2.85-1.16-5.8-1.23-9.4.4c0%200%202.41%203.35%207.37%203.46c0%200-3.37%203.24-.99%208.24c0%200%203.35-2.41%203.42-5.71c0%200%201.6%202.51%204.91%202.58c0%200-.61-5.8-3.37-7.95c-.18-.14-.16-.43.04-.56c.74-.47%201.43-.77%201.87-.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/pea-pod.svg?color=%231a73e8&size=48