avocado from Noto Emoji by Google Inc · Default · Food & Drink · Apache-2.0 Free for personal and commercial use.

Name
avocado
Set
Noto Emoji
Style
Default
Category
Food & Drink
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More food & drink icons from Noto Emoji

Use the avocado emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#757e40" d="M55.88 32.41S17.4 43.11 14.4 47.24S6.23 59.02 5.76 75.4c-.38 13.14 6.95 46.93 42.98 48.05c36.79 1.15 50.49-23.09 57.06-38.1c5.92-13.54 5.82-29.09 9.57-36.23s7.13-13.33 6.95-21.4s-3.19-15.02-8.45-18.4s-9.76-2.82-12.01-3.38s-45.98 26.47-45.98 26.47"/><path fill="#afb42a" d="M62.63 18.9c-15.96 6.57-37.17 12.76-47.3 27.03c-9.15 12.88-12.2 28.9.19 47.67c11.31 17.14 41.46 24.45 64.01 8.26c20.65-14.83 22.52-36.6 28.72-51.06s19.24-33.46 3.57-42.8c-16.71-9.94-36.58 5.71-49.19 10.9"/><path fill="#fff69d" d="M108.25 12.14c-7.59-4.38-17.27-2.44-27.97 2.82s-18.96 9.2-22.71 10.51C53.81 26.78 21.87 38.48 15.71 54c-5.07 12.76-3.75 29.47 9.57 41.67s46.93 11.45 59.88-6.95s13.51-33.22 16.33-39.79s8.96-16.19 10.7-21.4c2.06-6.19.94-12.57-3.94-15.39"/><path fill="#855c52" d="M71.45 47.8c-6.01-7.13-28.91-4.88-36.79 6.38s-4.6 20.41-.75 25.34C38.6 85.53 51.37 90.97 63 82.9s15.04-27.28 8.45-35.1"/><path fill="#d67659" d="M47.32 60.62c-2.96 4.34-1.48 11.34-6.57 11.67s-8.05-7.84-4.44-14.68c3.9-7.38 13.14-10.67 15.77-7.17c2.64 3.51-1.95 6.06-4.76 10.18"/></svg>

React

import type { SVGProps } from "react";

