food-grains-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
food-grains-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the food grains icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.39 2.287A7.23 7.23 0 0 0 9.02 9.07c-1.522-.876-3.2-1.14-5.128-.98a.96.96 0 0 0-.874 1.04c.157 1.726.952 3.438 2.06 4.776a9 9 0 0 0-1.249.077a.94.94 0 0 0-.813 1.004A7.596 7.596 0 0 0 10.589 22h2.821a7.596 7.596 0 0 0 7.574-7.013a.94.94 0 0 0-.814-1.004a9 9 0 0 0-1.234-.077c1.108-1.339 1.903-3.05 2.06-4.776a.96.96 0 0 0-.875-1.04c-1.928-.16-3.615.104-5.142.98a7.23 7.23 0 0 0-2.369-6.783a.93.93 0 0 0-1.22 0m.61 9.44a5.74 5.74 0 0 1 0-7.953a5.74 5.74 0 0 1 0 7.952m0 5.607a9 9 0 0 0-4.234-2.978a1 1 0 0 0-.103-.085c-1.47-1-2.72-2.844-3.073-4.72c1.869-.062 3.336.387 4.675 1.521c1.025.869 1.48 1.928 1.817 2.715c.088.204.167.39.247.548a.75.75 0 0 0 1.341 0q.118-.24.247-.548c.338-.787.792-1.847 1.817-2.715c1.339-1.133 2.817-1.583 4.69-1.521c-.354 1.876-1.603 3.72-3.073 4.72a1 1 0 0 0-.096.077A9 9 0 0 0 12 17.334m.643 1.706c1.393-2.33 4.002-3.78 6.779-3.623A6.096 6.096 0 0 1 13.41 20.5h-2.82c-3 0-5.524-2.176-6.011-5.082c2.776-.158 5.385 1.291 6.778 3.622a.75.75 0 0 0 1.287 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodGrains24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.39 2.287A7.23 7.23 0 0 0 9.02 9.07c-1.522-.876-3.2-1.14-5.128-.98a.96.96 0 0 0-.874 1.04c.157 1.726.952 3.438 2.06 4.776a9 9 0 0 0-1.249.077a.94.94 0 0 0-.813 1.004A7.596 7.596 0 0 0 10.589 22h2.821a7.596 7.596 0 0 0 7.574-7.013a.94.94 0 0 0-.814-1.004a9 9 0 0 0-1.234-.077c1.108-1.339 1.903-3.05 2.06-4.776a.96.96 0 0 0-.875-1.04c-1.928-.16-3.615.104-5.142.98a7.23 7.23 0 0 0-2.369-6.783a.93.93 0 0 0-1.22 0m.61 9.44a5.74 5.74 0 0 1 0-7.953a5.74 5.74 0 0 1 0 7.952m0 5.607a9 9 0 0 0-4.234-2.978a1 1 0 0 0-.103-.085c-1.47-1-2.72-2.844-3.073-4.72c1.869-.062 3.336.387 4.675 1.521c1.025.869 1.48 1.928 1.817 2.715c.088.204.167.39.247.548a.75.75 0 0 0 1.341 0q.118-.24.247-.548c.338-.787.792-1.847 1.817-2.715c1.339-1.133 2.817-1.583 4.69-1.521c-.354 1.876-1.603 3.72-3.073 4.72a1 1 0 0 0-.096.077A9 9 0 0 0 12 17.334m.643 1.706c1.393-2.33 4.002-3.78 6.779-3.623A6.096 6.096 0 0 1 13.41 20.5h-2.82c-3 0-5.524-2.176-6.011-5.082c2.776-.158 5.385 1.291 6.778 3.622a.75.75 0 0 0 1.287 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.39 2.287A7.23 7.23 0 0 0 9.02 9.07c-1.522-.876-3.2-1.14-5.128-.98a.96.96 0 0 0-.874 1.04c.157 1.726.952 3.438 2.06 4.776a9 9 0 0 0-1.249.077a.94.94 0 0 0-.813 1.004A7.596 7.596 0 0 0 10.589 22h2.821a7.596 7.596 0 0 0 7.574-7.013a.94.94 0 0 0-.814-1.004a9 9 0 0 0-1.234-.077c1.108-1.339 1.903-3.05 2.06-4.776a.96.96 0 0 0-.875-1.04c-1.928-.16-3.615.104-5.142.98a7.23 7.23 0 0 0-2.369-6.783a.93.93 0 0 0-1.22 0m.61 9.44a5.74 5.74 0 0 1 0-7.953a5.74 5.74 0 0 1 0 7.952m0 5.607a9 9 0 0 0-4.234-2.978a1 1 0 0 0-.103-.085c-1.47-1-2.72-2.844-3.073-4.72c1.869-.062 3.336.387 4.675 1.521c1.025.869 1.48 1.928 1.817 2.715c.088.204.167.39.247.548a.75.75 0 0 0 1.341 0q.118-.24.247-.548c.338-.787.792-1.847 1.817-2.715c1.339-1.133 2.817-1.583 4.69-1.521c-.354 1.876-1.603 3.72-3.073 4.72a1 1 0 0 0-.096.077A9 9 0 0 0 12 17.334m.643 1.706c1.393-2.33 4.002-3.78 6.779-3.623A6.096 6.096 0 0 1 13.41 20.5h-2.82c-3 0-5.524-2.176-6.011-5.082c2.776-.158 5.385 1.291 6.778 3.622a.75.75 0 0 0 1.287 0"/></svg>
</template>

