avocado-bean from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
avocado-bean
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
avocado-bean-rounded, avocado-bean-sharp

2 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="M15.808 22q-1.014 0-1.7-.699t-.685-1.686q0-1.001.695-1.702q.696-.702 1.69-.702q.596 0 1-.398q.403-.398.403-.986q0-1.002.697-1.703t1.693-.701t1.697.701t.702 1.703q0 2.668-1.758 4.42Q18.484 22 15.808 22m-6.155-5.077q-1.055 0-1.787-.732t-.731-1.787t.731-1.797t1.787-.742t1.807.746t.752 1.793q0 1.055-.752 1.787t-1.807.732m0 4.135q-3.582 0-5.117-2.228Q3 16.603 3 13.93q0-1.67.495-3.59q.496-1.92 1.373-3.552q.878-1.63 2.1-2.71Q8.187 3 9.644 3q1.274 0 2.365.833q1.09.832 1.937 2.154t1.42 2.937t.804 3.172q-.269.72-.691 1.392q-.422.674-.578 1.439q-.577.12-1.082.349t-.924.576q.158-.338.227-.699q.07-.36.07-.75q0-1.467-1.031-2.512t-2.508-1.045t-2.508 1.045t-1.03 2.513q0 1.477 1.03 2.498t2.508 1.021q.558 0 1.071-.16t.939-.463q-.433.798-.567 1.744q-.133.947.113 1.897q-.363.067-.746.092q-.384.025-.81.025"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAvocadoBean(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="M15.808 22q-1.014 0-1.7-.699t-.685-1.686q0-1.001.695-1.702q.696-.702 1.69-.702q.596 0 1-.398q.403-.398.403-.986q0-1.002.697-1.703t1.693-.701t1.697.701t.702 1.703q0 2.668-1.758 4.42Q18.484 22 15.808 22m-6.155-5.077q-1.055 0-1.787-.732t-.731-1.787t.731-1.797t1.787-.742t1.807.746t.752 1.793q0 1.055-.752 1.787t-1.807.732m0 4.135q-3.582 0-5.117-2.228Q3 16.603 3 13.93q0-1.67.495-3.59q.496-1.92 1.373-3.552q.878-1.63 2.1-2.71Q8.187 3 9.644 3q1.274 0 2.365.833q1.09.832 1.937 2.154t1.42 2.937t.804 3.172q-.269.72-.691 1.392q-.422.674-.578 1.439q-.577.12-1.082.349t-.924.576q.158-.338.227-.699q.07-.36.07-.75q0-1.467-1.031-2.512t-2.508-1.045t-2.508 1.045t-1.03 2.513q0 1.477 1.03 2.498t2.508 1.021q.558 0 1.071-.16t.939-.463q-.433.798-.567 1.744q-.133.947.113 1.897q-.363.067-.746.092q-.384.025-.81.025"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.808 22q-1.014 0-1.7-.699t-.685-1.686q0-1.001.695-1.702q.696-.702 1.69-.702q.596 0 1-.398q.403-.398.403-.986q0-1.002.697-1.703t1.693-.701t1.697.701t.702 1.703q0 2.668-1.758 4.42Q18.484 22 15.808 22m-6.155-5.077q-1.055 0-1.787-.732t-.731-1.787t.731-1.797t1.787-.742t1.807.746t.752 1.793q0 1.055-.752 1.787t-1.807.732m0 4.135q-3.582 0-5.117-2.228Q3 16.603 3 13.93q0-1.67.495-3.59q.496-1.92 1.373-3.552q.878-1.63 2.1-2.71Q8.187 3 9.644 3q1.274 0 2.365.833q1.09.832 1.937 2.154t1.42 2.937t.804 3.172q-.269.72-.691 1.392q-.422.674-.578 1.439q-.577.12-1.082.349t-.924.576q.158-.338.227-.699q.07-.36.07-.75q0-1.467-1.031-2.512t-2.508-1.045t-2.508 1.045t-1.03 2.513q0 1.477 1.03 2.498t2.508 1.021q.558 0 1.071-.16t.939-.463q-.433.798-.567 1.744q-.133.947.113 1.897q-.363.067-.746.092q-.384.025-.81.025"/></svg>
</template>

CSS

.icon-avocado-bean {
  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%22M15.808%2022q-1.014%200-1.7-.699t-.685-1.686q0-1.001.695-1.702q.696-.702%201.69-.702q.596%200%201-.398q.403-.398.403-.986q0-1.002.697-1.703t1.693-.701t1.697.701t.702%201.703q0%202.668-1.758%204.42Q18.484%2022%2015.808%2022m-6.155-5.077q-1.055%200-1.787-.732t-.731-1.787t.731-1.797t1.787-.742t1.807.746t.752%201.793q0%201.055-.752%201.787t-1.807.732m0%204.135q-3.582%200-5.117-2.228Q3%2016.603%203%2013.93q0-1.67.495-3.59q.496-1.92%201.373-3.552q.878-1.63%202.1-2.71Q8.187%203%209.644%203q1.274%200%202.365.833q1.09.832%201.937%202.154t1.42%202.937t.804%203.172q-.269.72-.691%201.392q-.422.674-.578%201.439q-.577.12-1.082.349t-.924.576q.158-.338.227-.699q.07-.36.07-.75q0-1.467-1.031-2.512t-2.508-1.045t-2.508%201.045t-1.03%202.513q0%201.477%201.03%202.498t2.508%201.021q.558%200%201.071-.16t.939-.463q-.433.798-.567%201.744q-.133.947.113%201.897q-.363.067-.746.092q-.384.025-.81.025%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%22M15.808%2022q-1.014%200-1.7-.699t-.685-1.686q0-1.001.695-1.702q.696-.702%201.69-.702q.596%200%201-.398q.403-.398.403-.986q0-1.002.697-1.703t1.693-.701t1.697.701t.702%201.703q0%202.668-1.758%204.42Q18.484%2022%2015.808%2022m-6.155-5.077q-1.055%200-1.787-.732t-.731-1.787t.731-1.797t1.787-.742t1.807.746t.752%201.793q0%201.055-.752%201.787t-1.807.732m0%204.135q-3.582%200-5.117-2.228Q3%2016.603%203%2013.93q0-1.67.495-3.59q.496-1.92%201.373-3.552q.878-1.63%202.1-2.71Q8.187%203%209.644%203q1.274%200%202.365.833q1.09.832%201.937%202.154t1.42%202.937t.804%203.172q-.269.72-.691%201.392q-.422.674-.578%201.439q-.577.12-1.082.349t-.924.576q.158-.338.227-.699q.07-.36.07-.75q0-1.467-1.031-2.512t-2.508-1.045t-2.508%201.045t-1.03%202.513q0%201.477%201.03%202.498t2.508%201.021q.558%200%201.071-.16t.939-.463q-.433.798-.567%201.744q-.133.947.113%201.897q-.363.067-.746.092q-.384.025-.81.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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