wheat from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
wheat
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More enterprise icons from Carbon

Use the wheat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 3v2.586l-4 4V1h-2v8.586l-4-4V3H9v16a7.004 7.004 0 0 0 6 6.92V30h2v-4.08A7.004 7.004 0 0 0 23 19V3Zm-6 20.899A5.01 5.01 0 0 1 11 19v-2.586l4 4Zm0-6.313l-4-4V8.414l4 4Zm2-5.172l4-4v5.172l-4 4Zm0 11.485v-3.485l4-4V19a5.01 5.01 0 0 1-4 4.899"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWheat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 3v2.586l-4 4V1h-2v8.586l-4-4V3H9v16a7.004 7.004 0 0 0 6 6.92V30h2v-4.08A7.004 7.004 0 0 0 23 19V3Zm-6 20.899A5.01 5.01 0 0 1 11 19v-2.586l4 4Zm0-6.313l-4-4V8.414l4 4Zm2-5.172l4-4v5.172l-4 4Zm0 11.485v-3.485l4-4V19a5.01 5.01 0 0 1-4 4.899"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 3v2.586l-4 4V1h-2v8.586l-4-4V3H9v16a7.004 7.004 0 0 0 6 6.92V30h2v-4.08A7.004 7.004 0 0 0 23 19V3Zm-6 20.899A5.01 5.01 0 0 1 11 19v-2.586l4 4Zm0-6.313l-4-4V8.414l4 4Zm2-5.172l4-4v5.172l-4 4Zm0 11.485v-3.485l4-4V19a5.01 5.01 0 0 1-4 4.899"/></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%203v2.586l-4%204V1h-2v8.586l-4-4V3H9v16a7.004%207.004%200%200%200%206%206.92V30h2v-4.08A7.004%207.004%200%200%200%2023%2019V3Zm-6%2020.899A5.01%205.01%200%200%201%2011%2019v-2.586l4%204Zm0-6.313l-4-4V8.414l4%204Zm2-5.172l4-4v5.172l-4%204Zm0%2011.485v-3.485l4-4V19a5.01%205.01%200%200%201-4%204.899%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%203v2.586l-4%204V1h-2v8.586l-4-4V3H9v16a7.004%207.004%200%200%200%206%206.92V30h2v-4.08A7.004%207.004%200%200%200%2023%2019V3Zm-6%2020.899A5.01%205.01%200%200%201%2011%2019v-2.586l4%204Zm0-6.313l-4-4V8.414l4%204Zm2-5.172l4-4v5.172l-4%204Zm0%2011.485v-3.485l4-4V19a5.01%205.01%200%200%201-4%204.899%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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