CSS

.icon-food-grains-24-regular {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.39%202.287A7.23%207.23%200%200%200%209.02%209.07c-1.522-.876-3.2-1.14-5.128-.98a.96.96%200%200%200-.874%201.04c.157%201.726.952%203.438%202.06%204.776a9%209%200%200%200-1.249.077a.94.94%200%200%200-.813%201.004A7.596%207.596%200%200%200%2010.589%2022h2.821a7.596%207.596%200%200%200%207.574-7.013a.94.94%200%200%200-.814-1.004a9%209%200%200%200-1.234-.077c1.108-1.339%201.903-3.05%202.06-4.776a.96.96%200%200%200-.875-1.04c-1.928-.16-3.615.104-5.142.98a7.23%207.23%200%200%200-2.369-6.783a.93.93%200%200%200-1.22%200m.61%209.44a5.74%205.74%200%200%201%200-7.953a5.74%205.74%200%200%201%200%207.952m0%205.607a9%209%200%200%200-4.234-2.978a1%201%200%200%200-.103-.085c-1.47-1-2.72-2.844-3.073-4.72c1.869-.062%203.336.387%204.675%201.521c1.025.869%201.48%201.928%201.817%202.715c.088.204.167.39.247.548a.75.75%200%200%200%201.341%200q.118-.24.247-.548c.338-.787.792-1.847%201.817-2.715c1.339-1.133%202.817-1.583%204.69-1.521c-.354%201.876-1.603%203.72-3.073%204.72a1%201%200%200%200-.096.077A9%209%200%200%200%2012%2017.334m.643%201.706c1.393-2.33%204.002-3.78%206.779-3.623A6.096%206.096%200%200%201%2013.41%2020.5h-2.82c-3%200-5.524-2.176-6.011-5.082c2.776-.158%205.385%201.291%206.778%203.622a.75.75%200%200%200%201.287%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.39%202.287A7.23%207.23%200%200%200%209.02%209.07c-1.522-.876-3.2-1.14-5.128-.98a.96.96%200%200%200-.874%201.04c.157%201.726.952%203.438%202.06%204.776a9%209%200%200%200-1.249.077a.94.94%200%200%200-.813%201.004A7.596%207.596%200%200%200%2010.589%2022h2.821a7.596%207.596%200%200%200%207.574-7.013a.94.94%200%200%200-.814-1.004a9%209%200%200%200-1.234-.077c1.108-1.339%201.903-3.05%202.06-4.776a.96.96%200%200%200-.875-1.04c-1.928-.16-3.615.104-5.142.98a7.23%207.23%200%200%200-2.369-6.783a.93.93%200%200%200-1.22%200m.61%209.44a5.74%205.74%200%200%201%200-7.953a5.74%205.74%200%200%201%200%207.952m0%205.607a9%209%200%200%200-4.234-2.978a1%201%200%200%200-.103-.085c-1.47-1-2.72-2.844-3.073-4.72c1.869-.062%203.336.387%204.675%201.521c1.025.869%201.48%201.928%201.817%202.715c.088.204.167.39.247.548a.75.75%200%200%200%201.341%200q.118-.24.247-.548c.338-.787.792-1.847%201.817-2.715c1.339-1.133%202.817-1.583%204.69-1.521c-.354%201.876-1.603%203.72-3.073%204.72a1%201%200%200%200-.096.077A9%209%200%200%200%2012%2017.334m.643%201.706c1.393-2.33%204.002-3.78%206.779-3.623A6.096%206.096%200%200%201%2013.41%2020.5h-2.82c-3%200-5.524-2.176-6.011-5.082c2.776-.158%205.385%201.291%206.778%203.622a.75.75%200%200%200%201.287%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/food-grains-24-regular.svg?color=%231a73e8&size=48