Agriculture icon

Agriculture is a Google Material Symbol from the Transit 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

agriculture_outlined_fill0_wght400.svg

Agriculture 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=agriculture" />

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

Agriculture icon in React

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

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

Agriculture icon in Vue

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

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

Agriculture icon in Angular

With Angular Material and the font from the HTML tab:

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

Agriculture 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.agriculture, fill: 0, weight: 400)

Agriculture icon in Android

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

<!-- res/drawable/agriculture.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.625 9.025q-.287 0-.481-.225-.194-.225-.194-.525t.194-.525q.194-.225 .481-.225h3.725q.629 0 1.077 .438Q8.875 8.4 9 9.025H3.625Zm2.122 9.475Q7.1 18.5 8.05 17.553q.95-.947 .95-2.3T8.053 12.95q-.947-.95-2.3-.95T3.45 12.947q-.95 .947-.95 2.3T3.447 17.55q.947 .95 2.3 .95ZM20.95 17.955q.55-.546 .55-1.325Q21.5 15.85 20.955 15.3q-.546-.55-1.325-.55Q18.85 14.75 18.3 15.295q-.55 .546-.55 1.326Q17.75 17.4 18.296 17.95q.545 .55 1.325 .55Q20.4 18.5 20.95 17.955ZM5.753 17q-.728 0-1.24-.509-.513-.51-.513-1.238t.51-1.24q.509-.513 1.237-.513t1.241 .51q.512 .509 .512 1.237t-.509 1.241q-.51 .512-1.238 .512ZM20.25 13.3q.475 .125 .788 .275t.712 .45v-6.5q0-.65-.425-1.075t-1.075-.425H13.45l-1.225-1.225 1.55-1.55-.45-.45-3.525 3.525 .45 .475 1.525-1.525 1.225 1.191V9.075q0 1.042-.712 1.783T10.525 11.6h-1.725q.425 .35 .663 .675t.537 .825h.525q1.625 0 2.8-1.2t1.175-2.825v-1.55h5.75v5.775ZM16.325 16q.15-.55 .313-.862T17.1 14.475H10.45q.05 .45 .05 .763t-.05 .762h5.875Zm3.313 4q-1.413 0-2.4-.966Q16.25 18.067 16.25 16.7q0-1.429 1.01-2.44Q18.271 13.25 19.7 13.25q1.367 0 2.334 .989Q23 15.227 23 16.625q0 1.425-.975 2.4t-2.387 .975ZM5.7 20q-1.975 0-3.337-1.389Q1 17.221 1 15.25q0-1.971 1.388-3.36Q3.775 10.5 5.747 10.5q1.973 0 3.363 1.39Q10.5 13.28 10.5 15.253q0 1.972-1.387 3.36Q7.725 20 5.7 20Zm9.85-9Z" />
</vector>

Agriculture icon in SVG

npm install @material-symbols/svg-400

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

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

Agriculture 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

NameAgriculture
Ligatureagriculture
Code pointU+EA79
CategoryTransit
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/agriculture.svg, agriculture-fill.svg
FlutterSymbols.agriculture
LicenseApache License 2.0 (© Google LLC)

Keywords

transittravelmapstoolvehiclecarautomobiletransportnaturegrowthcarscropfield

Related icons