Garden Cart icon

Garden Cart 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

garden_cart_outlined_fill0_wght400.svg

Garden Cart 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=garden_cart" />

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

Garden Cart icon in React

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

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

Garden Cart icon in Vue

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

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

Garden Cart icon in Angular

With Angular Material and the font from the HTML tab:

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

Garden Cart 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.garden_cart, fill: 0, weight: 400)

Garden Cart icon in Android

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

<!-- res/drawable/garden_cart.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="M7.05 21q-.85 0-1.45-.6t-.6-1.475v-9.525l-2.025-4.9H1v-1.5h2.975l1.675 4h15.7q.425 0 .65 .363t.025 .737L18.9 14.25q1.275 .15 2.125 1.1t.85 2.25q0 1.4-.975 2.388T18.525 20.975q-1.425 0-2.4-.987T15.15 17.6q0-.5 .138-.975t.412-.875l-3.825-.325-3.1 4.625q-.275 .425-.737 .688T7.05 21Zm10.1-6.6 3-5.9H6.25l1.55 3.7q.275 .65 .8 1.05t1.25 .475l7.3 .675ZM7.075 19.475q.05 0 .45-.25l2.65-3.95q-1.025-.1-1.962-.5T6.825 13.375l-.325-.7v6.275q0 .225 .188 .375t.387 .15Zm11.425-.1q.8 0 1.338-.55t.537-1.325q0-.8-.537-1.337T18.5 15.625q-.775 0-1.325 .538T16.625 17.5q0 .775 .55 1.325t1.325 .55Zm-1.35-4.975-7.3-.675 7.3 .675Z" />
</vector>

Garden Cart icon in SVG

npm install @material-symbols/svg-400

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

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

Garden Cart 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

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

Keywords

socialtoolbuildingtransportationnatureequipmentworkutilityconstructionoutdoorsmovingyardagriculture

Related icons