coconut from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
coconut
Set
Fluent Emoji Flat
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji Flat

Use the coconut emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#6d4534" d="m26.219 8.156l-3.32-3.33l-18.08 18.08l3.33 3.33c4.99 4.99 13.08 4.99 18.07 0c4.99-5 4.99-13.09 0-18.08"/><path fill="#a56953" d="M23.619 20.206c.04-.79.22-1.58.61-2.33c2.33-4.52 1.96-9.76-1.33-13.05c-2.79-2.79-6.97-3.48-10.93-2.22a4.1 4.1 0 0 0-2.4 2.05c-.3.61-.85 1.29-1.57 1.9c-.72.62-1.48 1.05-2.1 1.24c-1.02.3-1.9 1.07-2.4 2.04c-2.34 4.52-1.97 9.77 1.32 13.07c1.57 1.57 3.59 2.48 5.75 2.74c.7.09 1.34.35 1.89.73c.34.23.87.33 1.46.23c.57-.1 1.08-.36 1.42-.7c.57-.56 1.21-1.05 1.92-1.37c.08-.04.15-.07.23-.11c.76-.36 1.56-.52 2.34-.53c.76 0 1.72-.45 2.53-1.26c.78-.77 1.23-1.69 1.26-2.43"/><path fill="#d3d3d3" d="M22.609 18.836c0-.52.12-1.05.37-1.55c1.99-3.93 1.65-8.48-1.21-11.34c-2.51-2.51-6.32-3.08-9.88-1.83c-.53.2-.97.66-1.12 1.2c-.19.68-.83 1.58-1.75 2.37c-.94.8-1.92 1.28-2.61 1.33c-.55.04-1.09.38-1.38.9c-2.3 4.05-2.06 8.87.93 11.86c1.46 1.46 3.37 2.27 5.4 2.44c.52.04.97.26 1.36.55c.35.27.94.36 1.59.22c.63-.14 1.17-.48 1.48-.88c.33-.42.75-.76 1.23-.98l.24-.12c.5-.25 1.03-.39 1.55-.38c.76.01 1.73-.45 2.54-1.26c.8-.81 1.25-1.77 1.26-2.53"/><path fill="#9b9b9b" d="M21.519 17.326c-.08-.26-.05-.55.08-.83c1.54-3.24 1.22-6.93-1.12-9.27c-1.95-1.95-4.83-2.5-7.61-1.74c-.54.15-.97.61-1.1 1.15c-.17.69-.82 1.6-1.76 2.41c-.94.8-1.94 1.29-2.62 1.33c-.57.04-1.1.4-1.34.93c-1.49 3.21-1.14 6.85 1.17 9.16c1.28 1.28 2.95 1.95 4.74 2.06c.26.01.48.11.65.29c.33.34.98.48 1.71.32c.7-.16 1.28-.55 1.57-1.01c.15-.23.36-.42.6-.53h.01c.27-.13.56-.15.82-.07c.79.26 2.02-.2 3.01-1.19c.99-1 1.44-2.22 1.19-3.01"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatCoconut(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#6d4534" d="m26.219 8.156l-3.32-3.33l-18.08 18.08l3.33 3.33c4.99 4.99 13.08 4.99 18.07 0c4.99-5 4.99-13.09 0-18.08"/><path fill="#a56953" d="M23.619 20.206c.04-.79.22-1.58.61-2.33c2.33-4.52 1.96-9.76-1.33-13.05c-2.79-2.79-6.97-3.48-10.93-2.22a4.1 4.1 0 0 0-2.4 2.05c-.3.61-.85 1.29-1.57 1.9c-.72.62-1.48 1.05-2.1 1.24c-1.02.3-1.9 1.07-2.4 2.04c-2.34 4.52-1.97 9.77 1.32 13.07c1.57 1.57 3.59 2.48 5.75 2.74c.7.09 1.34.35 1.89.73c.34.23.87.33 1.46.23c.57-.1 1.08-.36 1.42-.7c.57-.56 1.21-1.05 1.92-1.37c.08-.04.15-.07.23-.11c.76-.36 1.56-.52 2.34-.53c.76 0 1.72-.45 2.53-1.26c.78-.77 1.23-1.69 1.26-2.43"/><path fill="#d3d3d3" d="M22.609 18.836c0-.52.12-1.05.37-1.55c1.99-3.93 1.65-8.48-1.21-11.34c-2.51-2.51-6.32-3.08-9.88-1.83c-.53.2-.97.66-1.12 1.2c-.19.68-.83 1.58-1.75 2.37c-.94.8-1.92 1.28-2.61 1.33c-.55.04-1.09.38-1.38.9c-2.3 4.05-2.06 8.87.93 11.86c1.46 1.46 3.37 2.27 5.4 2.44c.52.04.97.26 1.36.55c.35.27.94.36 1.59.22c.63-.14 1.17-.48 1.48-.88c.33-.42.75-.76 1.23-.98l.24-.12c.5-.25 1.03-.39 1.55-.38c.76.01 1.73-.45 2.54-1.26c.8-.81 1.25-1.77 1.26-2.53"/><path fill="#9b9b9b" d="M21.519 17.326c-.08-.26-.05-.55.08-.83c1.54-3.24 1.22-6.93-1.12-9.27c-1.95-1.95-4.83-2.5-7.61-1.74c-.54.15-.97.61-1.1 1.15c-.17.69-.82 1.6-1.76 2.41c-.94.8-1.94 1.29-2.62 1.33c-.57.04-1.1.4-1.34.93c-1.49 3.21-1.14 6.85 1.17 9.16c1.28 1.28 2.95 1.95 4.74 2.06c.26.01.48.11.65.29c.33.34.98.48 1.71.32c.7-.16 1.28-.55 1.57-1.01c.15-.23.36-.42.6-.53h.01c.27-.13.56-.15.82-.07c.79.26 2.02-.2 3.01-1.19c.99-1 1.44-2.22 1.19-3.01"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#6d4534" d="m26.219 8.156l-3.32-3.33l-18.08 18.08l3.33 3.33c4.99 4.99 13.08 4.99 18.07 0c4.99-5 4.99-13.09 0-18.08"/><path fill="#a56953" d="M23.619 20.206c.04-.79.22-1.58.61-2.33c2.33-4.52 1.96-9.76-1.33-13.05c-2.79-2.79-6.97-3.48-10.93-2.22a4.1 4.1 0 0 0-2.4 2.05c-.3.61-.85 1.29-1.57 1.9c-.72.62-1.48 1.05-2.1 1.24c-1.02.3-1.9 1.07-2.4 2.04c-2.34 4.52-1.97 9.77 1.32 13.07c1.57 1.57 3.59 2.48 5.75 2.74c.7.09 1.34.35 1.89.73c.34.23.87.33 1.46.23c.57-.1 1.08-.36 1.42-.7c.57-.56 1.21-1.05 1.92-1.37c.08-.04.15-.07.23-.11c.76-.36 1.56-.52 2.34-.53c.76 0 1.72-.45 2.53-1.26c.78-.77 1.23-1.69 1.26-2.43"/><path fill="#d3d3d3" d="M22.609 18.836c0-.52.12-1.05.37-1.55c1.99-3.93 1.65-8.48-1.21-11.34c-2.51-2.51-6.32-3.08-9.88-1.83c-.53.2-.97.66-1.12 1.2c-.19.68-.83 1.58-1.75 2.37c-.94.8-1.92 1.28-2.61 1.33c-.55.04-1.09.38-1.38.9c-2.3 4.05-2.06 8.87.93 11.86c1.46 1.46 3.37 2.27 5.4 2.44c.52.04.97.26 1.36.55c.35.27.94.36 1.59.22c.63-.14 1.17-.48 1.48-.88c.33-.42.75-.76 1.23-.98l.24-.12c.5-.25 1.03-.39 1.55-.38c.76.01 1.73-.45 2.54-1.26c.8-.81 1.25-1.77 1.26-2.53"/><path fill="#9b9b9b" d="M21.519 17.326c-.08-.26-.05-.55.08-.83c1.54-3.24 1.22-6.93-1.12-9.27c-1.95-1.95-4.83-2.5-7.61-1.74c-.54.15-.97.61-1.1 1.15c-.17.69-.82 1.6-1.76 2.41c-.94.8-1.94 1.29-2.62 1.33c-.57.04-1.1.4-1.34.93c-1.49 3.21-1.14 6.85 1.17 9.16c1.28 1.28 2.95 1.95 4.74 2.06c.26.01.48.11.65.29c.33.34.98.48 1.71.32c.7-.16 1.28-.55 1.57-1.01c.15-.23.36-.42.6-.53h.01c.27-.13.56-.15.82-.07c.79.26 2.02-.2 3.01-1.19c.99-1 1.44-2.22 1.19-3.01"/></g></svg>
</template>

