avocado icon

avocado from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.

Name
avocado
Set
IconPark
Style
Color
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark

Use the avocado icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M33 19C31 14 33 4 24 4C15 4 17 14 15 18C13 22 10 25 10 31C10 40 17.5 44 24 44C30.5 44 38 40 38 31C38 26 35 24 33 19Z"/><path fill="#43CCF8" stroke="#fff" d="M30 30C30 33.3137 27.3137 36 24 36C20.6863 36 18 33.3137 18 30C18 26.6863 20.6863 22.5 24 22.5C27.3137 22.5 30 26.6863 30 30Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkAvocado(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M33 19C31 14 33 4 24 4C15 4 17 14 15 18C13 22 10 25 10 31C10 40 17.5 44 24 44C30.5 44 38 40 38 31C38 26 35 24 33 19Z"/><path fill="#43CCF8" stroke="#fff" d="M30 30C30 33.3137 27.3137 36 24 36C20.6863 36 18 33.3137 18 30C18 26.6863 20.6863 22.5 24 22.5C27.3137 22.5 30 26.6863 30 30Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M33 19C31 14 33 4 24 4C15 4 17 14 15 18C13 22 10 25 10 31C10 40 17.5 44 24 44C30.5 44 38 40 38 31C38 26 35 24 33 19Z"/><path fill="#43CCF8" stroke="#fff" d="M30 30C30 33.3137 27.3137 36 24 36C20.6863 36 18 33.3137 18 30C18 26.6863 20.6863 22.5 24 22.5C27.3137 22.5 30 26.6863 30 30Z"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M33%2019C31%2014%2033%204%2024%204C15%204%2017%2014%2015%2018C13%2022%2010%2025%2010%2031C10%2040%2017.5%2044%2024%2044C30.5%2044%2038%2040%2038%2031C38%2026%2035%2024%2033%2019Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M30%2030C30%2033.3137%2027.3137%2036%2024%2036C20.6863%2036%2018%2033.3137%2018%2030C18%2026.6863%2020.6863%2022.5%2024%2022.5C27.3137%2022.5%2030%2026.6863%2030%2030Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M33%2019C31%2014%2033%204%2024%204C15%204%2017%2014%2015%2018C13%2022%2010%2025%2010%2031C10%2040%2017.5%2044%2024%2044C30.5%2044%2038%2040%2038%2031C38%2026%2035%2024%2033%2019Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M30%2030C30%2033.3137%2027.3137%2036%2024%2036C20.6863%2036%2018%2033.3137%2018%2030C18%2026.6863%2020.6863%2022.5%2024%2022.5C27.3137%2022.5%2030%2026.6863%2030%2030Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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