lime emoji
lime from Noto Emoji by Google Inc · Default · Food & Drink · Apache-2.0 Free for personal and commercial use.
- Name
- lime
- Set
- Noto Emoji
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More food & drink icons from Noto Emoji
Use the lime emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#6ea517" d="M22.5 14.8c2.9 1.3 99 44 99 44c2.7 1.2 2.9 3.1 2 12.4c-1 10.5-1.9 37.8-40.2 42.9c-24.6 3.2-55.9-4.3-70.9-27.2C-6 58.8 11 23.4 14.8 17.7c2.4-3.5 4.8-4.2 7.7-2.9"/><path fill="#f0f4c3" d="M121.5 58.8c-.3-.2-92-40.8-98.9-43.9C9.6 31.5-3.8 76 27.9 96.2c33.6 21.5 78.7-10.2 93.6-37.4"/><path fill="#f0f4c3" d="M117.7 57c-.3-.2-86.7-38.4-93.2-41.3c-12.2 15.5-23.9 59.1 5.7 78c31.4 20.2 73.6-11.2 87.5-36.7"/><path fill="#b0e244" d="M56.2 37.6L19.5 48.2c-2.5.8-4.4 2.8-5 5.3c-1.9 8.5.8 23.3 8.9 29.8c3.5 2.7 8.6 1.8 10.8-2.1L58.5 41c1.3-1.7.5-4.2-2.3-3.4m14.3 2.9s14.6 30.1 16 33s6.3 4.7 9.9 2.8c10.7-5.6 15.5-12.4 19.2-20.2c-8.9-3.9-42.4-18.8-42.4-18.8c-2.4-1.1-4 .6-2.7 3.2m-8.6 1.9C60.3 45.1 39.5 81 37.6 84.1c-1.9 3.2-.7 7.5 2.7 9.2c12.3 6.5 30.9.4 39.6-7c2.2-1.9 4.5-5.1 3.2-8.2S68.9 44.6 67.8 42.3c-1.2-2.7-4.1-2.8-5.9.1"/><path fill="#f0f4c3" d="M52.2 42.2c-1.4.4-10.1 3-11.1 3.4c-1.4.5-2.2 1.7-1.9 2.5c.3.9 1.7 1.1 3.1.6c.8-.3 7.1-3.9 9.5-5.2c-3.1 2.4-10.2 9.4-11.1 10.3c-1.4 1.5-1.7 3.4-.8 4.3c1 .9 2.9.5 4.3-1c1.2-1.3 8.5-12.8 9.1-13.9s.4-1.4-1.1-1m10.1 16.4c0-2.2 1.4-10.3 1.8-12.3c.4-1.6 1.5-1.8 1.8.5s1.7 9.7 1.7 11.8s-1.2 3.3-2.7 3.3c-1.4 0-2.6-1.1-2.6-3.3M79.9 49c-1.2-1.8-3.3-4.9-4.1-6.1c-.7-1.2.1-2.1 1.8-.9s4 2.9 5.4 4c1.6 1.3 1.9 3 .8 4s-2.7.8-3.9-1"/><ellipse cx="87.3" cy="103.12" fill="#b0e244" rx="3.4" ry="2.3" transform="rotate(-27.098 87.295 103.123)"/><ellipse cx="98.89" cy="103.82" fill="#b0e244" rx="3.4" ry="2.3" transform="rotate(-30.642 98.89 103.822)"/><ellipse cx="102.02" cy="93.8" fill="#b0e244" rx="3.4" ry="2.3" transform="rotate(-37.16 102.016 93.8)"/><path fill="#b0e244" d="M57.6 30.3c-8.3-3.7-24.4-10.7-29.6-13c-3.6 2.2-9.7 11.4-11.2 21.2c-.6 3.6 1.7 5.9 5.3 4.9c0 0 33.7-9.3 35.3-9.7c1.6-.5 2-2.6.2-3.4"/></svg>
React
import type { SVGProps } from "react";
export function NotoLime(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#6ea517" d="M22.5 14.8c2.9 1.3 99 44 99 44c2.7 1.2 2.9 3.1 2 12.4c-1 10.5-1.9 37.8-40.2 42.9c-24.6 3.2-55.9-4.3-70.9-27.2C-6 58.8 11 23.4 14.8 17.7c2.4-3.5 4.8-4.2 7.7-2.9"/><path fill="#f0f4c3" d="M121.5 58.8c-.3-.2-92-40.8-98.9-43.9C9.6 31.5-3.8 76 27.9 96.2c33.6 21.5 78.7-10.2 93.6-37.4"/><path fill="#f0f4c3" d="M117.7 57c-.3-.2-86.7-38.4-93.2-41.3c-12.2 15.5-23.9 59.1 5.7 78c31.4 20.2 73.6-11.2 87.5-36.7"/><path fill="#b0e244" d="M56.2 37.6L19.5 48.2c-2.5.8-4.4 2.8-5 5.3c-1.9 8.5.8 23.3 8.9 29.8c3.5 2.7 8.6 1.8 10.8-2.1L58.5 41c1.3-1.7.5-4.2-2.3-3.4m14.3 2.9s14.6 30.1 16 33s6.3 4.7 9.9 2.8c10.7-5.6 15.5-12.4 19.2-20.2c-8.9-3.9-42.4-18.8-42.4-18.8c-2.4-1.1-4 .6-2.7 3.2m-8.6 1.9C60.3 45.1 39.5 81 37.6 84.1c-1.9 3.2-.7 7.5 2.7 9.2c12.3 6.5 30.9.4 39.6-7c2.2-1.9 4.5-5.1 3.2-8.2S68.9 44.6 67.8 42.3c-1.2-2.7-4.1-2.8-5.9.1"/><path fill="#f0f4c3" d="M52.2 42.2c-1.4.4-10.1 3-11.1 3.4c-1.4.5-2.2 1.7-1.9 2.5c.3.9 1.7 1.1 3.1.6c.8-.3 7.1-3.9 9.5-5.2c-3.1 2.4-10.2 9.4-11.1 10.3c-1.4 1.5-1.7 3.4-.8 4.3c1 .9 2.9.5 4.3-1c1.2-1.3 8.5-12.8 9.1-13.9s.4-1.4-1.1-1m10.1 16.4c0-2.2 1.4-10.3 1.8-12.3c.4-1.6 1.5-1.8 1.8.5s1.7 9.7 1.7 11.8s-1.2 3.3-2.7 3.3c-1.4 0-2.6-1.1-2.6-3.3M79.9 49c-1.2-1.8-3.3-4.9-4.1-6.1c-.7-1.2.1-2.1 1.8-.9s4 2.9 5.4 4c1.6 1.3 1.9 3 .8 4s-2.7.8-3.9-1"/><ellipse cx="87.3" cy="103.12" fill="#b0e244" rx="3.4" ry="2.3" transform="rotate(-27.098 87.295 103.123)"/><ellipse cx="98.89" cy="103.82" fill="#b0e244" rx="3.4" ry="2.3" transform="rotate(-30.642 98.89 103.822)"/><ellipse cx="102.02" cy="93.8" fill="#b0e244" rx="3.4" ry="2.3" transform="rotate(-37.16 102.016 93.8)"/><path fill="#b0e244" d="M57.6 30.3c-8.3-3.7-24.4-10.7-29.6-13c-3.6 2.2-9.7 11.4-11.2 21.2c-.6 3.6 1.7 5.9 5.3 4.9c0 0 33.7-9.3 35.3-9.7c1.6-.5 2-2.6.2-3.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#6ea517" d="M22.5 14.8c2.9 1.3 99 44 99 44c2.7 1.2 2.9 3.1 2 12.4c-1 10.5-1.9 37.8-40.2 42.9c-24.6 3.2-55.9-4.3-70.9-27.2C-6 58.8 11 23.4 14.8 17.7c2.4-3.5 4.8-4.2 7.7-2.9"/><path fill="#f0f4c3" d="M121.5 58.8c-.3-.2-92-40.8-98.9-43.9C9.6 31.5-3.8 76 27.9 96.2c33.6 21.5 78.7-10.2 93.6-37.4"/><path fill="#f0f4c3" d="M117.7 57c-.3-.2-86.7-38.4-93.2-41.3c-12.2 15.5-23.9 59.1 5.7 78c31.4 20.2 73.6-11.2 87.5-36.7"/><path fill="#b0e244" d="M56.2 37.6L19.5 48.2c-2.5.8-4.4 2.8-5 5.3c-1.9 8.5.8 23.3 8.9 29.8c3.5 2.7 8.6 1.8 10.8-2.1L58.5 41c1.3-1.7.5-4.2-2.3-3.4m14.3 2.9s14.6 30.1 16 33s6.3 4.7 9.9 2.8c10.7-5.6 15.5-12.4 19.2-20.2c-8.9-3.9-42.4-18.8-42.4-18.8c-2.4-1.1-4 .6-2.7 3.2m-8.6 1.9C60.3 45.1 39.5 81 37.6 84.1c-1.9 3.2-.7 7.5 2.7 9.2c12.3 6.5 30.9.4 39.6-7c2.2-1.9 4.5-5.1 3.2-8.2S68.9 44.6 67.8 42.3c-1.2-2.7-4.1-2.8-5.9.1"/><path fill="#f0f4c3" d="M52.2 42.2c-1.4.4-10.1 3-11.1 3.4c-1.4.5-2.2 1.7-1.9 2.5c.3.9 1.7 1.1 3.1.6c.8-.3 7.1-3.9 9.5-5.2c-3.1 2.4-10.2 9.4-11.1 10.3c-1.4 1.5-1.7 3.4-.8 4.3c1 .9 2.9.5 4.3-1c1.2-1.3 8.5-12.8 9.1-13.9s.4-1.4-1.1-1m10.1 16.4c0-2.2 1.4-10.3 1.8-12.3c.4-1.6 1.5-1.8 1.8.5s1.7 9.7 1.7 11.8s-1.2 3.3-2.7 3.3c-1.4 0-2.6-1.1-2.6-3.3M79.9 49c-1.2-1.8-3.3-4.9-4.1-6.1c-.7-1.2.1-2.1 1.8-.9s4 2.9 5.4 4c1.6 1.3 1.9 3 .8 4s-2.7.8-3.9-1"/><ellipse cx="87.3" cy="103.12" fill="#b0e244" rx="3.4" ry="2.3" transform="rotate(-27.098 87.295 103.123)"/><ellipse cx="98.89" cy="103.82" fill="#b0e244" rx="3.4" ry="2.3" transform="rotate(-30.642 98.89 103.822)"/><ellipse cx="102.02" cy="93.8" fill="#b0e244" rx="3.4" ry="2.3" transform="rotate(-37.16 102.016 93.8)"/><path fill="#b0e244" d="M57.6 30.3c-8.3-3.7-24.4-10.7-29.6-13c-3.6 2.2-9.7 11.4-11.2 21.2c-.6 3.6 1.7 5.9 5.3 4.9c0 0 33.7-9.3 35.3-9.7c1.6-.5 2-2.6.2-3.4"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%236ea517%22%20d%3D%22M22.5%2014.8c2.9%201.3%2099%2044%2099%2044c2.7%201.2%202.9%203.1%202%2012.4c-1%2010.5-1.9%2037.8-40.2%2042.9c-24.6%203.2-55.9-4.3-70.9-27.2C-6%2058.8%2011%2023.4%2014.8%2017.7c2.4-3.5%204.8-4.2%207.7-2.9%22%2F%3E%3Cpath%20fill%3D%22%23f0f4c3%22%20d%3D%22M121.5%2058.8c-.3-.2-92-40.8-98.9-43.9C9.6%2031.5-3.8%2076%2027.9%2096.2c33.6%2021.5%2078.7-10.2%2093.6-37.4%22%2F%3E%3Cpath%20fill%3D%22%23f0f4c3%22%20d%3D%22M117.7%2057c-.3-.2-86.7-38.4-93.2-41.3c-12.2%2015.5-23.9%2059.1%205.7%2078c31.4%2020.2%2073.6-11.2%2087.5-36.7%22%2F%3E%3Cpath%20fill%3D%22%23b0e244%22%20d%3D%22M56.2%2037.6L19.5%2048.2c-2.5.8-4.4%202.8-5%205.3c-1.9%208.5.8%2023.3%208.9%2029.8c3.5%202.7%208.6%201.8%2010.8-2.1L58.5%2041c1.3-1.7.5-4.2-2.3-3.4m14.3%202.9s14.6%2030.1%2016%2033s6.3%204.7%209.9%202.8c10.7-5.6%2015.5-12.4%2019.2-20.2c-8.9-3.9-42.4-18.8-42.4-18.8c-2.4-1.1-4%20.6-2.7%203.2m-8.6%201.9C60.3%2045.1%2039.5%2081%2037.6%2084.1c-1.9%203.2-.7%207.5%202.7%209.2c12.3%206.5%2030.9.4%2039.6-7c2.2-1.9%204.5-5.1%203.2-8.2S68.9%2044.6%2067.8%2042.3c-1.2-2.7-4.1-2.8-5.9.1%22%2F%3E%3Cpath%20fill%3D%22%23f0f4c3%22%20d%3D%22M52.2%2042.2c-1.4.4-10.1%203-11.1%203.4c-1.4.5-2.2%201.7-1.9%202.5c.3.9%201.7%201.1%203.1.6c.8-.3%207.1-3.9%209.5-5.2c-3.1%202.4-10.2%209.4-11.1%2010.3c-1.4%201.5-1.7%203.4-.8%204.3c1%20.9%202.9.5%204.3-1c1.2-1.3%208.5-12.8%209.1-13.9s.4-1.4-1.1-1m10.1%2016.4c0-2.2%201.4-10.3%201.8-12.3c.4-1.6%201.5-1.8%201.8.5s1.7%209.7%201.7%2011.8s-1.2%203.3-2.7%203.3c-1.4%200-2.6-1.1-2.6-3.3M79.9%2049c-1.2-1.8-3.3-4.9-4.1-6.1c-.7-1.2.1-2.1%201.8-.9s4%202.9%205.4%204c1.6%201.3%201.9%203%20.8%204s-2.7.8-3.9-1%22%2F%3E%3Cellipse%20cx%3D%2287.3%22%20cy%3D%22103.12%22%20fill%3D%22%23b0e244%22%20rx%3D%223.4%22%20ry%3D%222.3%22%20transform%3D%22rotate(-27.098%2087.295%20103.123)%22%2F%3E%3Cellipse%20cx%3D%2298.89%22%20cy%3D%22103.82%22%20fill%3D%22%23b0e244%22%20rx%3D%223.4%22%20ry%3D%222.3%22%20transform%3D%22rotate(-30.642%2098.89%20103.822)%22%2F%3E%3Cellipse%20cx%3D%22102.02%22%20cy%3D%2293.8%22%20fill%3D%22%23b0e244%22%20rx%3D%223.4%22%20ry%3D%222.3%22%20transform%3D%22rotate(-37.16%20102.016%2093.8)%22%2F%3E%3Cpath%20fill%3D%22%23b0e244%22%20d%3D%22M57.6%2030.3c-8.3-3.7-24.4-10.7-29.6-13c-3.6%202.2-9.7%2011.4-11.2%2021.2c-.6%203.6%201.7%205.9%205.3%204.9c0%200%2033.7-9.3%2035.3-9.7c1.6-.5%202-2.6.2-3.4%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%20128%20128%22%3E%3Cpath%20fill%3D%22%236ea517%22%20d%3D%22M22.5%2014.8c2.9%201.3%2099%2044%2099%2044c2.7%201.2%202.9%203.1%202%2012.4c-1%2010.5-1.9%2037.8-40.2%2042.9c-24.6%203.2-55.9-4.3-70.9-27.2C-6%2058.8%2011%2023.4%2014.8%2017.7c2.4-3.5%204.8-4.2%207.7-2.9%22%2F%3E%3Cpath%20fill%3D%22%23f0f4c3%22%20d%3D%22M121.5%2058.8c-.3-.2-92-40.8-98.9-43.9C9.6%2031.5-3.8%2076%2027.9%2096.2c33.6%2021.5%2078.7-10.2%2093.6-37.4%22%2F%3E%3Cpath%20fill%3D%22%23f0f4c3%22%20d%3D%22M117.7%2057c-.3-.2-86.7-38.4-93.2-41.3c-12.2%2015.5-23.9%2059.1%205.7%2078c31.4%2020.2%2073.6-11.2%2087.5-36.7%22%2F%3E%3Cpath%20fill%3D%22%23b0e244%22%20d%3D%22M56.2%2037.6L19.5%2048.2c-2.5.8-4.4%202.8-5%205.3c-1.9%208.5.8%2023.3%208.9%2029.8c3.5%202.7%208.6%201.8%2010.8-2.1L58.5%2041c1.3-1.7.5-4.2-2.3-3.4m14.3%202.9s14.6%2030.1%2016%2033s6.3%204.7%209.9%202.8c10.7-5.6%2015.5-12.4%2019.2-20.2c-8.9-3.9-42.4-18.8-42.4-18.8c-2.4-1.1-4%20.6-2.7%203.2m-8.6%201.9C60.3%2045.1%2039.5%2081%2037.6%2084.1c-1.9%203.2-.7%207.5%202.7%209.2c12.3%206.5%2030.9.4%2039.6-7c2.2-1.9%204.5-5.1%203.2-8.2S68.9%2044.6%2067.8%2042.3c-1.2-2.7-4.1-2.8-5.9.1%22%2F%3E%3Cpath%20fill%3D%22%23f0f4c3%22%20d%3D%22M52.2%2042.2c-1.4.4-10.1%203-11.1%203.4c-1.4.5-2.2%201.7-1.9%202.5c.3.9%201.7%201.1%203.1.6c.8-.3%207.1-3.9%209.5-5.2c-3.1%202.4-10.2%209.4-11.1%2010.3c-1.4%201.5-1.7%203.4-.8%204.3c1%20.9%202.9.5%204.3-1c1.2-1.3%208.5-12.8%209.1-13.9s.4-1.4-1.1-1m10.1%2016.4c0-2.2%201.4-10.3%201.8-12.3c.4-1.6%201.5-1.8%201.8.5s1.7%209.7%201.7%2011.8s-1.2%203.3-2.7%203.3c-1.4%200-2.6-1.1-2.6-3.3M79.9%2049c-1.2-1.8-3.3-4.9-4.1-6.1c-.7-1.2.1-2.1%201.8-.9s4%202.9%205.4%204c1.6%201.3%201.9%203%20.8%204s-2.7.8-3.9-1%22%2F%3E%3Cellipse%20cx%3D%2287.3%22%20cy%3D%22103.12%22%20fill%3D%22%23b0e244%22%20rx%3D%223.4%22%20ry%3D%222.3%22%20transform%3D%22rotate(-27.098%2087.295%20103.123)%22%2F%3E%3Cellipse%20cx%3D%2298.89%22%20cy%3D%22103.82%22%20fill%3D%22%23b0e244%22%20rx%3D%223.4%22%20ry%3D%222.3%22%20transform%3D%22rotate(-30.642%2098.89%20103.822)%22%2F%3E%3Cellipse%20cx%3D%22102.02%22%20cy%3D%2293.8%22%20fill%3D%22%23b0e244%22%20rx%3D%223.4%22%20ry%3D%222.3%22%20transform%3D%22rotate(-37.16%20102.016%2093.8)%22%2F%3E%3Cpath%20fill%3D%22%23b0e244%22%20d%3D%22M57.6%2030.3c-8.3-3.7-24.4-10.7-29.6-13c-3.6%202.2-9.7%2011.4-11.2%2021.2c-.6%203.6%201.7%205.9%205.3%204.9c0%200%2033.7-9.3%2035.3-9.7c1.6-.5%202-2.6.2-3.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/lime.svg?color=%231a73e8&size=48