food grains icon
food-grains-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- food-grains-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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.72 5.72 0 0 0-1.926 4.35a.5.5 0 0 0 .246.425A7.4 7.4 0 0 1 9.628 8.41a.5.5 0 0 0 .743 0a7.4 7.4 0 0 1 1.737-1.421a.5.5 0 0 0 .245-.425a5.72 5.72 0 0 0-1.925-4.351m-7.412 9.996a.663.663 0 0 1 .606-.72A6.36 6.36 0 0 1 10 15.326a6.36 6.36 0 0 1 6.377-3.838c.366.03.64.352.606.72A6.37 6.37 0 0 1 10.64 18h-.465a.7.7 0 0 1-.176-.024a.7.7 0 0 1-.177.024h-.465a6.37 6.37 0 0 1-6.342-5.792M10 10.826a6.36 6.36 0 0 0-6.378-3.838a.663.663 0 0 0-.606.72a6.35 6.35 0 0 0 .765 2.5a.5.5 0 0 0 .434.258a7.36 7.36 0 0 1 5.368 2.394a.5.5 0 0 0 .417.16a.5.5 0 0 0 .416-.16a7.36 7.36 0 0 1 5.368-2.394a.5.5 0 0 0 .434-.259a6.35 6.35 0 0 0 .765-2.499a.663.663 0 0 0-.606-.72A6.36 6.36 0 0 0 10 10.826"/></svg>
React
import type { SVGProps } from "react";
export function FluentFoodGrains20Filled(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.72 5.72 0 0 0-1.926 4.35a.5.5 0 0 0 .246.425A7.4 7.4 0 0 1 9.628 8.41a.5.5 0 0 0 .743 0a7.4 7.4 0 0 1 1.737-1.421a.5.5 0 0 0 .245-.425a5.72 5.72 0 0 0-1.925-4.351m-7.412 9.996a.663.663 0 0 1 .606-.72A6.36 6.36 0 0 1 10 15.326a6.36 6.36 0 0 1 6.377-3.838c.366.03.64.352.606.72A6.37 6.37 0 0 1 10.64 18h-.465a.7.7 0 0 1-.176-.024a.7.7 0 0 1-.177.024h-.465a6.37 6.37 0 0 1-6.342-5.792M10 10.826a6.36 6.36 0 0 0-6.378-3.838a.663.663 0 0 0-.606.72a6.35 6.35 0 0 0 .765 2.5a.5.5 0 0 0 .434.258a7.36 7.36 0 0 1 5.368 2.394a.5.5 0 0 0 .417.16a.5.5 0 0 0 .416-.16a7.36 7.36 0 0 1 5.368-2.394a.5.5 0 0 0 .434-.259a6.35 6.35 0 0 0 .765-2.499a.663.663 0 0 0-.606-.72A6.36 6.36 0 0 0 10 10.826"/></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.72 5.72 0 0 0-1.926 4.35a.5.5 0 0 0 .246.425A7.4 7.4 0 0 1 9.628 8.41a.5.5 0 0 0 .743 0a7.4 7.4 0 0 1 1.737-1.421a.5.5 0 0 0 .245-.425a5.72 5.72 0 0 0-1.925-4.351m-7.412 9.996a.663.663 0 0 1 .606-.72A6.36 6.36 0 0 1 10 15.326a6.36 6.36 0 0 1 6.377-3.838c.366.03.64.352.606.72A6.37 6.37 0 0 1 10.64 18h-.465a.7.7 0 0 1-.176-.024a.7.7 0 0 1-.177.024h-.465a6.37 6.37 0 0 1-6.342-5.792M10 10.826a6.36 6.36 0 0 0-6.378-3.838a.663.663 0 0 0-.606.72a6.35 6.35 0 0 0 .765 2.5a.5.5 0 0 0 .434.258a7.36 7.36 0 0 1 5.368 2.394a.5.5 0 0 0 .417.16a.5.5 0 0 0 .416-.16a7.36 7.36 0 0 1 5.368-2.394a.5.5 0 0 0 .434-.259a6.35 6.35 0 0 0 .765-2.499a.663.663 0 0 0-.606-.72A6.36 6.36 0 0 0 10 10.826"/></svg> </template>
CSS
.icon-food-grains-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.428%202.212a.645.645%200%200%200-.857%200a5.72%205.72%200%200%200-1.926%204.35a.5.5%200%200%200%20.246.425A7.4%207.4%200%200%201%209.628%208.41a.5.5%200%200%200%20.743%200a7.4%207.4%200%200%201%201.737-1.421a.5.5%200%200%200%20.245-.425a5.72%205.72%200%200%200-1.925-4.351m-7.412%209.996a.663.663%200%200%201%20.606-.72A6.36%206.36%200%200%201%2010%2015.326a6.36%206.36%200%200%201%206.377-3.838c.366.03.64.352.606.72A6.37%206.37%200%200%201%2010.64%2018h-.465a.7.7%200%200%201-.176-.024a.7.7%200%200%201-.177.024h-.465a6.37%206.37%200%200%201-6.342-5.792M10%2010.826a6.36%206.36%200%200%200-6.378-3.838a.663.663%200%200%200-.606.72a6.35%206.35%200%200%200%20.765%202.5a.5.5%200%200%200%20.434.258a7.36%207.36%200%200%201%205.368%202.394a.5.5%200%200%200%20.417.16a.5.5%200%200%200%20.416-.16a7.36%207.36%200%200%201%205.368-2.394a.5.5%200%200%200%20.434-.259a6.35%206.35%200%200%200%20.765-2.499a.663.663%200%200%200-.606-.72A6.36%206.36%200%200%200%2010%2010.826%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.72%205.72%200%200%200-1.926%204.35a.5.5%200%200%200%20.246.425A7.4%207.4%200%200%201%209.628%208.41a.5.5%200%200%200%20.743%200a7.4%207.4%200%200%201%201.737-1.421a.5.5%200%200%200%20.245-.425a5.72%205.72%200%200%200-1.925-4.351m-7.412%209.996a.663.663%200%200%201%20.606-.72A6.36%206.36%200%200%201%2010%2015.326a6.36%206.36%200%200%201%206.377-3.838c.366.03.64.352.606.72A6.37%206.37%200%200%201%2010.64%2018h-.465a.7.7%200%200%201-.176-.024a.7.7%200%200%201-.177.024h-.465a6.37%206.37%200%200%201-6.342-5.792M10%2010.826a6.36%206.36%200%200%200-6.378-3.838a.663.663%200%200%200-.606.72a6.35%206.35%200%200%200%20.765%202.5a.5.5%200%200%200%20.434.258a7.36%207.36%200%200%201%205.368%202.394a.5.5%200%200%200%20.417.16a.5.5%200%200%200%20.416-.16a7.36%207.36%200%200%201%205.368-2.394a.5.5%200%200%200%20.434-.259a6.35%206.35%200%200%200%20.765-2.499a.663.663%200%200%200-.606-.72A6.36%206.36%200%200%200%2010%2010.826%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-filled.svg?color=%231a73e8&size=48