garlic emoji
garlic from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- garlic
- 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 garlic emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.91 4.17c0-1.202.969-2.17 2.17-2.17h5.81c1.203 0 2.17.968 2.17 2.17v1.5c0 2.242.998 4.358 2.726 5.777l.001.002l4.23 3.49c5.854 4.838 2.43 14.331-5.156 14.331H9.11c-7.586 0-11.01-9.493-5.157-14.33l4.23-3.491l.002-.002A7.47 7.47 0 0 0 10.91 5.67zm8.81 7.71a7.6 7.6 0 0 1-2.35-5.49V3h-2.81v3.42c0 2.08-.85 4.06-2.36 5.49l-2.29 2.18c-5.38 5.12-1.76 14.19 5.67 14.19h.79c7.44 0 11.06-9.06 5.68-14.19z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastGarlic(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="M10.91 4.17c0-1.202.969-2.17 2.17-2.17h5.81c1.203 0 2.17.968 2.17 2.17v1.5c0 2.242.998 4.358 2.726 5.777l.001.002l4.23 3.49c5.854 4.838 2.43 14.331-5.156 14.331H9.11c-7.586 0-11.01-9.493-5.157-14.33l4.23-3.491l.002-.002A7.47 7.47 0 0 0 10.91 5.67zm8.81 7.71a7.6 7.6 0 0 1-2.35-5.49V3h-2.81v3.42c0 2.08-.85 4.06-2.36 5.49l-2.29 2.18c-5.38 5.12-1.76 14.19 5.67 14.19h.79c7.44 0 11.06-9.06 5.68-14.19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.91 4.17c0-1.202.969-2.17 2.17-2.17h5.81c1.203 0 2.17.968 2.17 2.17v1.5c0 2.242.998 4.358 2.726 5.777l.001.002l4.23 3.49c5.854 4.838 2.43 14.331-5.156 14.331H9.11c-7.586 0-11.01-9.493-5.157-14.33l4.23-3.491l.002-.002A7.47 7.47 0 0 0 10.91 5.67zm8.81 7.71a7.6 7.6 0 0 1-2.35-5.49V3h-2.81v3.42c0 2.08-.85 4.06-2.36 5.49l-2.29 2.18c-5.38 5.12-1.76 14.19 5.67 14.19h.79c7.44 0 11.06-9.06 5.68-14.19z"/></svg> </template>
CSS
.icon-garlic {
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%22M10.91%204.17c0-1.202.969-2.17%202.17-2.17h5.81c1.203%200%202.17.968%202.17%202.17v1.5c0%202.242.998%204.358%202.726%205.777l.001.002l4.23%203.49c5.854%204.838%202.43%2014.331-5.156%2014.331H9.11c-7.586%200-11.01-9.493-5.157-14.33l4.23-3.491l.002-.002A7.47%207.47%200%200%200%2010.91%205.67zm8.81%207.71a7.6%207.6%200%200%201-2.35-5.49V3h-2.81v3.42c0%202.08-.85%204.06-2.36%205.49l-2.29%202.18c-5.38%205.12-1.76%2014.19%205.67%2014.19h.79c7.44%200%2011.06-9.06%205.68-14.19z%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%22M10.91%204.17c0-1.202.969-2.17%202.17-2.17h5.81c1.203%200%202.17.968%202.17%202.17v1.5c0%202.242.998%204.358%202.726%205.777l.001.002l4.23%203.49c5.854%204.838%202.43%2014.331-5.156%2014.331H9.11c-7.586%200-11.01-9.493-5.157-14.33l4.23-3.491l.002-.002A7.47%207.47%200%200%200%2010.91%205.67zm8.81%207.71a7.6%207.6%200%200%201-2.35-5.49V3h-2.81v3.42c0%202.08-.85%204.06-2.36%205.49l-2.29%202.18c-5.38%205.12-1.76%2014.19%205.67%2014.19h.79c7.44%200%2011.06-9.06%205.68-14.19z%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/garlic.svg?color=%231a73e8&size=48