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

Name
food-grains-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10.428 2.212a.645.645 0 0 0-.857 0A5.73 5.73 0 0 0 7.83 7.95a7.1 7.1 0 0 0-4.209-.962a.663.663 0 0 0-.606.72c.124 1.365.764 2.72 1.651 3.77a7 7 0 0 0-1.045.01a.663.663 0 0 0-.606.72A6.37 6.37 0 0 0 9.358 18h1.283a6.37 6.37 0 0 0 6.342-5.791a.663.663 0 0 0-.606-.721a7 7 0 0 0-1.045-.01c.887-1.05 1.527-2.405 1.65-3.77a.664.664 0 0 0-.605-.72a7.1 7.1 0 0 0-4.208.962a5.73 5.73 0 0 0-1.74-5.738M10 14.428a7.15 7.15 0 0 0-3.434-2.566l-.035-.026C5.33 11.02 4.314 9.5 4.057 7.966a6.12 6.12 0 0 1 4.12 1.452c.759.643.968 1.23 1.155 1.758c.068.19.133.373.22.547a.5.5 0 0 0 .895 0c.087-.174.152-.357.22-.548c.187-.526.396-1.114 1.156-1.757a6.12 6.12 0 0 1 4.119-1.453c-.257 1.535-1.273 3.054-2.474 3.871l-.035.026A7.15 7.15 0 0 0 10 14.428M9.358 17a5.37 5.37 0 0 1-5.303-4.535a6.13 6.13 0 0 1 5.508 3.137a.5.5 0 0 0 .873 0a6.13 6.13 0 0 1 5.508-3.137A5.37 5.37 0 0 1 10.64 17zm.641-7.184a4.74 4.74 0 0 1 0-6.633a4.74 4.74 0 0 1 0 6.633"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodGrains20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.428 2.212a.645.645 0 0 0-.857 0A5.73 5.73 0 0 0 7.83 7.95a7.1 7.1 0 0 0-4.209-.962a.663.663 0 0 0-.606.72c.124 1.365.764 2.72 1.651 3.77a7 7 0 0 0-1.045.01a.663.663 0 0 0-.606.72A6.37 6.37 0 0 0 9.358 18h1.283a6.37 6.37 0 0 0 6.342-5.791a.663.663 0 0 0-.606-.721a7 7 0 0 0-1.045-.01c.887-1.05 1.527-2.405 1.65-3.77a.664.664 0 0 0-.605-.72a7.1 7.1 0 0 0-4.208.962a5.73 5.73 0 0 0-1.74-5.738M10 14.428a7.15 7.15 0 0 0-3.434-2.566l-.035-.026C5.33 11.02 4.314 9.5 4.057 7.966a6.12 6.12 0 0 1 4.12 1.452c.759.643.968 1.23 1.155 1.758c.068.19.133.373.22.547a.5.5 0 0 0 .895 0c.087-.174.152-.357.22-.548c.187-.526.396-1.114 1.156-1.757a6.12 6.12 0 0 1 4.119-1.453c-.257 1.535-1.273 3.054-2.474 3.871l-.035.026A7.15 7.15 0 0 0 10 14.428M9.358 17a5.37 5.37 0 0 1-5.303-4.535a6.13 6.13 0 0 1 5.508 3.137a.5.5 0 0 0 .873 0a6.13 6.13 0 0 1 5.508-3.137A5.37 5.37 0 0 1 10.64 17zm.641-7.184a4.74 4.74 0 0 1 0-6.633a4.74 4.74 0 0 1 0 6.633"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.428 2.212a.645.645 0 0 0-.857 0A5.73 5.73 0 0 0 7.83 7.95a7.1 7.1 0 0 0-4.209-.962a.663.663 0 0 0-.606.72c.124 1.365.764 2.72 1.651 3.77a7 7 0 0 0-1.045.01a.663.663 0 0 0-.606.72A6.37 6.37 0 0 0 9.358 18h1.283a6.37 6.37 0 0 0 6.342-5.791a.663.663 0 0 0-.606-.721a7 7 0 0 0-1.045-.01c.887-1.05 1.527-2.405 1.65-3.77a.664.664 0 0 0-.605-.72a7.1 7.1 0 0 0-4.208.962a5.73 5.73 0 0 0-1.74-5.738M10 14.428a7.15 7.15 0 0 0-3.434-2.566l-.035-.026C5.33 11.02 4.314 9.5 4.057 7.966a6.12 6.12 0 0 1 4.12 1.452c.759.643.968 1.23 1.155 1.758c.068.19.133.373.22.547a.5.5 0 0 0 .895 0c.087-.174.152-.357.22-.548c.187-.526.396-1.114 1.156-1.757a6.12 6.12 0 0 1 4.119-1.453c-.257 1.535-1.273 3.054-2.474 3.871l-.035.026A7.15 7.15 0 0 0 10 14.428M9.358 17a5.37 5.37 0 0 1-5.303-4.535a6.13 6.13 0 0 1 5.508 3.137a.5.5 0 0 0 .873 0a6.13 6.13 0 0 1 5.508-3.137A5.37 5.37 0 0 1 10.64 17zm.641-7.184a4.74 4.74 0 0 1 0-6.633a4.74 4.74 0 0 1 0 6.633"/></svg>
</template>

