avocado-bean-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
avocado-bean-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

2 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the avocado bean icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 10.5q-1.675 0-2.838 1.175T5.5 14.5q0 1.675 1.163 2.838T9.5 18.5q1.65 0 2.825-1.162T13.5 14.5q0-1.65-1.175-2.825T9.5 10.5m0 2q.825 0 1.413.588T11.5 14.5t-.587 1.413T9.5 16.5t-1.412-.587T7.5 14.5t.588-1.412T9.5 12.5M20 15q-.425 0-.712.288T19 16q0 1.2-.913 2.1T16 19q-.425 0-.712.288T15 20t.288.713T16 21q2.2 0 3.6-1.4T21 16q0-.425-.288-.712T20 15m0-2q1.25 0 2.125.875T23 16q0 3.025-1.987 5.013T16 23q-1.275 0-2.137-.862T13 20q0-1.25.863-2.125T16 17q.35 0 .675-.325T17 16q0-1.25.863-2.125T20 13M9.5 2q1.475 0 2.688.938t2.112 2.3t1.5 2.937t.85 2.85q.075.4-.175.688t-.65.287q-.45 0-.775-.275t-.45-.7q-.325-1.375-.887-2.637t-1.25-2.238t-1.45-1.563T9.5 4q-.95 0-1.925.925T5.8 7.288T4.5 10.5T4 14q0 1.375.35 2.475t1.038 1.888T7.1 19.575T9.475 20H10q.425-.05.763.188t.387.662q.1.5-.363.825T9.7 22q-3.6.075-5.65-2.137T2 14q0-1.875.563-3.988t1.575-3.887t2.387-2.95T9.5 2m8 15.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAvocadoBeanOutlineRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 10.5q-1.675 0-2.838 1.175T5.5 14.5q0 1.675 1.163 2.838T9.5 18.5q1.65 0 2.825-1.162T13.5 14.5q0-1.65-1.175-2.825T9.5 10.5m0 2q.825 0 1.413.588T11.5 14.5t-.587 1.413T9.5 16.5t-1.412-.587T7.5 14.5t.588-1.412T9.5 12.5M20 15q-.425 0-.712.288T19 16q0 1.2-.913 2.1T16 19q-.425 0-.712.288T15 20t.288.713T16 21q2.2 0 3.6-1.4T21 16q0-.425-.288-.712T20 15m0-2q1.25 0 2.125.875T23 16q0 3.025-1.987 5.013T16 23q-1.275 0-2.137-.862T13 20q0-1.25.863-2.125T16 17q.35 0 .675-.325T17 16q0-1.25.863-2.125T20 13M9.5 2q1.475 0 2.688.938t2.112 2.3t1.5 2.937t.85 2.85q.075.4-.175.688t-.65.287q-.45 0-.775-.275t-.45-.7q-.325-1.375-.887-2.637t-1.25-2.238t-1.45-1.563T9.5 4q-.95 0-1.925.925T5.8 7.288T4.5 10.5T4 14q0 1.375.35 2.475t1.038 1.888T7.1 19.575T9.475 20H10q.425-.05.763.188t.387.662q.1.5-.363.825T9.7 22q-3.6.075-5.65-2.137T2 14q0-1.875.563-3.988t1.575-3.887t2.387-2.95T9.5 2m8 15.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 10.5q-1.675 0-2.838 1.175T5.5 14.5q0 1.675 1.163 2.838T9.5 18.5q1.65 0 2.825-1.162T13.5 14.5q0-1.65-1.175-2.825T9.5 10.5m0 2q.825 0 1.413.588T11.5 14.5t-.587 1.413T9.5 16.5t-1.412-.587T7.5 14.5t.588-1.412T9.5 12.5M20 15q-.425 0-.712.288T19 16q0 1.2-.913 2.1T16 19q-.425 0-.712.288T15 20t.288.713T16 21q2.2 0 3.6-1.4T21 16q0-.425-.288-.712T20 15m0-2q1.25 0 2.125.875T23 16q0 3.025-1.987 5.013T16 23q-1.275 0-2.137-.862T13 20q0-1.25.863-2.125T16 17q.35 0 .675-.325T17 16q0-1.25.863-2.125T20 13M9.5 2q1.475 0 2.688.938t2.112 2.3t1.5 2.937t.85 2.85q.075.4-.175.688t-.65.287q-.45 0-.775-.275t-.45-.7q-.325-1.375-.887-2.637t-1.25-2.238t-1.45-1.563T9.5 4q-.95 0-1.925.925T5.8 7.288T4.5 10.5T4 14q0 1.375.35 2.475t1.038 1.888T7.1 19.575T9.475 20H10q.425-.05.763.188t.387.662q.1.5-.363.825T9.7 22q-3.6.075-5.65-2.137T2 14q0-1.875.563-3.988t1.575-3.887t2.387-2.95T9.5 2m8 15.5"/></svg>
</template>

