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

Name
food-grains-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M12.61 2.287a.93.93 0 0 0-1.22 0a7.2 7.2 0 0 0-2.487 5.282a.5.5 0 0 0 .278.449a9 9 0 0 1 1.7 1.146q.386.33.704.681c.22.242.61.242.83 0q.319-.351.704-.68a9 9 0 0 1 1.7-1.146a.5.5 0 0 0 .279-.449a7.2 7.2 0 0 0-2.487-5.283M12 18.043a8.16 8.16 0 0 1 8.17-4.06c.488.064.853.5.815 1.004A7.596 7.596 0 0 1 13.41 22h-2.82a7.596 7.596 0 0 1-7.574-7.013a.94.94 0 0 1 .815-1.004a8.16 8.16 0 0 1 8.17 4.06m7.646-5.113c-1.847-.102-3.654.38-5.126 1.165c-.882.47-1.69 1.075-2.322 1.771a.27.27 0 0 1-.396 0c-.63-.697-1.439-1.301-2.321-1.771c-1.469-.783-3.27-1.264-5.112-1.165c-.73-1.15-1.23-2.47-1.35-3.8a.96.96 0 0 1 .874-1.04c2.455-.205 4.504.28 6.342 1.837c.83.703 1.386 1.547 1.766 2.267c.379-.72.936-1.564 1.765-2.267c1.84-1.558 3.903-2.042 6.356-1.837a.96.96 0 0 1 .875 1.04c-.121 1.33-.621 2.651-1.35 3.8"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodGrains24Filled(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="M12.61 2.287a.93.93 0 0 0-1.22 0a7.2 7.2 0 0 0-2.487 5.282a.5.5 0 0 0 .278.449a9 9 0 0 1 1.7 1.146q.386.33.704.681c.22.242.61.242.83 0q.319-.351.704-.68a9 9 0 0 1 1.7-1.146a.5.5 0 0 0 .279-.449a7.2 7.2 0 0 0-2.487-5.283M12 18.043a8.16 8.16 0 0 1 8.17-4.06c.488.064.853.5.815 1.004A7.596 7.596 0 0 1 13.41 22h-2.82a7.596 7.596 0 0 1-7.574-7.013a.94.94 0 0 1 .815-1.004a8.16 8.16 0 0 1 8.17 4.06m7.646-5.113c-1.847-.102-3.654.38-5.126 1.165c-.882.47-1.69 1.075-2.322 1.771a.27.27 0 0 1-.396 0c-.63-.697-1.439-1.301-2.321-1.771c-1.469-.783-3.27-1.264-5.112-1.165c-.73-1.15-1.23-2.47-1.35-3.8a.96.96 0 0 1 .874-1.04c2.455-.205 4.504.28 6.342 1.837c.83.703 1.386 1.547 1.766 2.267c.379-.72.936-1.564 1.765-2.267c1.84-1.558 3.903-2.042 6.356-1.837a.96.96 0 0 1 .875 1.04c-.121 1.33-.621 2.651-1.35 3.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.61 2.287a.93.93 0 0 0-1.22 0a7.2 7.2 0 0 0-2.487 5.282a.5.5 0 0 0 .278.449a9 9 0 0 1 1.7 1.146q.386.33.704.681c.22.242.61.242.83 0q.319-.351.704-.68a9 9 0 0 1 1.7-1.146a.5.5 0 0 0 .279-.449a7.2 7.2 0 0 0-2.487-5.283M12 18.043a8.16 8.16 0 0 1 8.17-4.06c.488.064.853.5.815 1.004A7.596 7.596 0 0 1 13.41 22h-2.82a7.596 7.596 0 0 1-7.574-7.013a.94.94 0 0 1 .815-1.004a8.16 8.16 0 0 1 8.17 4.06m7.646-5.113c-1.847-.102-3.654.38-5.126 1.165c-.882.47-1.69 1.075-2.322 1.771a.27.27 0 0 1-.396 0c-.63-.697-1.439-1.301-2.321-1.771c-1.469-.783-3.27-1.264-5.112-1.165c-.73-1.15-1.23-2.47-1.35-3.8a.96.96 0 0 1 .874-1.04c2.455-.205 4.504.28 6.342 1.837c.83.703 1.386 1.547 1.766 2.267c.379-.72.936-1.564 1.765-2.267c1.84-1.558 3.903-2.042 6.356-1.837a.96.96 0 0 1 .875 1.04c-.121 1.33-.621 2.651-1.35 3.8"/></svg>
</template>

CSS

.icon-food-grains-24-filled {
  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%22M12.61%202.287a.93.93%200%200%200-1.22%200a7.2%207.2%200%200%200-2.487%205.282a.5.5%200%200%200%20.278.449a9%209%200%200%201%201.7%201.146q.386.33.704.681c.22.242.61.242.83%200q.319-.351.704-.68a9%209%200%200%201%201.7-1.146a.5.5%200%200%200%20.279-.449a7.2%207.2%200%200%200-2.487-5.283M12%2018.043a8.16%208.16%200%200%201%208.17-4.06c.488.064.853.5.815%201.004A7.596%207.596%200%200%201%2013.41%2022h-2.82a7.596%207.596%200%200%201-7.574-7.013a.94.94%200%200%201%20.815-1.004a8.16%208.16%200%200%201%208.17%204.06m7.646-5.113c-1.847-.102-3.654.38-5.126%201.165c-.882.47-1.69%201.075-2.322%201.771a.27.27%200%200%201-.396%200c-.63-.697-1.439-1.301-2.321-1.771c-1.469-.783-3.27-1.264-5.112-1.165c-.73-1.15-1.23-2.47-1.35-3.8a.96.96%200%200%201%20.874-1.04c2.455-.205%204.504.28%206.342%201.837c.83.703%201.386%201.547%201.766%202.267c.379-.72.936-1.564%201.765-2.267c1.84-1.558%203.903-2.042%206.356-1.837a.96.96%200%200%201%20.875%201.04c-.121%201.33-.621%202.651-1.35%203.8%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%22M12.61%202.287a.93.93%200%200%200-1.22%200a7.2%207.2%200%200%200-2.487%205.282a.5.5%200%200%200%20.278.449a9%209%200%200%201%201.7%201.146q.386.33.704.681c.22.242.61.242.83%200q.319-.351.704-.68a9%209%200%200%201%201.7-1.146a.5.5%200%200%200%20.279-.449a7.2%207.2%200%200%200-2.487-5.283M12%2018.043a8.16%208.16%200%200%201%208.17-4.06c.488.064.853.5.815%201.004A7.596%207.596%200%200%201%2013.41%2022h-2.82a7.596%207.596%200%200%201-7.574-7.013a.94.94%200%200%201%20.815-1.004a8.16%208.16%200%200%201%208.17%204.06m7.646-5.113c-1.847-.102-3.654.38-5.126%201.165c-.882.47-1.69%201.075-2.322%201.771a.27.27%200%200%201-.396%200c-.63-.697-1.439-1.301-2.321-1.771c-1.469-.783-3.27-1.264-5.112-1.165c-.73-1.15-1.23-2.47-1.35-3.8a.96.96%200%200%201%20.874-1.04c2.455-.205%204.504.28%206.342%201.837c.83.703%201.386%201.547%201.766%202.267c.379-.72.936-1.564%201.765-2.267c1.84-1.558%203.903-2.042%206.356-1.837a.96.96%200%200%201%20.875%201.04c-.121%201.33-.621%202.651-1.35%203.8%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-filled.svg?color=%231a73e8&size=48