pickle emoji
pickle from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- pickle
- 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 pickle emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M51.91 18.46C51.27 21.83 48.55 28.69 38 39.9c-8.52 9.05-14.2 12.43-17.65 13.62c-1.87-1.34-2.68-3.22-2.68-3.22c-1.68-3.71 1.33-8.63 4.07-10.93c.73-.61 1.47-1.19 2.22-1.75a1.92 1.92 0 0 1-.38-1.16c0-1.09.86-1.96 1.93-1.96c.64 0 1.21.32 1.56.81c2.03-1.5 4.03-3.05 5.82-4.87c1.34-1.37 2.66-2.77 3.88-4.24c-.19-.17-.35-.38-.47-.61c-.48-.97-.1-2.15.85-2.64c.65-.33 1.4-.25 1.96.14c.29-.43.58-.88.85-1.34c2.58-4.31 5.92-4.93 8.25-4.69c1.34.13 2.62.62 3.7 1.4"/><path fill="#5c9e31" d="M53.21 31.66c.48.95.1 2.13-.85 2.62c-.57.31-1.22.28-1.75-.01c-2 2.66-4.17 5.19-6.5 7.57c-.2.2-.4.41-.61.61c0 .01.01.01.01.02c.48.97.1 2.15-.85 2.64c-.6.31-1.29.26-1.84-.06c-3.32 3.06-6.87 5.85-10.78 8.07c-4.59 2.61-7.73 1.8-9.69.4C23.8 52.33 29.48 48.95 38 39.9c10.55-11.21 13.27-18.07 13.91-21.44c.62.46 1.17 1 1.63 1.63c2.36 3.25 1.61 7.64-.52 10.8c-.06.08-.12.18-.18.26c.15.14.27.31.37.51"/><path fill="#5c9e31" d="M41.036 29.41a1.304 1.304 0 0 1-.184-1.822c2.216-2.791 4.004-5.415 5.333-7.827a1.307 1.307 0 0 1 1.735-.553c.649.328.914 1.13.564 1.767c-1.405 2.554-3.284 5.317-5.605 8.24a1.306 1.306 0 0 1-1.843.194ZM21.393 49.118a1.29 1.29 0 0 1 .341-1.761c2.282-1.576 4.762-3.641 7.4-6.161a1.304 1.304 0 0 1 1.832.02a1.303 1.303 0 0 1-.026 1.85c-2.73 2.61-5.313 4.759-7.703 6.413a1.304 1.304 0 0 1-1.844-.36"/><circle cx="32.5" cy="36.4" r="1.5" fill="#5c9e31"/><circle cx="39.5" cy="33.4" r="1.5" fill="#5c9e31"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M53.21 31.657c.48.957.1 2.138-.85 2.627a1.84 1.84 0 0 1-1.75-.01c-2 2.657-4.17 5.182-6.5 7.564c-.2.204-.4.408-.61.611c0 .01.01.01.01.02c.48.968.1 2.149-.85 2.638c-.6.315-1.29.264-1.84-.061c-3.32 3.064-6.87 5.854-10.78 8.074c-8.97 5.09-12.37-2.82-12.37-2.82c-1.68-3.707 1.33-8.635 4.07-10.926c.73-.61 1.47-1.19 2.22-1.75a1.94 1.94 0 0 1-.38-1.161c0-1.09.86-1.966 1.93-1.966c.64 0 1.21.326 1.56.815c2.03-1.507 4.03-3.054 5.82-4.877c1.34-1.364 2.66-2.77 3.88-4.235a2.2 2.2 0 0 1-.47-.611c-.48-.968-.1-2.149.85-2.637c.65-.336 1.4-.255 1.96.142c.29-.438.58-.886.85-1.344c2.58-4.307 5.92-4.928 8.25-4.693c2.1.213 4.07 1.303 5.33 3.034c2.36 3.248 1.61 7.636-.52 10.802c-.06.082-.12.173-.18.255c.15.142.27.315.37.509m-1.389-13.402c.745-.747 1.983-1.672 3.183-1.14"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPickle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M51.91 18.46C51.27 21.83 48.55 28.69 38 39.9c-8.52 9.05-14.2 12.43-17.65 13.62c-1.87-1.34-2.68-3.22-2.68-3.22c-1.68-3.71 1.33-8.63 4.07-10.93c.73-.61 1.47-1.19 2.22-1.75a1.92 1.92 0 0 1-.38-1.16c0-1.09.86-1.96 1.93-1.96c.64 0 1.21.32 1.56.81c2.03-1.5 4.03-3.05 5.82-4.87c1.34-1.37 2.66-2.77 3.88-4.24c-.19-.17-.35-.38-.47-.61c-.48-.97-.1-2.15.85-2.64c.65-.33 1.4-.25 1.96.14c.29-.43.58-.88.85-1.34c2.58-4.31 5.92-4.93 8.25-4.69c1.34.13 2.62.62 3.7 1.4"/><path fill="#5c9e31" d="M53.21 31.66c.48.95.1 2.13-.85 2.62c-.57.31-1.22.28-1.75-.01c-2 2.66-4.17 5.19-6.5 7.57c-.2.2-.4.41-.61.61c0 .01.01.01.01.02c.48.97.1 2.15-.85 2.64c-.6.31-1.29.26-1.84-.06c-3.32 3.06-6.87 5.85-10.78 8.07c-4.59 2.61-7.73 1.8-9.69.4C23.8 52.33 29.48 48.95 38 39.9c10.55-11.21 13.27-18.07 13.91-21.44c.62.46 1.17 1 1.63 1.63c2.36 3.25 1.61 7.64-.52 10.8c-.06.08-.12.18-.18.26c.15.14.27.31.37.51"/><path fill="#5c9e31" d="M41.036 29.41a1.304 1.304 0 0 1-.184-1.822c2.216-2.791 4.004-5.415 5.333-7.827a1.307 1.307 0 0 1 1.735-.553c.649.328.914 1.13.564 1.767c-1.405 2.554-3.284 5.317-5.605 8.24a1.306 1.306 0 0 1-1.843.194ZM21.393 49.118a1.29 1.29 0 0 1 .341-1.761c2.282-1.576 4.762-3.641 7.4-6.161a1.304 1.304 0 0 1 1.832.02a1.303 1.303 0 0 1-.026 1.85c-2.73 2.61-5.313 4.759-7.703 6.413a1.304 1.304 0 0 1-1.844-.36"/><circle cx="32.5" cy="36.4" r="1.5" fill="#5c9e31"/><circle cx="39.5" cy="33.4" r="1.5" fill="#5c9e31"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M53.21 31.657c.48.957.1 2.138-.85 2.627a1.84 1.84 0 0 1-1.75-.01c-2 2.657-4.17 5.182-6.5 7.564c-.2.204-.4.408-.61.611c0 .01.01.01.01.02c.48.968.1 2.149-.85 2.638c-.6.315-1.29.264-1.84-.061c-3.32 3.064-6.87 5.854-10.78 8.074c-8.97 5.09-12.37-2.82-12.37-2.82c-1.68-3.707 1.33-8.635 4.07-10.926c.73-.61 1.47-1.19 2.22-1.75a1.94 1.94 0 0 1-.38-1.161c0-1.09.86-1.966 1.93-1.966c.64 0 1.21.326 1.56.815c2.03-1.507 4.03-3.054 5.82-4.877c1.34-1.364 2.66-2.77 3.88-4.235a2.2 2.2 0 0 1-.47-.611c-.48-.968-.1-2.149.85-2.637c.65-.336 1.4-.255 1.96.142c.29-.438.58-.886.85-1.344c2.58-4.307 5.92-4.928 8.25-4.693c2.1.213 4.07 1.303 5.33 3.034c2.36 3.248 1.61 7.636-.52 10.802c-.06.082-.12.173-.18.255c.15.142.27.315.37.509m-1.389-13.402c.745-.747 1.983-1.672 3.183-1.14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M51.91 18.46C51.27 21.83 48.55 28.69 38 39.9c-8.52 9.05-14.2 12.43-17.65 13.62c-1.87-1.34-2.68-3.22-2.68-3.22c-1.68-3.71 1.33-8.63 4.07-10.93c.73-.61 1.47-1.19 2.22-1.75a1.92 1.92 0 0 1-.38-1.16c0-1.09.86-1.96 1.93-1.96c.64 0 1.21.32 1.56.81c2.03-1.5 4.03-3.05 5.82-4.87c1.34-1.37 2.66-2.77 3.88-4.24c-.19-.17-.35-.38-.47-.61c-.48-.97-.1-2.15.85-2.64c.65-.33 1.4-.25 1.96.14c.29-.43.58-.88.85-1.34c2.58-4.31 5.92-4.93 8.25-4.69c1.34.13 2.62.62 3.7 1.4"/><path fill="#5c9e31" d="M53.21 31.66c.48.95.1 2.13-.85 2.62c-.57.31-1.22.28-1.75-.01c-2 2.66-4.17 5.19-6.5 7.57c-.2.2-.4.41-.61.61c0 .01.01.01.01.02c.48.97.1 2.15-.85 2.64c-.6.31-1.29.26-1.84-.06c-3.32 3.06-6.87 5.85-10.78 8.07c-4.59 2.61-7.73 1.8-9.69.4C23.8 52.33 29.48 48.95 38 39.9c10.55-11.21 13.27-18.07 13.91-21.44c.62.46 1.17 1 1.63 1.63c2.36 3.25 1.61 7.64-.52 10.8c-.06.08-.12.18-.18.26c.15.14.27.31.37.51"/><path fill="#5c9e31" d="M41.036 29.41a1.304 1.304 0 0 1-.184-1.822c2.216-2.791 4.004-5.415 5.333-7.827a1.307 1.307 0 0 1 1.735-.553c.649.328.914 1.13.564 1.767c-1.405 2.554-3.284 5.317-5.605 8.24a1.306 1.306 0 0 1-1.843.194ZM21.393 49.118a1.29 1.29 0 0 1 .341-1.761c2.282-1.576 4.762-3.641 7.4-6.161a1.304 1.304 0 0 1 1.832.02a1.303 1.303 0 0 1-.026 1.85c-2.73 2.61-5.313 4.759-7.703 6.413a1.304 1.304 0 0 1-1.844-.36"/><circle cx="32.5" cy="36.4" r="1.5" fill="#5c9e31"/><circle cx="39.5" cy="33.4" r="1.5" fill="#5c9e31"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M53.21 31.657c.48.957.1 2.138-.85 2.627a1.84 1.84 0 0 1-1.75-.01c-2 2.657-4.17 5.182-6.5 7.564c-.2.204-.4.408-.61.611c0 .01.01.01.01.02c.48.968.1 2.149-.85 2.638c-.6.315-1.29.264-1.84-.061c-3.32 3.064-6.87 5.854-10.78 8.074c-8.97 5.09-12.37-2.82-12.37-2.82c-1.68-3.707 1.33-8.635 4.07-10.926c.73-.61 1.47-1.19 2.22-1.75a1.94 1.94 0 0 1-.38-1.161c0-1.09.86-1.966 1.93-1.966c.64 0 1.21.326 1.56.815c2.03-1.507 4.03-3.054 5.82-4.877c1.34-1.364 2.66-2.77 3.88-4.235a2.2 2.2 0 0 1-.47-.611c-.48-.968-.1-2.149.85-2.637c.65-.336 1.4-.255 1.96.142c.29-.438.58-.886.85-1.344c2.58-4.307 5.92-4.928 8.25-4.693c2.1.213 4.07 1.303 5.33 3.034c2.36 3.248 1.61 7.636-.52 10.802c-.06.082-.12.173-.18.255c.15.142.27.315.37.509m-1.389-13.402c.745-.747 1.983-1.672 3.183-1.14"/></svg> </template>
CSS
.icon-pickle {
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%23b1cc33%22%20d%3D%22M51.91%2018.46C51.27%2021.83%2048.55%2028.69%2038%2039.9c-8.52%209.05-14.2%2012.43-17.65%2013.62c-1.87-1.34-2.68-3.22-2.68-3.22c-1.68-3.71%201.33-8.63%204.07-10.93c.73-.61%201.47-1.19%202.22-1.75a1.92%201.92%200%200%201-.38-1.16c0-1.09.86-1.96%201.93-1.96c.64%200%201.21.32%201.56.81c2.03-1.5%204.03-3.05%205.82-4.87c1.34-1.37%202.66-2.77%203.88-4.24c-.19-.17-.35-.38-.47-.61c-.48-.97-.1-2.15.85-2.64c.65-.33%201.4-.25%201.96.14c.29-.43.58-.88.85-1.34c2.58-4.31%205.92-4.93%208.25-4.69c1.34.13%202.62.62%203.7%201.4%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M53.21%2031.66c.48.95.1%202.13-.85%202.62c-.57.31-1.22.28-1.75-.01c-2%202.66-4.17%205.19-6.5%207.57c-.2.2-.4.41-.61.61c0%20.01.01.01.01.02c.48.97.1%202.15-.85%202.64c-.6.31-1.29.26-1.84-.06c-3.32%203.06-6.87%205.85-10.78%208.07c-4.59%202.61-7.73%201.8-9.69.4C23.8%2052.33%2029.48%2048.95%2038%2039.9c10.55-11.21%2013.27-18.07%2013.91-21.44c.62.46%201.17%201%201.63%201.63c2.36%203.25%201.61%207.64-.52%2010.8c-.06.08-.12.18-.18.26c.15.14.27.31.37.51%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M41.036%2029.41a1.304%201.304%200%200%201-.184-1.822c2.216-2.791%204.004-5.415%205.333-7.827a1.307%201.307%200%200%201%201.735-.553c.649.328.914%201.13.564%201.767c-1.405%202.554-3.284%205.317-5.605%208.24a1.306%201.306%200%200%201-1.843.194ZM21.393%2049.118a1.29%201.29%200%200%201%20.341-1.761c2.282-1.576%204.762-3.641%207.4-6.161a1.304%201.304%200%200%201%201.832.02a1.303%201.303%200%200%201-.026%201.85c-2.73%202.61-5.313%204.759-7.703%206.413a1.304%201.304%200%200%201-1.844-.36%22%2F%3E%3Ccircle%20cx%3D%2232.5%22%20cy%3D%2236.4%22%20r%3D%221.5%22%20fill%3D%22%235c9e31%22%2F%3E%3Ccircle%20cx%3D%2239.5%22%20cy%3D%2233.4%22%20r%3D%221.5%22%20fill%3D%22%235c9e31%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M53.21%2031.657c.48.957.1%202.138-.85%202.627a1.84%201.84%200%200%201-1.75-.01c-2%202.657-4.17%205.182-6.5%207.564c-.2.204-.4.408-.61.611c0%20.01.01.01.01.02c.48.968.1%202.149-.85%202.638c-.6.315-1.29.264-1.84-.061c-3.32%203.064-6.87%205.854-10.78%208.074c-8.97%205.09-12.37-2.82-12.37-2.82c-1.68-3.707%201.33-8.635%204.07-10.926c.73-.61%201.47-1.19%202.22-1.75a1.94%201.94%200%200%201-.38-1.161c0-1.09.86-1.966%201.93-1.966c.64%200%201.21.326%201.56.815c2.03-1.507%204.03-3.054%205.82-4.877c1.34-1.364%202.66-2.77%203.88-4.235a2.2%202.2%200%200%201-.47-.611c-.48-.968-.1-2.149.85-2.637c.65-.336%201.4-.255%201.96.142c.29-.438.58-.886.85-1.344c2.58-4.307%205.92-4.928%208.25-4.693c2.1.213%204.07%201.303%205.33%203.034c2.36%203.248%201.61%207.636-.52%2010.802c-.06.082-.12.173-.18.255c.15.142.27.315.37.509m-1.389-13.402c.745-.747%201.983-1.672%203.183-1.14%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M51.91%2018.46C51.27%2021.83%2048.55%2028.69%2038%2039.9c-8.52%209.05-14.2%2012.43-17.65%2013.62c-1.87-1.34-2.68-3.22-2.68-3.22c-1.68-3.71%201.33-8.63%204.07-10.93c.73-.61%201.47-1.19%202.22-1.75a1.92%201.92%200%200%201-.38-1.16c0-1.09.86-1.96%201.93-1.96c.64%200%201.21.32%201.56.81c2.03-1.5%204.03-3.05%205.82-4.87c1.34-1.37%202.66-2.77%203.88-4.24c-.19-.17-.35-.38-.47-.61c-.48-.97-.1-2.15.85-2.64c.65-.33%201.4-.25%201.96.14c.29-.43.58-.88.85-1.34c2.58-4.31%205.92-4.93%208.25-4.69c1.34.13%202.62.62%203.7%201.4%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M53.21%2031.66c.48.95.1%202.13-.85%202.62c-.57.31-1.22.28-1.75-.01c-2%202.66-4.17%205.19-6.5%207.57c-.2.2-.4.41-.61.61c0%20.01.01.01.01.02c.48.97.1%202.15-.85%202.64c-.6.31-1.29.26-1.84-.06c-3.32%203.06-6.87%205.85-10.78%208.07c-4.59%202.61-7.73%201.8-9.69.4C23.8%2052.33%2029.48%2048.95%2038%2039.9c10.55-11.21%2013.27-18.07%2013.91-21.44c.62.46%201.17%201%201.63%201.63c2.36%203.25%201.61%207.64-.52%2010.8c-.06.08-.12.18-.18.26c.15.14.27.31.37.51%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M41.036%2029.41a1.304%201.304%200%200%201-.184-1.822c2.216-2.791%204.004-5.415%205.333-7.827a1.307%201.307%200%200%201%201.735-.553c.649.328.914%201.13.564%201.767c-1.405%202.554-3.284%205.317-5.605%208.24a1.306%201.306%200%200%201-1.843.194ZM21.393%2049.118a1.29%201.29%200%200%201%20.341-1.761c2.282-1.576%204.762-3.641%207.4-6.161a1.304%201.304%200%200%201%201.832.02a1.303%201.303%200%200%201-.026%201.85c-2.73%202.61-5.313%204.759-7.703%206.413a1.304%201.304%200%200%201-1.844-.36%22%2F%3E%3Ccircle%20cx%3D%2232.5%22%20cy%3D%2236.4%22%20r%3D%221.5%22%20fill%3D%22%235c9e31%22%2F%3E%3Ccircle%20cx%3D%2239.5%22%20cy%3D%2233.4%22%20r%3D%221.5%22%20fill%3D%22%235c9e31%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M53.21%2031.657c.48.957.1%202.138-.85%202.627a1.84%201.84%200%200%201-1.75-.01c-2%202.657-4.17%205.182-6.5%207.564c-.2.204-.4.408-.61.611c0%20.01.01.01.01.02c.48.968.1%202.149-.85%202.638c-.6.315-1.29.264-1.84-.061c-3.32%203.064-6.87%205.854-10.78%208.074c-8.97%205.09-12.37-2.82-12.37-2.82c-1.68-3.707%201.33-8.635%204.07-10.926c.73-.61%201.47-1.19%202.22-1.75a1.94%201.94%200%200%201-.38-1.161c0-1.09.86-1.966%201.93-1.966c.64%200%201.21.326%201.56.815c2.03-1.507%204.03-3.054%205.82-4.877c1.34-1.364%202.66-2.77%203.88-4.235a2.2%202.2%200%200%201-.47-.611c-.48-.968-.1-2.149.85-2.637c.65-.336%201.4-.255%201.96.142c.29-.438.58-.886.85-1.344c2.58-4.307%205.92-4.928%208.25-4.693c2.1.213%204.07%201.303%205.33%203.034c2.36%203.248%201.61%207.636-.52%2010.802c-.06.082-.12.173-.18.255c.15.142.27.315.37.509m-1.389-13.402c.745-.747%201.983-1.672%203.183-1.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/pickle.svg?color=%231a73e8&size=48