eggplant from IconPark TwoTone by ByteDance · Two tone · Foods · Apache-2.0 Free for personal and commercial use.

Name
eggplant
Set
IconPark TwoTone
Style
Two tone
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark TwoTone

Use the eggplant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGkEsF4YrA"><g fill="none" stroke="#fff" stroke-width="4"><path d="m35 18l-3.88 12.612c-.08.259-.155.514-.248.768c-.548 1.498-2.99 7.04-9.871 9.62C13 44 4.999 40 5 32.077S13 25 17 22s8-9 8-9"/><path fill="#555" stroke-linecap="round" stroke-linejoin="round" d="M39.255 24.488S40.372 19.176 40 16c-.505-4.327-2.5-7.5-5-9s-7.748-2.5-12 0c-4.253 2.5-6.033 5.845-6.033 5.845l8.206-.767a1 1 0 0 1 1.055.72l1.497 5.24a1 1 0 0 0 1.236.688l5.282-1.51a1 1 0 0 1 1.145.468z"/><path stroke-linecap="round" stroke-linejoin="round" d="m36 8l6-2"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGkEsF4YrA)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkTwotoneEggplant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGkEsF4YrA"><g fill="none" stroke="#fff" strokeWidth="4"><path d="m35 18l-3.88 12.612c-.08.259-.155.514-.248.768c-.548 1.498-2.99 7.04-9.871 9.62C13 44 4.999 40 5 32.077S13 25 17 22s8-9 8-9"/><path fill="#555" strokeLinecap="round" strokeLinejoin="round" d="M39.255 24.488S40.372 19.176 40 16c-.505-4.327-2.5-7.5-5-9s-7.748-2.5-12 0c-4.253 2.5-6.033 5.845-6.033 5.845l8.206-.767a1 1 0 0 1 1.055.72l1.497 5.24a1 1 0 0 0 1.236.688l5.282-1.51a1 1 0 0 1 1.145.468z"/><path strokeLinecap="round" strokeLinejoin="round" d="m36 8l6-2"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGkEsF4YrA)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGkEsF4YrA"><g fill="none" stroke="#fff" stroke-width="4"><path d="m35 18l-3.88 12.612c-.08.259-.155.514-.248.768c-.548 1.498-2.99 7.04-9.871 9.62C13 44 4.999 40 5 32.077S13 25 17 22s8-9 8-9"/><path fill="#555" stroke-linecap="round" stroke-linejoin="round" d="M39.255 24.488S40.372 19.176 40 16c-.505-4.327-2.5-7.5-5-9s-7.748-2.5-12 0c-4.253 2.5-6.033 5.845-6.033 5.845l8.206-.767a1 1 0 0 1 1.055.72l1.497 5.24a1 1 0 0 0 1.236.688l5.282-1.51a1 1 0 0 1 1.145.468z"/><path stroke-linecap="round" stroke-linejoin="round" d="m36 8l6-2"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGkEsF4YrA)"/></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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGkEsF4YrA%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22m35%2018l-3.88%2012.612c-.08.259-.155.514-.248.768c-.548%201.498-2.99%207.04-9.871%209.62C13%2044%204.999%2040%205%2032.077S13%2025%2017%2022s8-9%208-9%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39.255%2024.488S40.372%2019.176%2040%2016c-.505-4.327-2.5-7.5-5-9s-7.748-2.5-12%200c-4.253%202.5-6.033%205.845-6.033%205.845l8.206-.767a1%201%200%200%201%201.055.72l1.497%205.24a1%201%200%200%200%201.236.688l5.282-1.51a1%201%200%200%201%201.145.468z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m36%208l6-2%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGkEsF4YrA)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGkEsF4YrA%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22m35%2018l-3.88%2012.612c-.08.259-.155.514-.248.768c-.548%201.498-2.99%207.04-9.871%209.62C13%2044%204.999%2040%205%2032.077S13%2025%2017%2022s8-9%208-9%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M39.255%2024.488S40.372%2019.176%2040%2016c-.505-4.327-2.5-7.5-5-9s-7.748-2.5-12%200c-4.253%202.5-6.033%205.845-6.033%205.845l8.206-.767a1%201%200%200%201%201.055.72l1.497%205.24a1%201%200%200%200%201.236.688l5.282-1.51a1%201%200%200%201%201.145.468z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m36%208l6-2%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGkEsF4YrA)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Eggplant two tone icon — IconPark TwoTone · IconsDB