jar-wheat from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
jar-wheat
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the jar wheat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 56c0-13.3 10.7-24 24-24h208c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24m-32 136c0-35.3 28.7-64 64-64h192c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64zm112 32h-42.2c-3.2 0-5.8 2.6-5.8 5.8c0 32.1 26 58.2 58.2 58.2h75.6c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7m48 117.7c-11.7-13.3-28.9-21.7-48-21.7h-42.2c-3.2 0-5.8 2.6-5.8 5.8c0 32.1 26 58.2 58.2 58.2h75.6c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1 0-36.3 8.4-48 21.7M272 416h-42.2c-3.2 0-5.8 2.6-5.8 5.8c0 32.1 26 58.2 58.2 58.2H304v32c0 8.8 7.2 16 16 16s16-7.2 16-16v-32h21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidJarWheat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 56c0-13.3 10.7-24 24-24h208c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24m-32 136c0-35.3 28.7-64 64-64h192c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64zm112 32h-42.2c-3.2 0-5.8 2.6-5.8 5.8c0 32.1 26 58.2 58.2 58.2h75.6c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7m48 117.7c-11.7-13.3-28.9-21.7-48-21.7h-42.2c-3.2 0-5.8 2.6-5.8 5.8c0 32.1 26 58.2 58.2 58.2h75.6c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1 0-36.3 8.4-48 21.7M272 416h-42.2c-3.2 0-5.8 2.6-5.8 5.8c0 32.1 26 58.2 58.2 58.2H304v32c0 8.8 7.2 16 16 16s16-7.2 16-16v-32h21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 56c0-13.3 10.7-24 24-24h208c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24m-32 136c0-35.3 28.7-64 64-64h192c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64zm112 32h-42.2c-3.2 0-5.8 2.6-5.8 5.8c0 32.1 26 58.2 58.2 58.2h75.6c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7m48 117.7c-11.7-13.3-28.9-21.7-48-21.7h-42.2c-3.2 0-5.8 2.6-5.8 5.8c0 32.1 26 58.2 58.2 58.2h75.6c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1 0-36.3 8.4-48 21.7M272 416h-42.2c-3.2 0-5.8 2.6-5.8 5.8c0 32.1 26 58.2 58.2 58.2H304v32c0 8.8 7.2 16 16 16s16-7.2 16-16v-32h21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7"/></svg>
</template>

CSS

.icon-jar-wheat {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2056c0-13.3%2010.7-24%2024-24h208c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H216c-13.3%200-24-10.7-24-24m-32%20136c0-35.3%2028.7-64%2064-64h192c35.3%200%2064%2028.7%2064%2064v320c0%2035.3-28.7%2064-64%2064H224c-35.3%200-64-28.7-64-64zm112%2032h-42.2c-3.2%200-5.8%202.6-5.8%205.8c0%2032.1%2026%2058.2%2058.2%2058.2h75.6c32.1%200%2058.2-26%2058.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1%200-36.3%208.4-48%2021.7c-11.7-13.3-28.9-21.7-48-21.7m48%20117.7c-11.7-13.3-28.9-21.7-48-21.7h-42.2c-3.2%200-5.8%202.6-5.8%205.8c0%2032.1%2026%2058.2%2058.2%2058.2h75.6c32.1%200%2058.2-26%2058.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1%200-36.3%208.4-48%2021.7M272%20416h-42.2c-3.2%200-5.8%202.6-5.8%205.8c0%2032.1%2026%2058.2%2058.2%2058.2H304v32c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-32h21.8c32.1%200%2058.2-26%2058.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1%200-36.3%208.4-48%2021.7c-11.7-13.3-28.9-21.7-48-21.7%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2056c0-13.3%2010.7-24%2024-24h208c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H216c-13.3%200-24-10.7-24-24m-32%20136c0-35.3%2028.7-64%2064-64h192c35.3%200%2064%2028.7%2064%2064v320c0%2035.3-28.7%2064-64%2064H224c-35.3%200-64-28.7-64-64zm112%2032h-42.2c-3.2%200-5.8%202.6-5.8%205.8c0%2032.1%2026%2058.2%2058.2%2058.2h75.6c32.1%200%2058.2-26%2058.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1%200-36.3%208.4-48%2021.7c-11.7-13.3-28.9-21.7-48-21.7m48%20117.7c-11.7-13.3-28.9-21.7-48-21.7h-42.2c-3.2%200-5.8%202.6-5.8%205.8c0%2032.1%2026%2058.2%2058.2%2058.2h75.6c32.1%200%2058.2-26%2058.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1%200-36.3%208.4-48%2021.7M272%20416h-42.2c-3.2%200-5.8%202.6-5.8%205.8c0%2032.1%2026%2058.2%2058.2%2058.2H304v32c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-32h21.8c32.1%200%2058.2-26%2058.2-58.2c0-3.2-2.6-5.8-5.8-5.8H368c-19.1%200-36.3%208.4-48%2021.7c-11.7-13.3-28.9-21.7-48-21.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/jar-wheat.svg?color=%231a73e8&size=48