avocado from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
avocado
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the avocado icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5c0-1 .4-3 2-3m-2 16.041V13.96c0-.792.219-1.126 1.152-.88a2.99 2.99 0 0 1 0 5.841c-.933.247-1.152-.087-1.152-.879"/><path d="M12 5C9.607 5 7.667 6.79 7.667 9c0 1.224-.278 2.598-1.029 3.607A5.66 5.66 0 0 0 5.5 16c0 3.314 2.91 6 6.5 6s6.5-2.686 6.5-6c0-1.26-.42-2.428-1.138-3.393c-.751-1.009-1.029-2.383-1.029-3.607c0-2.21-1.94-4-4.333-4Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAvocado(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M12 5c0-1 .4-3 2-3m-2 16.041V13.96c0-.792.219-1.126 1.152-.88a2.99 2.99 0 0 1 0 5.841c-.933.247-1.152-.087-1.152-.879"/><path d="M12 5C9.607 5 7.667 6.79 7.667 9c0 1.224-.278 2.598-1.029 3.607A5.66 5.66 0 0 0 5.5 16c0 3.314 2.91 6 6.5 6s6.5-2.686 6.5-6c0-1.26-.42-2.428-1.138-3.393c-.751-1.009-1.029-2.383-1.029-3.607c0-2.21-1.94-4-4.333-4Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 5c0-1 .4-3 2-3m-2 16.041V13.96c0-.792.219-1.126 1.152-.88a2.99 2.99 0 0 1 0 5.841c-.933.247-1.152-.087-1.152-.879"/><path d="M12 5C9.607 5 7.667 6.79 7.667 9c0 1.224-.278 2.598-1.029 3.607A5.66 5.66 0 0 0 5.5 16c0 3.314 2.91 6 6.5 6s6.5-2.686 6.5-6c0-1.26-.42-2.428-1.138-3.393c-.751-1.009-1.029-2.383-1.029-3.607c0-2.21-1.94-4-4.333-4Z"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205c0-1%20.4-3%202-3m-2%2016.041V13.96c0-.792.219-1.126%201.152-.88a2.99%202.99%200%200%201%200%205.841c-.933.247-1.152-.087-1.152-.879%22%2F%3E%3Cpath%20d%3D%22M12%205C9.607%205%207.667%206.79%207.667%209c0%201.224-.278%202.598-1.029%203.607A5.66%205.66%200%200%200%205.5%2016c0%203.314%202.91%206%206.5%206s6.5-2.686%206.5-6c0-1.26-.42-2.428-1.138-3.393c-.751-1.009-1.029-2.383-1.029-3.607c0-2.21-1.94-4-4.333-4Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205c0-1%20.4-3%202-3m-2%2016.041V13.96c0-.792.219-1.126%201.152-.88a2.99%202.99%200%200%201%200%205.841c-.933.247-1.152-.087-1.152-.879%22%2F%3E%3Cpath%20d%3D%22M12%205C9.607%205%207.667%206.79%207.667%209c0%201.224-.278%202.598-1.029%203.607A5.66%205.66%200%200%200%205.5%2016c0%203.314%202.91%206%206.5%206s6.5-2.686%206.5-6c0-1.26-.42-2.428-1.138-3.393c-.751-1.009-1.029-2.383-1.029-3.607c0-2.21-1.94-4-4.333-4Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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