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

Name
eggplant
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 eggplant emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#8c42b3" d="M19.5 30c-15.019 0-17-11.5-17-21h10c1 3 2.262 7.623 9 6.5c6-1 8.5 3.727 8.5 6.5c0 2-.5 8-10.5 8"/><path fill="#00d26a" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v.771c-2.32.74-4 2.914-4 5.479V10c0 .552.495 1.018.919.664c.221-.184.401-.424.581-.664c.375-.5.75-1 1.5-1s1.125.5 1.5 1s.75 1 1.5 1s1.125-.5 1.5-1s.75-1 1.5-1c.738 0 1.089.484 1.445.976l.16.218c.349.46.895.133.895-.444A5.75 5.75 0 0 0 9 4.136V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="#bca4eb" d="M27 19a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatEggplant(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="#8c42b3" d="M19.5 30c-15.019 0-17-11.5-17-21h10c1 3 2.262 7.623 9 6.5c6-1 8.5 3.727 8.5 6.5c0 2-.5 8-10.5 8"/><path fill="#00d26a" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v.771c-2.32.74-4 2.914-4 5.479V10c0 .552.495 1.018.919.664c.221-.184.401-.424.581-.664c.375-.5.75-1 1.5-1s1.125.5 1.5 1s.75 1 1.5 1s1.125-.5 1.5-1s.75-1 1.5-1c.738 0 1.089.484 1.445.976l.16.218c.349.46.895.133.895-.444A5.75 5.75 0 0 0 9 4.136V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="#bca4eb" d="M27 19a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></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="#8c42b3" d="M19.5 30c-15.019 0-17-11.5-17-21h10c1 3 2.262 7.623 9 6.5c6-1 8.5 3.727 8.5 6.5c0 2-.5 8-10.5 8"/><path fill="#00d26a" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v.771c-2.32.74-4 2.914-4 5.479V10c0 .552.495 1.018.919.664c.221-.184.401-.424.581-.664c.375-.5.75-1 1.5-1s1.125.5 1.5 1s.75 1 1.5 1s1.125-.5 1.5-1s.75-1 1.5-1c.738 0 1.089.484 1.445.976l.16.218c.349.46.895.133.895-.444A5.75 5.75 0 0 0 9 4.136V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="#bca4eb" d="M27 19a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></g></svg>
</template>

CSS

.icon-eggplant {
  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%238c42b3%22%20d%3D%22M19.5%2030c-15.019%200-17-11.5-17-21h10c1%203%202.262%207.623%209%206.5c6-1%208.5%203.727%208.5%206.5c0%202-.5%208-10.5%208%22%2F%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M7.5%202A1.5%201.5%200%200%200%206%203.5v.771c-2.32.74-4%202.914-4%205.479V10c0%20.552.495%201.018.919.664c.221-.184.401-.424.581-.664c.375-.5.75-1%201.5-1s1.125.5%201.5%201s.75%201%201.5%201s1.125-.5%201.5-1s.75-1%201.5-1c.738%200%201.089.484%201.445.976l.16.218c.349.46.895.133.895-.444A5.75%205.75%200%200%200%209%204.136V3.5A1.5%201.5%200%200%200%207.5%202%22%2F%3E%3Cpath%20fill%3D%22%23bca4eb%22%20d%3D%22M27%2019a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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%238c42b3%22%20d%3D%22M19.5%2030c-15.019%200-17-11.5-17-21h10c1%203%202.262%207.623%209%206.5c6-1%208.5%203.727%208.5%206.5c0%202-.5%208-10.5%208%22%2F%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M7.5%202A1.5%201.5%200%200%200%206%203.5v.771c-2.32.74-4%202.914-4%205.479V10c0%20.552.495%201.018.919.664c.221-.184.401-.424.581-.664c.375-.5.75-1%201.5-1s1.125.5%201.5%201s.75%201%201.5%201s1.125-.5%201.5-1s.75-1%201.5-1c.738%200%201.089.484%201.445.976l.16.218c.349.46.895.133.895-.444A5.75%205.75%200%200%200%209%204.136V3.5A1.5%201.5%200%200%200%207.5%202%22%2F%3E%3Cpath%20fill%3D%22%23bca4eb%22%20d%3D%22M27%2019a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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/eggplant.svg?color=%231a73e8&size=48