avocado from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
avocado
Set
Fluent Emoji High Contrast
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

Use the avocado emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.65 16.33a4.36 4.36 0 1 1-8.72 0a4.36 4.36 0 0 1 8.72 0"/><path d="m27.42 5.88l-1.86-1.86A6.93 6.93 0 0 0 20.66 2c-1.84 0-3.58.72-4.88 2.02l-.18.19c-.95.95-2.22 1.54-3.57 1.66c-2.59.22-5.02 1.35-6.85 3.18A10.8 10.8 0 0 0 2 16.72a10.77 10.77 0 0 0 3.466 7.946L7.74 26.94a10.44 10.44 0 0 0 14.77 0c1.77-1.77 2.86-4.11 3.07-6.61c.042-.496.04-.988.037-1.468c-.008-1.349-.015-2.604.973-3.592l.83-.83a6.06 6.06 0 0 0 0-8.56M6.22 23.34q-.375-.375-.699-.78l.008.032a9.37 9.37 0 0 1 .668-12.479l.023-.023a9.53 9.53 0 0 1 5.94-2.76c1.69-.14 3.28-.88 4.48-2.08l.187-.187a5.38 5.38 0 0 1 3.822-1.593a5.432 5.432 0 0 1 3.861 9.27l-.19.19a7.25 7.25 0 0 0-2.09 4.47a9.53 9.53 0 0 1-2.76 5.94a9.367 9.367 0 0 1-13.25 0"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastAvocado(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.65 16.33a4.36 4.36 0 1 1-8.72 0a4.36 4.36 0 0 1 8.72 0"/><path d="m27.42 5.88l-1.86-1.86A6.93 6.93 0 0 0 20.66 2c-1.84 0-3.58.72-4.88 2.02l-.18.19c-.95.95-2.22 1.54-3.57 1.66c-2.59.22-5.02 1.35-6.85 3.18A10.8 10.8 0 0 0 2 16.72a10.77 10.77 0 0 0 3.466 7.946L7.74 26.94a10.44 10.44 0 0 0 14.77 0c1.77-1.77 2.86-4.11 3.07-6.61c.042-.496.04-.988.037-1.468c-.008-1.349-.015-2.604.973-3.592l.83-.83a6.06 6.06 0 0 0 0-8.56M6.22 23.34q-.375-.375-.699-.78l.008.032a9.37 9.37 0 0 1 .668-12.479l.023-.023a9.53 9.53 0 0 1 5.94-2.76c1.69-.14 3.28-.88 4.48-2.08l.187-.187a5.38 5.38 0 0 1 3.822-1.593a5.432 5.432 0 0 1 3.861 9.27l-.19.19a7.25 7.25 0 0 0-2.09 4.47a9.53 9.53 0 0 1-2.76 5.94a9.367 9.367 0 0 1-13.25 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.65 16.33a4.36 4.36 0 1 1-8.72 0a4.36 4.36 0 0 1 8.72 0"/><path d="m27.42 5.88l-1.86-1.86A6.93 6.93 0 0 0 20.66 2c-1.84 0-3.58.72-4.88 2.02l-.18.19c-.95.95-2.22 1.54-3.57 1.66c-2.59.22-5.02 1.35-6.85 3.18A10.8 10.8 0 0 0 2 16.72a10.77 10.77 0 0 0 3.466 7.946L7.74 26.94a10.44 10.44 0 0 0 14.77 0c1.77-1.77 2.86-4.11 3.07-6.61c.042-.496.04-.988.037-1.468c-.008-1.349-.015-2.604.973-3.592l.83-.83a6.06 6.06 0 0 0 0-8.56M6.22 23.34q-.375-.375-.699-.78l.008.032a9.37 9.37 0 0 1 .668-12.479l.023-.023a9.53 9.53 0 0 1 5.94-2.76c1.69-.14 3.28-.88 4.48-2.08l.187-.187a5.38 5.38 0 0 1 3.822-1.593a5.432 5.432 0 0 1 3.861 9.27l-.19.19a7.25 7.25 0 0 0-2.09 4.47a9.53 9.53 0 0 1-2.76 5.94a9.367 9.367 0 0 1-13.25 0"/></g></svg>
</template>

CSS

.icon-avocado {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.65%2016.33a4.36%204.36%200%201%201-8.72%200a4.36%204.36%200%200%201%208.72%200%22%2F%3E%3Cpath%20d%3D%22m27.42%205.88l-1.86-1.86A6.93%206.93%200%200%200%2020.66%202c-1.84%200-3.58.72-4.88%202.02l-.18.19c-.95.95-2.22%201.54-3.57%201.66c-2.59.22-5.02%201.35-6.85%203.18A10.8%2010.8%200%200%200%202%2016.72a10.77%2010.77%200%200%200%203.466%207.946L7.74%2026.94a10.44%2010.44%200%200%200%2014.77%200c1.77-1.77%202.86-4.11%203.07-6.61c.042-.496.04-.988.037-1.468c-.008-1.349-.015-2.604.973-3.592l.83-.83a6.06%206.06%200%200%200%200-8.56M6.22%2023.34q-.375-.375-.699-.78l.008.032a9.37%209.37%200%200%201%20.668-12.479l.023-.023a9.53%209.53%200%200%201%205.94-2.76c1.69-.14%203.28-.88%204.48-2.08l.187-.187a5.38%205.38%200%200%201%203.822-1.593a5.432%205.432%200%200%201%203.861%209.27l-.19.19a7.25%207.25%200%200%200-2.09%204.47a9.53%209.53%200%200%201-2.76%205.94a9.367%209.367%200%200%201-13.25%200%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.65%2016.33a4.36%204.36%200%201%201-8.72%200a4.36%204.36%200%200%201%208.72%200%22%2F%3E%3Cpath%20d%3D%22m27.42%205.88l-1.86-1.86A6.93%206.93%200%200%200%2020.66%202c-1.84%200-3.58.72-4.88%202.02l-.18.19c-.95.95-2.22%201.54-3.57%201.66c-2.59.22-5.02%201.35-6.85%203.18A10.8%2010.8%200%200%200%202%2016.72a10.77%2010.77%200%200%200%203.466%207.946L7.74%2026.94a10.44%2010.44%200%200%200%2014.77%200c1.77-1.77%202.86-4.11%203.07-6.61c.042-.496.04-.988.037-1.468c-.008-1.349-.015-2.604.973-3.592l.83-.83a6.06%206.06%200%200%200%200-8.56M6.22%2023.34q-.375-.375-.699-.78l.008.032a9.37%209.37%200%200%201%20.668-12.479l.023-.023a9.53%209.53%200%200%201%205.94-2.76c1.69-.14%203.28-.88%204.48-2.08l.187-.187a5.38%205.38%200%200%201%203.822-1.593a5.432%205.432%200%200%201%203.861%209.27l-.19.19a7.25%207.25%200%200%200-2.09%204.47a9.53%209.53%200%200%201-2.76%205.94a9.367%209.367%200%200%201-13.25%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/avocado.svg?color=%231a73e8&size=48