Avocado Bean icon

Avocado Bean 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

avocado_bean_outlined_fill0_wght400.svg

Avocado Bean 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=avocado_bean" />

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

Avocado Bean icon in React

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

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

Avocado Bean icon in Vue

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

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

Avocado Bean icon in Angular

With Angular Material and the font from the HTML tab:

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

Avocado Bean 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.avocado_bean, fill: 0, weight: 400)

Avocado Bean icon in Android

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

<!-- res/drawable/avocado_bean.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="M9.4 18.4q1.599 0 2.737-1.125T13.275 14.575q0-1.598-1.138-2.737T9.4 10.7q-1.575 0-2.7 1.138T5.575 14.575q0 1.575 1.125 2.7t2.7 1.125Zm0-1.5q-.959 0-1.642-.686-.683-.686-.683-1.65T7.761 12.9q.687-.7 1.65-.7T11.075 12.898q.7 .697 .7 1.677 0 .959-.698 1.642Q10.38 16.9 9.4 16.9Zm6.675 4.6q2.376 0 3.888-1.512Q21.475 18.476 21.475 16.1q0-.525-.374-.912T20.175 14.8q-.525 0-.912 .388T18.875 16.1q0 1.12-.837 1.96Q17.2 18.9 16.075 18.9q-.552 0-.926 .388Q14.775 19.675 14.775 20.213t.374 .912q.374 .375 .926 .375Zm0 1.5q-1.175 0-1.987-.807T13.275 20.194q0-1.169 .813-1.981Q14.9 17.4 16.075 17.4q.475 0 .888-.412T17.375 16.1q0-1.167 .807-1.983Q18.989 13.3 20.181 13.3q1.169 0 1.982 .817Q22.975 14.933 22.975 16.1q0 2.982-1.959 4.941Q19.057 23 16.075 23ZM9.4 21.975q-3.971 0-5.686-2.487Q2 17 2 14.046 2 12.2 2.55 10.088t1.538-3.9q.987-1.788 2.354-2.975Q7.809 2.025 9.4 2.025q1.4 0 2.6 .9t2.148 2.321q.947 1.421 1.587 3.187Q16.375 10.2 16.65 11.925h-1.5q-.275-1.625-.887-3.137t-1.4-2.688q-.788-1.175-1.693-1.875-.905-.7-1.77-.7-1.007 0-2.041 .95-1.034 .95-1.896 2.463Q4.6 8.45 4.05 10.325t-.55 3.726q0 2.174 .675 3.461 .675 1.288 1.617 1.94 .941 .651 1.949 .837Q8.75 20.475 9.4 20.475q.475 0 1.063-.062T11.775 20.075q-.025 .375 .038 .75t.187 .725q-.525 .25-1.192 .338T9.4 21.975Zm.025-7.425Zm8.05 2.95Z" />
</vector>

Avocado Bean icon in SVG

npm install @material-symbols/svg-400

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

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

Avocado Bean 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

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

Keywords

socialfoodmealfitbitcookingnaturalpulseorganicplantgardennutritionhealthyculinary

Related icons