lime emoji
lime from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- lime
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji High Contrast
Use the lime emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.995 4.83c5.875 4.82 6.696 13.434 1.839 19.255c-4.854 5.816-13.716 6.562-19.585 1.748l-1.755-1.44a1.246 1.246 0 0 1-.167-1.768L20.361 3.482a1.277 1.277 0 0 1 1.787-.165zM22.02 5.837c3.302 4.335 3.301 10.511-.348 14.869c-3.614 4.315-9.664 5.481-14.556 3.167a.96.96 0 0 0 .375.517c5.027 3.48 11.969 2.594 15.943-2.201c3.975-4.796 3.557-11.781-.796-16.075a.96.96 0 0 0-.618-.277m-6.637 6.708l5.501.627c1.04.118 1.897-.807 1.678-1.82a9.8 9.8 0 0 0-2.362-4.56zm-1.688 2.665l1.855 5.906a1.538 1.538 0 0 0 2.218.874a9.9 9.9 0 0 0 4.478-5.347c.318-.914-.309-1.884-1.279-1.994l-6.21-.708a1 1 0 0 0-.691.177l-.323.385a.96.96 0 0 0-.048.707m-6.087 6.619a10 10 0 0 0 4.964 1.451a1.52 1.52 0 0 0 1.496-1.97l-1.644-5.233z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastLime(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.995 4.83c5.875 4.82 6.696 13.434 1.839 19.255c-4.854 5.816-13.716 6.562-19.585 1.748l-1.755-1.44a1.246 1.246 0 0 1-.167-1.768L20.361 3.482a1.277 1.277 0 0 1 1.787-.165zM22.02 5.837c3.302 4.335 3.301 10.511-.348 14.869c-3.614 4.315-9.664 5.481-14.556 3.167a.96.96 0 0 0 .375.517c5.027 3.48 11.969 2.594 15.943-2.201c3.975-4.796 3.557-11.781-.796-16.075a.96.96 0 0 0-.618-.277m-6.637 6.708l5.501.627c1.04.118 1.897-.807 1.678-1.82a9.8 9.8 0 0 0-2.362-4.56zm-1.688 2.665l1.855 5.906a1.538 1.538 0 0 0 2.218.874a9.9 9.9 0 0 0 4.478-5.347c.318-.914-.309-1.884-1.279-1.994l-6.21-.708a1 1 0 0 0-.691.177l-.323.385a.96.96 0 0 0-.048.707m-6.087 6.619a10 10 0 0 0 4.964 1.451a1.52 1.52 0 0 0 1.496-1.97l-1.644-5.233z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.995 4.83c5.875 4.82 6.696 13.434 1.839 19.255c-4.854 5.816-13.716 6.562-19.585 1.748l-1.755-1.44a1.246 1.246 0 0 1-.167-1.768L20.361 3.482a1.277 1.277 0 0 1 1.787-.165zM22.02 5.837c3.302 4.335 3.301 10.511-.348 14.869c-3.614 4.315-9.664 5.481-14.556 3.167a.96.96 0 0 0 .375.517c5.027 3.48 11.969 2.594 15.943-2.201c3.975-4.796 3.557-11.781-.796-16.075a.96.96 0 0 0-.618-.277m-6.637 6.708l5.501.627c1.04.118 1.897-.807 1.678-1.82a9.8 9.8 0 0 0-2.362-4.56zm-1.688 2.665l1.855 5.906a1.538 1.538 0 0 0 2.218.874a9.9 9.9 0 0 0 4.478-5.347c.318-.914-.309-1.884-1.279-1.994l-6.21-.708a1 1 0 0 0-.691.177l-.323.385a.96.96 0 0 0-.048.707m-6.087 6.619a10 10 0 0 0 4.964 1.451a1.52 1.52 0 0 0 1.496-1.97l-1.644-5.233z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.995%204.83c5.875%204.82%206.696%2013.434%201.839%2019.255c-4.854%205.816-13.716%206.562-19.585%201.748l-1.755-1.44a1.246%201.246%200%200%201-.167-1.768L20.361%203.482a1.277%201.277%200%200%201%201.787-.165zM22.02%205.837c3.302%204.335%203.301%2010.511-.348%2014.869c-3.614%204.315-9.664%205.481-14.556%203.167a.96.96%200%200%200%20.375.517c5.027%203.48%2011.969%202.594%2015.943-2.201c3.975-4.796%203.557-11.781-.796-16.075a.96.96%200%200%200-.618-.277m-6.637%206.708l5.501.627c1.04.118%201.897-.807%201.678-1.82a9.8%209.8%200%200%200-2.362-4.56zm-1.688%202.665l1.855%205.906a1.538%201.538%200%200%200%202.218.874a9.9%209.9%200%200%200%204.478-5.347c.318-.914-.309-1.884-1.279-1.994l-6.21-.708a1%201%200%200%200-.691.177l-.323.385a.96.96%200%200%200-.048.707m-6.087%206.619a10%2010%200%200%200%204.964%201.451a1.52%201.52%200%200%200%201.496-1.97l-1.644-5.233z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.995%204.83c5.875%204.82%206.696%2013.434%201.839%2019.255c-4.854%205.816-13.716%206.562-19.585%201.748l-1.755-1.44a1.246%201.246%200%200%201-.167-1.768L20.361%203.482a1.277%201.277%200%200%201%201.787-.165zM22.02%205.837c3.302%204.335%203.301%2010.511-.348%2014.869c-3.614%204.315-9.664%205.481-14.556%203.167a.96.96%200%200%200%20.375.517c5.027%203.48%2011.969%202.594%2015.943-2.201c3.975-4.796%203.557-11.781-.796-16.075a.96.96%200%200%200-.618-.277m-6.637%206.708l5.501.627c1.04.118%201.897-.807%201.678-1.82a9.8%209.8%200%200%200-2.362-4.56zm-1.688%202.665l1.855%205.906a1.538%201.538%200%200%200%202.218.874a9.9%209.9%200%200%200%204.478-5.347c.318-.914-.309-1.884-1.279-1.994l-6.21-.708a1%201%200%200%200-.691.177l-.323.385a.96.96%200%200%200-.048.707m-6.087%206.619a10%2010%200%200%200%204.964%201.451a1.52%201.52%200%200%200%201.496-1.97l-1.644-5.233z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/lime.svg?color=%231a73e8&size=48