CSS

.icon-food-grains-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.428%202.212a.645.645%200%200%200-.857%200A5.73%205.73%200%200%200%207.83%207.95a7.1%207.1%200%200%200-4.209-.962a.663.663%200%200%200-.606.72c.124%201.365.764%202.72%201.651%203.77a7%207%200%200%200-1.045.01a.663.663%200%200%200-.606.72A6.37%206.37%200%200%200%209.358%2018h1.283a6.37%206.37%200%200%200%206.342-5.791a.663.663%200%200%200-.606-.721a7%207%200%200%200-1.045-.01c.887-1.05%201.527-2.405%201.65-3.77a.664.664%200%200%200-.605-.72a7.1%207.1%200%200%200-4.208.962a5.73%205.73%200%200%200-1.74-5.738M10%2014.428a7.15%207.15%200%200%200-3.434-2.566l-.035-.026C5.33%2011.02%204.314%209.5%204.057%207.966a6.12%206.12%200%200%201%204.12%201.452c.759.643.968%201.23%201.155%201.758c.068.19.133.373.22.547a.5.5%200%200%200%20.895%200c.087-.174.152-.357.22-.548c.187-.526.396-1.114%201.156-1.757a6.12%206.12%200%200%201%204.119-1.453c-.257%201.535-1.273%203.054-2.474%203.871l-.035.026A7.15%207.15%200%200%200%2010%2014.428M9.358%2017a5.37%205.37%200%200%201-5.303-4.535a6.13%206.13%200%200%201%205.508%203.137a.5.5%200%200%200%20.873%200a6.13%206.13%200%200%201%205.508-3.137A5.37%205.37%200%200%201%2010.64%2017zm.641-7.184a4.74%204.74%200%200%201%200-6.633a4.74%204.74%200%200%201%200%206.633%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.428%202.212a.645.645%200%200%200-.857%200A5.73%205.73%200%200%200%207.83%207.95a7.1%207.1%200%200%200-4.209-.962a.663.663%200%200%200-.606.72c.124%201.365.764%202.72%201.651%203.77a7%207%200%200%200-1.045.01a.663.663%200%200%200-.606.72A6.37%206.37%200%200%200%209.358%2018h1.283a6.37%206.37%200%200%200%206.342-5.791a.663.663%200%200%200-.606-.721a7%207%200%200%200-1.045-.01c.887-1.05%201.527-2.405%201.65-3.77a.664.664%200%200%200-.605-.72a7.1%207.1%200%200%200-4.208.962a5.73%205.73%200%200%200-1.74-5.738M10%2014.428a7.15%207.15%200%200%200-3.434-2.566l-.035-.026C5.33%2011.02%204.314%209.5%204.057%207.966a6.12%206.12%200%200%201%204.12%201.452c.759.643.968%201.23%201.155%201.758c.068.19.133.373.22.547a.5.5%200%200%200%20.895%200c.087-.174.152-.357.22-.548c.187-.526.396-1.114%201.156-1.757a6.12%206.12%200%200%201%204.119-1.453c-.257%201.535-1.273%203.054-2.474%203.871l-.035.026A7.15%207.15%200%200%200%2010%2014.428M9.358%2017a5.37%205.37%200%200%201-5.303-4.535a6.13%206.13%200%200%201%205.508%203.137a.5.5%200%200%200%20.873%200a6.13%206.13%200%200%201%205.508-3.137A5.37%205.37%200%200%201%2010.64%2017zm.641-7.184a4.74%204.74%200%200%201%200-6.633a4.74%204.74%200%200%201%200%206.633%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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