Wheat icon

Wheat is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

wheat_outlined_fill0_wght400.svg

Wheat icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=wheat" />

<span class="material-symbols-outlined">wheat</span>

Wheat icon in React

// With the font from the HTML tab:
export function WheatIcon() {
  return (
    <span className="material-symbols-outlined">
      wheat
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import WheatIcon from "@material-symbols/svg-400/outlined/wheat.svg?react";

Wheat icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">wheat</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import WheatIcon from "@material-symbols/svg-400/outlined/wheat.svg?component"; -->

Wheat icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">wheat</mat-icon>

Wheat icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.wheat, fill: 0, weight: 400)

Wheat icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/wheat.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m3.05 22-1.05-1.075 3.05-3.025q-.75-.75-1.15-1.675t-.4-1.9q0-.95 .35-1.812t1.025-1.513l1.25-1.225 .9 .875q.025-.9 .375-1.725t1-1.45l1.25-1.225 .9 .875q.025-.9 .388-1.725t.987-1.45l2.75-2.725 1.05 1.05-1.475 1.5 .175 .175q.65 .625 1 1.45t.375 1.75l5.1-5.1 1.05 1.05-5.05 5.1q.9 .025 1.713 .388T20.075 9.6l.2 .175 1.475-1.5 1.05 1.05-2.7 2.725q-.65 .65-1.487 1.013T16.85 13.45l.9 .9-1.225 1.225q-.65 .65-1.475 1.013T13.325 16.975l.9 .9-1.25 1.25q-.65 .675-1.525 1.025t-1.825 .35q-.875 0-1.725-.4t-1.725-1.2L3.05 22Zm3.075-5.2q.55-.525 .838-1.162T7.25 14.35q0-.65-.287-1.275T6.125 11.875q-.575 .575-.862 1.2T4.975 14.35q0 .65 .288 1.288T6.125 16.8Zm3.525 2.225q.65 0 1.275-.287t1.2-.863q-.575-.55-1.2-.837T9.65 16.75q-.65 0-1.275 .288T7.175 17.9q.55 .55 1.188 .838T9.65 19.025Zm0-5.725q.55-.575 .838-1.2t.287-1.275q0-.65-.287-1.287T9.65 8.375q-.575 .525-.862 1.163T8.5 10.825q0 .65 .288 1.275t.862 1.2Zm3.55 2.2q.65 0 1.275-.287t1.15-.863q-.525-.55-1.15-.837T13.2 13.225q-.65 0-1.287 .288T10.725 14.375q.55 .55 1.188 .838T13.2 15.5Zm-.025-5.725q.55-.55 .838-1.187T14.3 7.3q0-.65-.275-1.287T13.2 4.8q-.575 .575-.862 1.2T12.05 7.275q0 .65 .288 1.288T13.175 9.775Zm3.55 2.2q.65 0 1.275-.3t1.2-.875q-.575-.55-1.212-.837T16.7 9.675q-.65 0-1.262 .288T14.25 10.825q.575 .575 1.2 .863t1.275 .287Z" />
</vector>

Wheat icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/wheat.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/wheat.svg" width="24" height="24" alt="Wheat">

Wheat icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameWheat
Ligaturewheat
Code pointU+FFFA4
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/wheat.svg, wheat-fill.svg
FlutterSymbols.wheat
LicenseApache License 2.0 (© Google LLC)

Keywords

socialfoodnaturegrowthfitbitcropfieldnaturalorganicplantnutritionbranchagriculture

Related icons