CSS

.icon-coconut {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22m26.219%208.156l-3.32-3.33l-18.08%2018.08l3.33%203.33c4.99%204.99%2013.08%204.99%2018.07%200c4.99-5%204.99-13.09%200-18.08%22%2F%3E%3Cpath%20fill%3D%22%23a56953%22%20d%3D%22M23.619%2020.206c.04-.79.22-1.58.61-2.33c2.33-4.52%201.96-9.76-1.33-13.05c-2.79-2.79-6.97-3.48-10.93-2.22a4.1%204.1%200%200%200-2.4%202.05c-.3.61-.85%201.29-1.57%201.9c-.72.62-1.48%201.05-2.1%201.24c-1.02.3-1.9%201.07-2.4%202.04c-2.34%204.52-1.97%209.77%201.32%2013.07c1.57%201.57%203.59%202.48%205.75%202.74c.7.09%201.34.35%201.89.73c.34.23.87.33%201.46.23c.57-.1%201.08-.36%201.42-.7c.57-.56%201.21-1.05%201.92-1.37c.08-.04.15-.07.23-.11c.76-.36%201.56-.52%202.34-.53c.76%200%201.72-.45%202.53-1.26c.78-.77%201.23-1.69%201.26-2.43%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M22.609%2018.836c0-.52.12-1.05.37-1.55c1.99-3.93%201.65-8.48-1.21-11.34c-2.51-2.51-6.32-3.08-9.88-1.83c-.53.2-.97.66-1.12%201.2c-.19.68-.83%201.58-1.75%202.37c-.94.8-1.92%201.28-2.61%201.33c-.55.04-1.09.38-1.38.9c-2.3%204.05-2.06%208.87.93%2011.86c1.46%201.46%203.37%202.27%205.4%202.44c.52.04.97.26%201.36.55c.35.27.94.36%201.59.22c.63-.14%201.17-.48%201.48-.88c.33-.42.75-.76%201.23-.98l.24-.12c.5-.25%201.03-.39%201.55-.38c.76.01%201.73-.45%202.54-1.26c.8-.81%201.25-1.77%201.26-2.53%22%2F%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M21.519%2017.326c-.08-.26-.05-.55.08-.83c1.54-3.24%201.22-6.93-1.12-9.27c-1.95-1.95-4.83-2.5-7.61-1.74c-.54.15-.97.61-1.1%201.15c-.17.69-.82%201.6-1.76%202.41c-.94.8-1.94%201.29-2.62%201.33c-.57.04-1.1.4-1.34.93c-1.49%203.21-1.14%206.85%201.17%209.16c1.28%201.28%202.95%201.95%204.74%202.06c.26.01.48.11.65.29c.33.34.98.48%201.71.32c.7-.16%201.28-.55%201.57-1.01c.15-.23.36-.42.6-.53h.01c.27-.13.56-.15.82-.07c.79.26%202.02-.2%203.01-1.19c.99-1%201.44-2.22%201.19-3.01%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22m26.219%208.156l-3.32-3.33l-18.08%2018.08l3.33%203.33c4.99%204.99%2013.08%204.99%2018.07%200c4.99-5%204.99-13.09%200-18.08%22%2F%3E%3Cpath%20fill%3D%22%23a56953%22%20d%3D%22M23.619%2020.206c.04-.79.22-1.58.61-2.33c2.33-4.52%201.96-9.76-1.33-13.05c-2.79-2.79-6.97-3.48-10.93-2.22a4.1%204.1%200%200%200-2.4%202.05c-.3.61-.85%201.29-1.57%201.9c-.72.62-1.48%201.05-2.1%201.24c-1.02.3-1.9%201.07-2.4%202.04c-2.34%204.52-1.97%209.77%201.32%2013.07c1.57%201.57%203.59%202.48%205.75%202.74c.7.09%201.34.35%201.89.73c.34.23.87.33%201.46.23c.57-.1%201.08-.36%201.42-.7c.57-.56%201.21-1.05%201.92-1.37c.08-.04.15-.07.23-.11c.76-.36%201.56-.52%202.34-.53c.76%200%201.72-.45%202.53-1.26c.78-.77%201.23-1.69%201.26-2.43%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M22.609%2018.836c0-.52.12-1.05.37-1.55c1.99-3.93%201.65-8.48-1.21-11.34c-2.51-2.51-6.32-3.08-9.88-1.83c-.53.2-.97.66-1.12%201.2c-.19.68-.83%201.58-1.75%202.37c-.94.8-1.92%201.28-2.61%201.33c-.55.04-1.09.38-1.38.9c-2.3%204.05-2.06%208.87.93%2011.86c1.46%201.46%203.37%202.27%205.4%202.44c.52.04.97.26%201.36.55c.35.27.94.36%201.59.22c.63-.14%201.17-.48%201.48-.88c.33-.42.75-.76%201.23-.98l.24-.12c.5-.25%201.03-.39%201.55-.38c.76.01%201.73-.45%202.54-1.26c.8-.81%201.25-1.77%201.26-2.53%22%2F%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M21.519%2017.326c-.08-.26-.05-.55.08-.83c1.54-3.24%201.22-6.93-1.12-9.27c-1.95-1.95-4.83-2.5-7.61-1.74c-.54.15-.97.61-1.1%201.15c-.17.69-.82%201.6-1.76%202.41c-.94.8-1.94%201.29-2.62%201.33c-.57.04-1.1.4-1.34.93c-1.49%203.21-1.14%206.85%201.17%209.16c1.28%201.28%202.95%201.95%204.74%202.06c.26.01.48.11.65.29c.33.34.98.48%201.71.32c.7-.16%201.28-.55%201.57-1.01c.15-.23.36-.42.6-.53h.01c.27-.13.56-.15.82-.07c.79.26%202.02-.2%203.01-1.19c.99-1%201.44-2.22%201.19-3.01%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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