export function NotoAvocado(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#757e40" d="M55.88 32.41S17.4 43.11 14.4 47.24S6.23 59.02 5.76 75.4c-.38 13.14 6.95 46.93 42.98 48.05c36.79 1.15 50.49-23.09 57.06-38.1c5.92-13.54 5.82-29.09 9.57-36.23s7.13-13.33 6.95-21.4s-3.19-15.02-8.45-18.4s-9.76-2.82-12.01-3.38s-45.98 26.47-45.98 26.47"/><path fill="#afb42a" d="M62.63 18.9c-15.96 6.57-37.17 12.76-47.3 27.03c-9.15 12.88-12.2 28.9.19 47.67c11.31 17.14 41.46 24.45 64.01 8.26c20.65-14.83 22.52-36.6 28.72-51.06s19.24-33.46 3.57-42.8c-16.71-9.94-36.58 5.71-49.19 10.9"/><path fill="#fff69d" d="M108.25 12.14c-7.59-4.38-17.27-2.44-27.97 2.82s-18.96 9.2-22.71 10.51C53.81 26.78 21.87 38.48 15.71 54c-5.07 12.76-3.75 29.47 9.57 41.67s46.93 11.45 59.88-6.95s13.51-33.22 16.33-39.79s8.96-16.19 10.7-21.4c2.06-6.19.94-12.57-3.94-15.39"/><path fill="#855c52" d="M71.45 47.8c-6.01-7.13-28.91-4.88-36.79 6.38s-4.6 20.41-.75 25.34C38.6 85.53 51.37 90.97 63 82.9s15.04-27.28 8.45-35.1"/><path fill="#d67659" d="M47.32 60.62c-2.96 4.34-1.48 11.34-6.57 11.67s-8.05-7.84-4.44-14.68c3.9-7.38 13.14-10.67 15.77-7.17c2.64 3.51-1.95 6.06-4.76 10.18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#757e40" d="M55.88 32.41S17.4 43.11 14.4 47.24S6.23 59.02 5.76 75.4c-.38 13.14 6.95 46.93 42.98 48.05c36.79 1.15 50.49-23.09 57.06-38.1c5.92-13.54 5.82-29.09 9.57-36.23s7.13-13.33 6.95-21.4s-3.19-15.02-8.45-18.4s-9.76-2.82-12.01-3.38s-45.98 26.47-45.98 26.47"/><path fill="#afb42a" d="M62.63 18.9c-15.96 6.57-37.17 12.76-47.3 27.03c-9.15 12.88-12.2 28.9.19 47.67c11.31 17.14 41.46 24.45 64.01 8.26c20.65-14.83 22.52-36.6 28.72-51.06s19.24-33.46 3.57-42.8c-16.71-9.94-36.58 5.71-49.19 10.9"/><path fill="#fff69d" d="M108.25 12.14c-7.59-4.38-17.27-2.44-27.97 2.82s-18.96 9.2-22.71 10.51C53.81 26.78 21.87 38.48 15.71 54c-5.07 12.76-3.75 29.47 9.57 41.67s46.93 11.45 59.88-6.95s13.51-33.22 16.33-39.79s8.96-16.19 10.7-21.4c2.06-6.19.94-12.57-3.94-15.39"/><path fill="#855c52" d="M71.45 47.8c-6.01-7.13-28.91-4.88-36.79 6.38s-4.6 20.41-.75 25.34C38.6 85.53 51.37 90.97 63 82.9s15.04-27.28 8.45-35.1"/><path fill="#d67659" d="M47.32 60.62c-2.96 4.34-1.48 11.34-6.57 11.67s-8.05-7.84-4.44-14.68c3.9-7.38 13.14-10.67 15.77-7.17c2.64 3.51-1.95 6.06-4.76 10.18"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23757e40%22%20d%3D%22M55.88%2032.41S17.4%2043.11%2014.4%2047.24S6.23%2059.02%205.76%2075.4c-.38%2013.14%206.95%2046.93%2042.98%2048.05c36.79%201.15%2050.49-23.09%2057.06-38.1c5.92-13.54%205.82-29.09%209.57-36.23s7.13-13.33%206.95-21.4s-3.19-15.02-8.45-18.4s-9.76-2.82-12.01-3.38s-45.98%2026.47-45.98%2026.47%22%2F%3E%3Cpath%20fill%3D%22%23afb42a%22%20d%3D%22M62.63%2018.9c-15.96%206.57-37.17%2012.76-47.3%2027.03c-9.15%2012.88-12.2%2028.9.19%2047.67c11.31%2017.14%2041.46%2024.45%2064.01%208.26c20.65-14.83%2022.52-36.6%2028.72-51.06s19.24-33.46%203.57-42.8c-16.71-9.94-36.58%205.71-49.19%2010.9%22%2F%3E%3Cpath%20fill%3D%22%23fff69d%22%20d%3D%22M108.25%2012.14c-7.59-4.38-17.27-2.44-27.97%202.82s-18.96%209.2-22.71%2010.51C53.81%2026.78%2021.87%2038.48%2015.71%2054c-5.07%2012.76-3.75%2029.47%209.57%2041.67s46.93%2011.45%2059.88-6.95s13.51-33.22%2016.33-39.79s8.96-16.19%2010.7-21.4c2.06-6.19.94-12.57-3.94-15.39%22%2F%3E%3Cpath%20fill%3D%22%23855c52%22%20d%3D%22M71.45%2047.8c-6.01-7.13-28.91-4.88-36.79%206.38s-4.6%2020.41-.75%2025.34C38.6%2085.53%2051.37%2090.97%2063%2082.9s15.04-27.28%208.45-35.1%22%2F%3E%3Cpath%20fill%3D%22%23d67659%22%20d%3D%22M47.32%2060.62c-2.96%204.34-1.48%2011.34-6.57%2011.67s-8.05-7.84-4.44-14.68c3.9-7.38%2013.14-10.67%2015.77-7.17c2.64%203.51-1.95%206.06-4.76%2010.18%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23757e40%22%20d%3D%22M55.88%2032.41S17.4%2043.11%2014.4%2047.24S6.23%2059.02%205.76%2075.4c-.38%2013.14%206.95%2046.93%2042.98%2048.05c36.79%201.15%2050.49-23.09%2057.06-38.1c5.92-13.54%205.82-29.09%209.57-36.23s7.13-13.33%206.95-21.4s-3.19-15.02-8.45-18.4s-9.76-2.82-12.01-3.38s-45.98%2026.47-45.98%2026.47%22%2F%3E%3Cpath%20fill%3D%22%23afb42a%22%20d%3D%22M62.63%2018.9c-15.96%206.57-37.17%2012.76-47.3%2027.03c-9.15%2012.88-12.2%2028.9.19%2047.67c11.31%2017.14%2041.46%2024.45%2064.01%208.26c20.65-14.83%2022.52-36.6%2028.72-51.06s19.24-33.46%203.57-42.8c-16.71-9.94-36.58%205.71-49.19%2010.9%22%2F%3E%3Cpath%20fill%3D%22%23fff69d%22%20d%3D%22M108.25%2012.14c-7.59-4.38-17.27-2.44-27.97%202.82s-18.96%209.2-22.71%2010.51C53.81%2026.78%2021.87%2038.48%2015.71%2054c-5.07%2012.76-3.75%2029.47%209.57%2041.67s46.93%2011.45%2059.88-6.95s13.51-33.22%2016.33-39.79s8.96-16.19%2010.7-21.4c2.06-6.19.94-12.57-3.94-15.39%22%2F%3E%3Cpath%20fill%3D%22%23855c52%22%20d%3D%22M71.45%2047.8c-6.01-7.13-28.91-4.88-36.79%206.38s-4.6%2020.41-.75%2025.34C38.6%2085.53%2051.37%2090.97%2063%2082.9s15.04-27.28%208.45-35.1%22%2F%3E%3Cpath%20fill%3D%22%23d67659%22%20d%3D%22M47.32%2060.62c-2.96%204.34-1.48%2011.34-6.57%2011.67s-8.05-7.84-4.44-14.68c3.9-7.38%2013.14-10.67%2015.77-7.17c2.64%203.51-1.95%206.06-4.76%2010.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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