avocado icon

avocado-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
avocado-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M128 116a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 80a36 36 0 1 1 36-36a36 36 0 0 1-36 36m79.22-64l-29.79-84.2A52 52 0 0 0 79 46.66l-29.55 83.51A84 84 0 1 0 207.22 132M128 236a76.06 76.06 0 0 1-71-103.08l29.5-83.59a44 44 0 0 1 83.35 1.05l29.82 84.28A76 76 0 0 1 128 236"/></svg>

React

import type { SVGProps } from "react";

export function PhAvocadoThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 116a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 80a36 36 0 1 1 36-36a36 36 0 0 1-36 36m79.22-64l-29.79-84.2A52 52 0 0 0 79 46.66l-29.55 83.51A84 84 0 1 0 207.22 132M128 236a76.06 76.06 0 0 1-71-103.08l29.5-83.59a44 44 0 0 1 83.35 1.05l29.82 84.28A76 76 0 0 1 128 236"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 116a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 80a36 36 0 1 1 36-36a36 36 0 0 1-36 36m79.22-64l-29.79-84.2A52 52 0 0 0 79 46.66l-29.55 83.51A84 84 0 1 0 207.22 132M128 236a76.06 76.06 0 0 1-71-103.08l29.5-83.59a44 44 0 0 1 83.35 1.05l29.82 84.28A76 76 0 0 1 128 236"/></svg>
</template>

CSS

.icon-avocado-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20116a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2080a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036m79.22-64l-29.79-84.2A52%2052%200%200%200%2079%2046.66l-29.55%2083.51A84%2084%200%201%200%20207.22%20132M128%20236a76.06%2076.06%200%200%201-71-103.08l29.5-83.59a44%2044%200%200%201%2083.35%201.05l29.82%2084.28A76%2076%200%200%201%20128%20236%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20116a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2080a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036m79.22-64l-29.79-84.2A52%2052%200%200%200%2079%2046.66l-29.55%2083.51A84%2084%200%201%200%20207.22%20132M128%20236a76.06%2076.06%200%200%201-71-103.08l29.5-83.59a44%2044%200%200%201%2083.35%201.05l29.82%2084.28A76%2076%200%200%201%20128%20236%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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