CSS

.icon-avocado-bean-outline-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2010.5q-1.675%200-2.838%201.175T5.5%2014.5q0%201.675%201.163%202.838T9.5%2018.5q1.65%200%202.825-1.162T13.5%2014.5q0-1.65-1.175-2.825T9.5%2010.5m0%202q.825%200%201.413.588T11.5%2014.5t-.587%201.413T9.5%2016.5t-1.412-.587T7.5%2014.5t.588-1.412T9.5%2012.5M20%2015q-.425%200-.712.288T19%2016q0%201.2-.913%202.1T16%2019q-.425%200-.712.288T15%2020t.288.713T16%2021q2.2%200%203.6-1.4T21%2016q0-.425-.288-.712T20%2015m0-2q1.25%200%202.125.875T23%2016q0%203.025-1.987%205.013T16%2023q-1.275%200-2.137-.862T13%2020q0-1.25.863-2.125T16%2017q.35%200%20.675-.325T17%2016q0-1.25.863-2.125T20%2013M9.5%202q1.475%200%202.688.938t2.112%202.3t1.5%202.937t.85%202.85q.075.4-.175.688t-.65.287q-.45%200-.775-.275t-.45-.7q-.325-1.375-.887-2.637t-1.25-2.238t-1.45-1.563T9.5%204q-.95%200-1.925.925T5.8%207.288T4.5%2010.5T4%2014q0%201.375.35%202.475t1.038%201.888T7.1%2019.575T9.475%2020H10q.425-.05.763.188t.387.662q.1.5-.363.825T9.7%2022q-3.6.075-5.65-2.137T2%2014q0-1.875.563-3.988t1.575-3.887t2.387-2.95T9.5%202m8%2015.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2010.5q-1.675%200-2.838%201.175T5.5%2014.5q0%201.675%201.163%202.838T9.5%2018.5q1.65%200%202.825-1.162T13.5%2014.5q0-1.65-1.175-2.825T9.5%2010.5m0%202q.825%200%201.413.588T11.5%2014.5t-.587%201.413T9.5%2016.5t-1.412-.587T7.5%2014.5t.588-1.412T9.5%2012.5M20%2015q-.425%200-.712.288T19%2016q0%201.2-.913%202.1T16%2019q-.425%200-.712.288T15%2020t.288.713T16%2021q2.2%200%203.6-1.4T21%2016q0-.425-.288-.712T20%2015m0-2q1.25%200%202.125.875T23%2016q0%203.025-1.987%205.013T16%2023q-1.275%200-2.137-.862T13%2020q0-1.25.863-2.125T16%2017q.35%200%20.675-.325T17%2016q0-1.25.863-2.125T20%2013M9.5%202q1.475%200%202.688.938t2.112%202.3t1.5%202.937t.85%202.85q.075.4-.175.688t-.65.287q-.45%200-.775-.275t-.45-.7q-.325-1.375-.887-2.637t-1.25-2.238t-1.45-1.563T9.5%204q-.95%200-1.925.925T5.8%207.288T4.5%2010.5T4%2014q0%201.375.35%202.475t1.038%201.888T7.1%2019.575T9.475%2020H10q.425-.05.763.188t.387.662q.1.5-.363.825T9.7%2022q-3.6.075-5.65-2.137T2%2014q0-1.875.563-3.988t1.575-3.887t2.387-2.95T9.5%202m8%2015.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/avocado-bean-outline-rounded.svg?color=%231a73e8&size=48