leafy green emoji
leafy-green from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- leafy-green
- 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 leafy green emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M14.49 11.81a.5.5 0 0 0-.955.297l1.41 4.541l-4.06 4.061L10 17.86a.5.5 0 0 0-.955.297l1.04 3.352l-2.226 2.226a.5.5 0 0 0 .707.707l2.226-2.226l3.352 1.04a.5.5 0 0 0 .297-.955l-2.85-.884l4.062-4.062l4.551 1.411a.5.5 0 1 0 .296-.955l-4.048-1.255l4.244-4.244a.5.5 0 1 0-.707-.707l-4.245 4.245z"/><path d="M11.647 5.169c-2.497-1.01-5.421-.035-6.765 2.38c-.9 1.62-.89 3.51-.11 5.05c-.84.39-1.56 1.04-2.04 1.9a4.57 4.57 0 0 0-.13 4.22q.304.638.45 1.315a3.63 3.63 0 0 1-1.007 2.044a5.79 5.79 0 0 0 8.192 8.185c.681-.682 1.614-1.053 2.612-1.044q.225.085.443.19c1.3.62 2.87.63 4.22-.13a4.5 4.5 0 0 0 1.816-1.868l.139-.145a5.38 5.38 0 0 0 4.995-.137c2.23-1.241 3.233-3.83 2.577-6.186a7.4 7.4 0 0 0 .384-1.35a4.5 4.5 0 0 0 .6-.344a4.58 4.58 0 0 0 .151-7.443a6.58 6.58 0 0 0-1.507-5.534a6.57 6.57 0 0 0-6.249-2.124a4.58 4.58 0 0 0-7.656-.16a4.6 4.6 0 0 0-.513 1.001q-.305.077-.602.18m12.315 16.9a5.4 5.4 0 0 1-4.81 1.49c-.16.91-.58 1.78-1.28 2.48a4.56 4.56 0 0 1-4.02 1.27c-1.84-.32-3.71.22-5.03 1.54a3.79 3.79 0 0 1-5.36-5.36c1.31-1.32 1.86-3.2 1.54-5.03a4.52 4.52 0 0 1 1.27-4.01c.7-.7 1.57-1.13 2.48-1.28c-.32-1.69.18-3.51 1.49-4.82a5.413 5.413 0 0 1 7.55-.1c.19-.32.42-.62.69-.89a4.573 4.573 0 0 1 6.68.23c1.47 1.68 1.5 4.22.07 5.93c-.34.41-.74.74-1.17 1a5.413 5.413 0 0 1-.1 7.55"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastLeafyGreen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M14.49 11.81a.5.5 0 0 0-.955.297l1.41 4.541l-4.06 4.061L10 17.86a.5.5 0 0 0-.955.297l1.04 3.352l-2.226 2.226a.5.5 0 0 0 .707.707l2.226-2.226l3.352 1.04a.5.5 0 0 0 .297-.955l-2.85-.884l4.062-4.062l4.551 1.411a.5.5 0 1 0 .296-.955l-4.048-1.255l4.244-4.244a.5.5 0 1 0-.707-.707l-4.245 4.245z"/><path d="M11.647 5.169c-2.497-1.01-5.421-.035-6.765 2.38c-.9 1.62-.89 3.51-.11 5.05c-.84.39-1.56 1.04-2.04 1.9a4.57 4.57 0 0 0-.13 4.22q.304.638.45 1.315a3.63 3.63 0 0 1-1.007 2.044a5.79 5.79 0 0 0 8.192 8.185c.681-.682 1.614-1.053 2.612-1.044q.225.085.443.19c1.3.62 2.87.63 4.22-.13a4.5 4.5 0 0 0 1.816-1.868l.139-.145a5.38 5.38 0 0 0 4.995-.137c2.23-1.241 3.233-3.83 2.577-6.186a7.4 7.4 0 0 0 .384-1.35a4.5 4.5 0 0 0 .6-.344a4.58 4.58 0 0 0 .151-7.443a6.58 6.58 0 0 0-1.507-5.534a6.57 6.57 0 0 0-6.249-2.124a4.58 4.58 0 0 0-7.656-.16a4.6 4.6 0 0 0-.513 1.001q-.305.077-.602.18m12.315 16.9a5.4 5.4 0 0 1-4.81 1.49c-.16.91-.58 1.78-1.28 2.48a4.56 4.56 0 0 1-4.02 1.27c-1.84-.32-3.71.22-5.03 1.54a3.79 3.79 0 0 1-5.36-5.36c1.31-1.32 1.86-3.2 1.54-5.03a4.52 4.52 0 0 1 1.27-4.01c.7-.7 1.57-1.13 2.48-1.28c-.32-1.69.18-3.51 1.49-4.82a5.413 5.413 0 0 1 7.55-.1c.19-.32.42-.62.69-.89a4.573 4.573 0 0 1 6.68.23c1.47 1.68 1.5 4.22.07 5.93c-.34.41-.74.74-1.17 1a5.413 5.413 0 0 1-.1 7.55"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M14.49 11.81a.5.5 0 0 0-.955.297l1.41 4.541l-4.06 4.061L10 17.86a.5.5 0 0 0-.955.297l1.04 3.352l-2.226 2.226a.5.5 0 0 0 .707.707l2.226-2.226l3.352 1.04a.5.5 0 0 0 .297-.955l-2.85-.884l4.062-4.062l4.551 1.411a.5.5 0 1 0 .296-.955l-4.048-1.255l4.244-4.244a.5.5 0 1 0-.707-.707l-4.245 4.245z"/><path d="M11.647 5.169c-2.497-1.01-5.421-.035-6.765 2.38c-.9 1.62-.89 3.51-.11 5.05c-.84.39-1.56 1.04-2.04 1.9a4.57 4.57 0 0 0-.13 4.22q.304.638.45 1.315a3.63 3.63 0 0 1-1.007 2.044a5.79 5.79 0 0 0 8.192 8.185c.681-.682 1.614-1.053 2.612-1.044q.225.085.443.19c1.3.62 2.87.63 4.22-.13a4.5 4.5 0 0 0 1.816-1.868l.139-.145a5.38 5.38 0 0 0 4.995-.137c2.23-1.241 3.233-3.83 2.577-6.186a7.4 7.4 0 0 0 .384-1.35a4.5 4.5 0 0 0 .6-.344a4.58 4.58 0 0 0 .151-7.443a6.58 6.58 0 0 0-1.507-5.534a6.57 6.57 0 0 0-6.249-2.124a4.58 4.58 0 0 0-7.656-.16a4.6 4.6 0 0 0-.513 1.001q-.305.077-.602.18m12.315 16.9a5.4 5.4 0 0 1-4.81 1.49c-.16.91-.58 1.78-1.28 2.48a4.56 4.56 0 0 1-4.02 1.27c-1.84-.32-3.71.22-5.03 1.54a3.79 3.79 0 0 1-5.36-5.36c1.31-1.32 1.86-3.2 1.54-5.03a4.52 4.52 0 0 1 1.27-4.01c.7-.7 1.57-1.13 2.48-1.28c-.32-1.69.18-3.51 1.49-4.82a5.413 5.413 0 0 1 7.55-.1c.19-.32.42-.62.69-.89a4.573 4.573 0 0 1 6.68.23c1.47 1.68 1.5 4.22.07 5.93c-.34.41-.74.74-1.17 1a5.413 5.413 0 0 1-.1 7.55"/></g></svg> </template>
CSS
.icon-leafy-green {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.49%2011.81a.5.5%200%200%200-.955.297l1.41%204.541l-4.06%204.061L10%2017.86a.5.5%200%200%200-.955.297l1.04%203.352l-2.226%202.226a.5.5%200%200%200%20.707.707l2.226-2.226l3.352%201.04a.5.5%200%200%200%20.297-.955l-2.85-.884l4.062-4.062l4.551%201.411a.5.5%200%201%200%20.296-.955l-4.048-1.255l4.244-4.244a.5.5%200%201%200-.707-.707l-4.245%204.245z%22%2F%3E%3Cpath%20d%3D%22M11.647%205.169c-2.497-1.01-5.421-.035-6.765%202.38c-.9%201.62-.89%203.51-.11%205.05c-.84.39-1.56%201.04-2.04%201.9a4.57%204.57%200%200%200-.13%204.22q.304.638.45%201.315a3.63%203.63%200%200%201-1.007%202.044a5.79%205.79%200%200%200%208.192%208.185c.681-.682%201.614-1.053%202.612-1.044q.225.085.443.19c1.3.62%202.87.63%204.22-.13a4.5%204.5%200%200%200%201.816-1.868l.139-.145a5.38%205.38%200%200%200%204.995-.137c2.23-1.241%203.233-3.83%202.577-6.186a7.4%207.4%200%200%200%20.384-1.35a4.5%204.5%200%200%200%20.6-.344a4.58%204.58%200%200%200%20.151-7.443a6.58%206.58%200%200%200-1.507-5.534a6.57%206.57%200%200%200-6.249-2.124a4.58%204.58%200%200%200-7.656-.16a4.6%204.6%200%200%200-.513%201.001q-.305.077-.602.18m12.315%2016.9a5.4%205.4%200%200%201-4.81%201.49c-.16.91-.58%201.78-1.28%202.48a4.56%204.56%200%200%201-4.02%201.27c-1.84-.32-3.71.22-5.03%201.54a3.79%203.79%200%200%201-5.36-5.36c1.31-1.32%201.86-3.2%201.54-5.03a4.52%204.52%200%200%201%201.27-4.01c.7-.7%201.57-1.13%202.48-1.28c-.32-1.69.18-3.51%201.49-4.82a5.413%205.413%200%200%201%207.55-.1c.19-.32.42-.62.69-.89a4.573%204.573%200%200%201%206.68.23c1.47%201.68%201.5%204.22.07%205.93c-.34.41-.74.74-1.17%201a5.413%205.413%200%200%201-.1%207.55%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.49%2011.81a.5.5%200%200%200-.955.297l1.41%204.541l-4.06%204.061L10%2017.86a.5.5%200%200%200-.955.297l1.04%203.352l-2.226%202.226a.5.5%200%200%200%20.707.707l2.226-2.226l3.352%201.04a.5.5%200%200%200%20.297-.955l-2.85-.884l4.062-4.062l4.551%201.411a.5.5%200%201%200%20.296-.955l-4.048-1.255l4.244-4.244a.5.5%200%201%200-.707-.707l-4.245%204.245z%22%2F%3E%3Cpath%20d%3D%22M11.647%205.169c-2.497-1.01-5.421-.035-6.765%202.38c-.9%201.62-.89%203.51-.11%205.05c-.84.39-1.56%201.04-2.04%201.9a4.57%204.57%200%200%200-.13%204.22q.304.638.45%201.315a3.63%203.63%200%200%201-1.007%202.044a5.79%205.79%200%200%200%208.192%208.185c.681-.682%201.614-1.053%202.612-1.044q.225.085.443.19c1.3.62%202.87.63%204.22-.13a4.5%204.5%200%200%200%201.816-1.868l.139-.145a5.38%205.38%200%200%200%204.995-.137c2.23-1.241%203.233-3.83%202.577-6.186a7.4%207.4%200%200%200%20.384-1.35a4.5%204.5%200%200%200%20.6-.344a4.58%204.58%200%200%200%20.151-7.443a6.58%206.58%200%200%200-1.507-5.534a6.57%206.57%200%200%200-6.249-2.124a4.58%204.58%200%200%200-7.656-.16a4.6%204.6%200%200%200-.513%201.001q-.305.077-.602.18m12.315%2016.9a5.4%205.4%200%200%201-4.81%201.49c-.16.91-.58%201.78-1.28%202.48a4.56%204.56%200%200%201-4.02%201.27c-1.84-.32-3.71.22-5.03%201.54a3.79%203.79%200%200%201-5.36-5.36c1.31-1.32%201.86-3.2%201.54-5.03a4.52%204.52%200%200%201%201.27-4.01c.7-.7%201.57-1.13%202.48-1.28c-.32-1.69.18-3.51%201.49-4.82a5.413%205.413%200%200%201%207.55-.1c.19-.32.42-.62.69-.89a4.573%204.573%200%200%201%206.68.23c1.47%201.68%201.5%204.22.07%205.93c-.34.41-.74.74-1.17%201a5.413%205.413%200%200%201-.1%207.55%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/leafy-green.svg?color=%231a73e8&size=48