avocado emoji
avocado from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- avocado
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More food drink icons from OpenMoji
Use the avocado emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M52.75 44.604c0 9.048-7.338 16.375-16.375 16.375c-9.049 0-16.376-7.327-16.376-16.375c0-.254.01-.496.021-.75a16.2 16.2 0 0 1 1.626-6.42c.634-1.572 1.383-3.167 2.143-4.771c2.038-4.319 4.14-8.69 4.14-13.04a8.444 8.444 0 0 1 8.446-8.446c4.656 0 8.446 3.78 8.446 8.447c0 4.35 2.101 8.72 4.139 13.039c.76 1.604 1.51 3.199 2.143 4.772c.855 2.164 1.5 4.308 1.626 6.42c.01.253.021.495.021.749"/><circle cx="36.375" cy="44.527" r="8.449" fill="#a57939" stroke="#a57939" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><path fill="#6a462f" d="M44.82 44.522c0 4.67-3.776 8.455-8.445 8.455c0 0 9.682-7.227 0-16.9a8.446 8.446 0 0 1 8.445 8.445"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="M52.75 44.604c0 9.048-7.338 16.375-16.375 16.375c-9.049 0-16.376-7.327-16.376-16.375c0-.254.01-.496.021-.75a16.2 16.2 0 0 1 1.626-6.42c.634-1.572 1.383-3.167 2.143-4.771c2.038-4.319 4.14-8.69 4.14-13.04a8.444 8.444 0 0 1 8.446-8.446c4.656 0 8.446 3.78 8.446 8.447c0 4.35 2.101 8.72 4.139 13.039c.76 1.604 1.51 3.199 2.143 4.772c.855 2.164 1.5 4.308 1.626 6.42c.01.253.021.495.021.749z"/><circle cx="36.375" cy="44.527" r="8.449" stroke-linecap="round" stroke-linejoin="round"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiAvocado(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M52.75 44.604c0 9.048-7.338 16.375-16.375 16.375c-9.049 0-16.376-7.327-16.376-16.375c0-.254.01-.496.021-.75a16.2 16.2 0 0 1 1.626-6.42c.634-1.572 1.383-3.167 2.143-4.771c2.038-4.319 4.14-8.69 4.14-13.04a8.444 8.444 0 0 1 8.446-8.446c4.656 0 8.446 3.78 8.446 8.447c0 4.35 2.101 8.72 4.139 13.039c.76 1.604 1.51 3.199 2.143 4.772c.855 2.164 1.5 4.308 1.626 6.42c.01.253.021.495.021.749"/><circle cx="36.375" cy="44.527" r="8.449" fill="#a57939" stroke="#a57939" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"/><path fill="#6a462f" d="M44.82 44.522c0 4.67-3.776 8.455-8.445 8.455c0 0 9.682-7.227 0-16.9a8.446 8.446 0 0 1 8.445 8.445"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><path d="M52.75 44.604c0 9.048-7.338 16.375-16.375 16.375c-9.049 0-16.376-7.327-16.376-16.375c0-.254.01-.496.021-.75a16.2 16.2 0 0 1 1.626-6.42c.634-1.572 1.383-3.167 2.143-4.771c2.038-4.319 4.14-8.69 4.14-13.04a8.444 8.444 0 0 1 8.446-8.446c4.656 0 8.446 3.78 8.446 8.447c0 4.35 2.101 8.72 4.139 13.039c.76 1.604 1.51 3.199 2.143 4.772c.855 2.164 1.5 4.308 1.626 6.42c.01.253.021.495.021.749z"/><circle cx="36.375" cy="44.527" r="8.449" strokeLinecap="round" strokeLinejoin="round"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M52.75 44.604c0 9.048-7.338 16.375-16.375 16.375c-9.049 0-16.376-7.327-16.376-16.375c0-.254.01-.496.021-.75a16.2 16.2 0 0 1 1.626-6.42c.634-1.572 1.383-3.167 2.143-4.771c2.038-4.319 4.14-8.69 4.14-13.04a8.444 8.444 0 0 1 8.446-8.446c4.656 0 8.446 3.78 8.446 8.447c0 4.35 2.101 8.72 4.139 13.039c.76 1.604 1.51 3.199 2.143 4.772c.855 2.164 1.5 4.308 1.626 6.42c.01.253.021.495.021.749"/><circle cx="36.375" cy="44.527" r="8.449" fill="#a57939" stroke="#a57939" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><path fill="#6a462f" d="M44.82 44.522c0 4.67-3.776 8.455-8.445 8.455c0 0 9.682-7.227 0-16.9a8.446 8.446 0 0 1 8.445 8.445"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="M52.75 44.604c0 9.048-7.338 16.375-16.375 16.375c-9.049 0-16.376-7.327-16.376-16.375c0-.254.01-.496.021-.75a16.2 16.2 0 0 1 1.626-6.42c.634-1.572 1.383-3.167 2.143-4.771c2.038-4.319 4.14-8.69 4.14-13.04a8.444 8.444 0 0 1 8.446-8.446c4.656 0 8.446 3.78 8.446 8.447c0 4.35 2.101 8.72 4.139 13.039c.76 1.604 1.51 3.199 2.143 4.772c.855 2.164 1.5 4.308 1.626 6.42c.01.253.021.495.021.749z"/><circle cx="36.375" cy="44.527" r="8.449" stroke-linecap="round" stroke-linejoin="round"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M52.75%2044.604c0%209.048-7.338%2016.375-16.375%2016.375c-9.049%200-16.376-7.327-16.376-16.375c0-.254.01-.496.021-.75a16.2%2016.2%200%200%201%201.626-6.42c.634-1.572%201.383-3.167%202.143-4.771c2.038-4.319%204.14-8.69%204.14-13.04a8.444%208.444%200%200%201%208.446-8.446c4.656%200%208.446%203.78%208.446%208.447c0%204.35%202.101%208.72%204.139%2013.039c.76%201.604%201.51%203.199%202.143%204.772c.855%202.164%201.5%204.308%201.626%206.42c.01.253.021.495.021.749%22%2F%3E%3Ccircle%20cx%3D%2236.375%22%20cy%3D%2244.527%22%20r%3D%228.449%22%20fill%3D%22%23a57939%22%20stroke%3D%22%23a57939%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M44.82%2044.522c0%204.67-3.776%208.455-8.445%208.455c0%200%209.682-7.227%200-16.9a8.446%208.446%200%200%201%208.445%208.445%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M52.75%2044.604c0%209.048-7.338%2016.375-16.375%2016.375c-9.049%200-16.376-7.327-16.376-16.375c0-.254.01-.496.021-.75a16.2%2016.2%200%200%201%201.626-6.42c.634-1.572%201.383-3.167%202.143-4.771c2.038-4.319%204.14-8.69%204.14-13.04a8.444%208.444%200%200%201%208.446-8.446c4.656%200%208.446%203.78%208.446%208.447c0%204.35%202.101%208.72%204.139%2013.039c.76%201.604%201.51%203.199%202.143%204.772c.855%202.164%201.5%204.308%201.626%206.42c.01.253.021.495.021.749z%22%2F%3E%3Ccircle%20cx%3D%2236.375%22%20cy%3D%2244.527%22%20r%3D%228.449%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M52.75%2044.604c0%209.048-7.338%2016.375-16.375%2016.375c-9.049%200-16.376-7.327-16.376-16.375c0-.254.01-.496.021-.75a16.2%2016.2%200%200%201%201.626-6.42c.634-1.572%201.383-3.167%202.143-4.771c2.038-4.319%204.14-8.69%204.14-13.04a8.444%208.444%200%200%201%208.446-8.446c4.656%200%208.446%203.78%208.446%208.447c0%204.35%202.101%208.72%204.139%2013.039c.76%201.604%201.51%203.199%202.143%204.772c.855%202.164%201.5%204.308%201.626%206.42c.01.253.021.495.021.749%22%2F%3E%3Ccircle%20cx%3D%2236.375%22%20cy%3D%2244.527%22%20r%3D%228.449%22%20fill%3D%22%23a57939%22%20stroke%3D%22%23a57939%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M44.82%2044.522c0%204.67-3.776%208.455-8.445%208.455c0%200%209.682-7.227%200-16.9a8.446%208.446%200%200%201%208.445%208.445%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M52.75%2044.604c0%209.048-7.338%2016.375-16.375%2016.375c-9.049%200-16.376-7.327-16.376-16.375c0-.254.01-.496.021-.75a16.2%2016.2%200%200%201%201.626-6.42c.634-1.572%201.383-3.167%202.143-4.771c2.038-4.319%204.14-8.69%204.14-13.04a8.444%208.444%200%200%201%208.446-8.446c4.656%200%208.446%203.78%208.446%208.447c0%204.35%202.101%208.72%204.139%2013.039c.76%201.604%201.51%203.199%202.143%204.772c.855%202.164%201.5%204.308%201.626%206.42c.01.253.021.495.021.749z%22%2F%3E%3Ccircle%20cx%3D%2236.375%22%20cy%3D%2244.527%22%20r%3D%228.449%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/avocado.svg?color=%231a73e8&size=48