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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-width="0"><path fill="#b1cc33" d="M20.04 18s-5 10-4 15s5 20 23 15s17-14 17-14z"/><path fill="#5c9e31" d="M38.04 27s4 12 6 13c.895.447 3 1 7-3c2-2 2.265-3.367 1-4c-2-1-14-6-14-6m-2 1l-9 15s-2 4 6 4s9-3 9-5s-6-14-6-14m-2-1s-13 2-14 3c-2 2-2 6 0 10s3.293 3.707 4 3c2-2 10-16 10-16m-12-6c-2 1-3 6-1 7s13-3 13-3s-10.21-4.894-12-4"/><path fill="#fff" d="M26.45 29.918C27.37 29 31.04 29 31.04 29s-.917 2.754-1.835 3.672c-.363.363-1.754.506-1.836 0c-.156-.961 1.836-2.754 1.836-2.754s-1.337.8-1.836.918c-.894.21-1.281-.555-.918-.918M35.822 31s-1.659 2.488-.83 4.146s1.66 0 1.66-.83s-.83-3.316-.83-3.316m4.218-2.153S41.477 31 42.194 31s.848-1 0-1.435c-.504-.26-2.152-.718-2.152-.718Z"/><path fill="#5c9e31" d="M56.04 34.46c0 18.545-18 24.689-33 14.401S20.04 18 20.04 18s-11 25.718 7 29.833c19.91 4.551 29-16.46 29-13.373"/></g><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M56.444 35.2c-.152 18.028-18.202 23.848-33.117 13.722S20.58 18.898 20.58 18.898S9.37 43.804 27.335 47.956C47.208 52.548 56.47 32.2 56.444 35.2Z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiLime(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeWidth="0"><path fill="#b1cc33" d="M20.04 18s-5 10-4 15s5 20 23 15s17-14 17-14z"/><path fill="#5c9e31" d="M38.04 27s4 12 6 13c.895.447 3 1 7-3c2-2 2.265-3.367 1-4c-2-1-14-6-14-6m-2 1l-9 15s-2 4 6 4s9-3 9-5s-6-14-6-14m-2-1s-13 2-14 3c-2 2-2 6 0 10s3.293 3.707 4 3c2-2 10-16 10-16m-12-6c-2 1-3 6-1 7s13-3 13-3s-10.21-4.894-12-4"/><path fill="#fff" d="M26.45 29.918C27.37 29 31.04 29 31.04 29s-.917 2.754-1.835 3.672c-.363.363-1.754.506-1.836 0c-.156-.961 1.836-2.754 1.836-2.754s-1.337.8-1.836.918c-.894.21-1.281-.555-.918-.918M35.822 31s-1.659 2.488-.83 4.146s1.66 0 1.66-.83s-.83-3.316-.83-3.316m4.218-2.153S41.477 31 42.194 31s.848-1 0-1.435c-.504-.26-2.152-.718-2.152-.718Z"/><path fill="#5c9e31" d="M56.04 34.46c0 18.545-18 24.689-33 14.401S20.04 18 20.04 18s-11 25.718 7 29.833c19.91 4.551 29-16.46 29-13.373"/></g><path fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2" d="M56.444 35.2c-.152 18.028-18.202 23.848-33.117 13.722S20.58 18.898 20.58 18.898S9.37 43.804 27.335 47.956C47.208 52.548 56.47 32.2 56.444 35.2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-width="0"><path fill="#b1cc33" d="M20.04 18s-5 10-4 15s5 20 23 15s17-14 17-14z"/><path fill="#5c9e31" d="M38.04 27s4 12 6 13c.895.447 3 1 7-3c2-2 2.265-3.367 1-4c-2-1-14-6-14-6m-2 1l-9 15s-2 4 6 4s9-3 9-5s-6-14-6-14m-2-1s-13 2-14 3c-2 2-2 6 0 10s3.293 3.707 4 3c2-2 10-16 10-16m-12-6c-2 1-3 6-1 7s13-3 13-3s-10.21-4.894-12-4"/><path fill="#fff" d="M26.45 29.918C27.37 29 31.04 29 31.04 29s-.917 2.754-1.835 3.672c-.363.363-1.754.506-1.836 0c-.156-.961 1.836-2.754 1.836-2.754s-1.337.8-1.836.918c-.894.21-1.281-.555-.918-.918M35.822 31s-1.659 2.488-.83 4.146s1.66 0 1.66-.83s-.83-3.316-.83-3.316m4.218-2.153S41.477 31 42.194 31s.848-1 0-1.435c-.504-.26-2.152-.718-2.152-.718Z"/><path fill="#5c9e31" d="M56.04 34.46c0 18.545-18 24.689-33 14.401S20.04 18 20.04 18s-11 25.718 7 29.833c19.91 4.551 29-16.46 29-13.373"/></g><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M56.444 35.2c-.152 18.028-18.202 23.848-33.117 13.722S20.58 18.898 20.58 18.898S9.37 43.804 27.335 47.956C47.208 52.548 56.47 32.2 56.444 35.2Z"/></svg>
</template>

CSS

.icon-lime {
  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%3Cg%20stroke-width%3D%220%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M20.04%2018s-5%2010-4%2015s5%2020%2023%2015s17-14%2017-14z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M38.04%2027s4%2012%206%2013c.895.447%203%201%207-3c2-2%202.265-3.367%201-4c-2-1-14-6-14-6m-2%201l-9%2015s-2%204%206%204s9-3%209-5s-6-14-6-14m-2-1s-13%202-14%203c-2%202-2%206%200%2010s3.293%203.707%204%203c2-2%2010-16%2010-16m-12-6c-2%201-3%206-1%207s13-3%2013-3s-10.21-4.894-12-4%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.45%2029.918C27.37%2029%2031.04%2029%2031.04%2029s-.917%202.754-1.835%203.672c-.363.363-1.754.506-1.836%200c-.156-.961%201.836-2.754%201.836-2.754s-1.337.8-1.836.918c-.894.21-1.281-.555-.918-.918M35.822%2031s-1.659%202.488-.83%204.146s1.66%200%201.66-.83s-.83-3.316-.83-3.316m4.218-2.153S41.477%2031%2042.194%2031s.848-1%200-1.435c-.504-.26-2.152-.718-2.152-.718Z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M56.04%2034.46c0%2018.545-18%2024.689-33%2014.401S20.04%2018%2020.04%2018s-11%2025.718%207%2029.833c19.91%204.551%2029-16.46%2029-13.373%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M56.444%2035.2c-.152%2018.028-18.202%2023.848-33.117%2013.722S20.58%2018.898%2020.58%2018.898S9.37%2043.804%2027.335%2047.956C47.208%2052.548%2056.47%2032.2%2056.444%2035.2Z%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%3Cg%20stroke-width%3D%220%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M20.04%2018s-5%2010-4%2015s5%2020%2023%2015s17-14%2017-14z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M38.04%2027s4%2012%206%2013c.895.447%203%201%207-3c2-2%202.265-3.367%201-4c-2-1-14-6-14-6m-2%201l-9%2015s-2%204%206%204s9-3%209-5s-6-14-6-14m-2-1s-13%202-14%203c-2%202-2%206%200%2010s3.293%203.707%204%203c2-2%2010-16%2010-16m-12-6c-2%201-3%206-1%207s13-3%2013-3s-10.21-4.894-12-4%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.45%2029.918C27.37%2029%2031.04%2029%2031.04%2029s-.917%202.754-1.835%203.672c-.363.363-1.754.506-1.836%200c-.156-.961%201.836-2.754%201.836-2.754s-1.337.8-1.836.918c-.894.21-1.281-.555-.918-.918M35.822%2031s-1.659%202.488-.83%204.146s1.66%200%201.66-.83s-.83-3.316-.83-3.316m4.218-2.153S41.477%2031%2042.194%2031s.848-1%200-1.435c-.504-.26-2.152-.718-2.152-.718Z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M56.04%2034.46c0%2018.545-18%2024.689-33%2014.401S20.04%2018%2020.04%2018s-11%2025.718%207%2029.833c19.91%204.551%2029-16.46%2029-13.373%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M56.444%2035.2c-.152%2018.028-18.202%2023.848-33.117%2013.722S20.58%2018.898%2020.58%2018.898S9.37%2043.804%2027.335%2047.956C47.208%2052.548%2056.47%2032.2%2056.444%2035.2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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