eggplant emoji
eggplant from Fluent Emoji by Microsoft Corporation · Default · MIT Free for personal and commercial use.
- Name
- eggplant
- Set
- Fluent Emoji
- Style
- Default
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
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="url(#izXkkzd)" 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="#2EC262" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v1.338l3-.135V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="url(#ijeu6id)" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v1.338l3-.135V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="url(#ihnFroc)" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v1.338l3-.135V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="url(#iNqZ7Pe)" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v1.338l3-.135V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="#28A964" d="M6 4.271c-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-.444c0-2.746-1.925-4.908-4.5-5.479c0 0-.719-.146-1.5-.146S6 4.271 6 4.271"/><path fill="url(#iwbZjXb)" d="M6 4.271c-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-.444c0-2.746-1.925-4.908-4.5-5.479c0 0-.719-.146-1.5-.146S6 4.271 6 4.271"/><g filter="url(#i5LeNHb)"><ellipse cx="26.446" cy="20.724" fill="#B685FF" rx="1.885" ry="1.393" transform="rotate(-50.773 26.446 20.724)"/></g><defs><radialGradient id="izXkkzd" cx="0" cy="0" r="1" gradientTransform="rotate(106.422 6.193 14.133)scale(18.5701 24.318)" gradientUnits="userSpaceOnUse"><stop offset=".138" stop-color="#8A59E8"/><stop offset=".302" stop-color="#7E2EF2"/><stop offset=".446" stop-color="#894AFF"/><stop offset=".506" stop-color="#8A4CFF"/><stop offset=".767" stop-color="#6A26FF"/><stop offset="1" stop-color="#542BFF"/></radialGradient><radialGradient id="ijeu6id" cx="0" cy="0" r="1" gradientTransform="matrix(0 3.01849 -2.375 0 8.625 3.419)" gradientUnits="userSpaceOnUse"><stop stop-color="#3EF797"/><stop offset="1" stop-color="#3FF693" stop-opacity="0"/></radialGradient><radialGradient id="ihnFroc" cx="0" cy="0" r="1" gradientTransform="matrix(0 2 -1.25 0 7.938 3.656)" gradientUnits="userSpaceOnUse"><stop stop-color="#47F99C"/><stop offset="1" stop-color="#42F799" stop-opacity="0"/></radialGradient><radialGradient id="iNqZ7Pe" cx="0" cy="0" r="1" gradientTransform="rotate(138.424 3.473 2.99)scale(.6475 .66909)" gradientUnits="userSpaceOnUse"><stop stop-color="#5AFEA6"/><stop offset="1" stop-color="#8CFFC2" stop-opacity="0"/></radialGradient><radialGradient id="iwbZjXb" cx="0" cy="0" r="1" gradientTransform="matrix(-5.81249 6.75001 -6.66228 -5.73694 11.375 6.25)" gradientUnits="userSpaceOnUse"><stop offset=".231" stop-color="#46FFA1"/><stop offset=".937" stop-color="#35FF99" stop-opacity="0"/></radialGradient><filter id="i5LeNHb" width="9.216" height="9.411" x="21.838" y="16.018" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_18_31099" stdDeviation="1.5"/></filter></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiEggplant(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="url(#izXkkzd)" 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="#2EC262" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v1.338l3-.135V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="url(#ijeu6id)" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v1.338l3-.135V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="url(#ihnFroc)" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v1.338l3-.135V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="url(#iNqZ7Pe)" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v1.338l3-.135V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="#28A964" d="M6 4.271c-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-.444c0-2.746-1.925-4.908-4.5-5.479c0 0-.719-.146-1.5-.146S6 4.271 6 4.271"/><path fill="url(#iwbZjXb)" d="M6 4.271c-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-.444c0-2.746-1.925-4.908-4.5-5.479c0 0-.719-.146-1.5-.146S6 4.271 6 4.271"/><g filter="url(#i5LeNHb)"><ellipse cx="26.446" cy="20.724" fill="#B685FF" rx="1.885" ry="1.393" transform="rotate(-50.773 26.446 20.724)"/></g><defs><radialGradient id="izXkkzd" cx="0" cy="0" r="1" gradientTransform="rotate(106.422 6.193 14.133)scale(18.5701 24.318)" gradientUnits="userSpaceOnUse"><stop offset=".138" stopColor="#8A59E8"/><stop offset=".302" stopColor="#7E2EF2"/><stop offset=".446" stopColor="#894AFF"/><stop offset=".506" stopColor="#8A4CFF"/><stop offset=".767" stopColor="#6A26FF"/><stop offset="1" stopColor="#542BFF"/></radialGradient><radialGradient id="ijeu6id" cx="0" cy="0" r="1" gradientTransform="matrix(0 3.01849 -2.375 0 8.625 3.419)" gradientUnits="userSpaceOnUse"><stop stopColor="#3EF797"/><stop offset="1" stopColor="#3FF693" stopOpacity="0"/></radialGradient><radialGradient id="ihnFroc" cx="0" cy="0" r="1" gradientTransform="matrix(0 2 -1.25 0 7.938 3.656)" gradientUnits="userSpaceOnUse"><stop stopColor="#47F99C"/><stop offset="1" stopColor="#42F799" stopOpacity="0"/></radialGradient><radialGradient id="iNqZ7Pe" cx="0" cy="0" r="1" gradientTransform="rotate(138.424 3.473 2.99)scale(.6475 .66909)" gradientUnits="userSpaceOnUse"><stop stopColor="#5AFEA6"/><stop offset="1" stopColor="#8CFFC2" stopOpacity="0"/></radialGradient><radialGradient id="iwbZjXb" cx="0" cy="0" r="1" gradientTransform="matrix(-5.81249 6.75001 -6.66228 -5.73694 11.375 6.25)" gradientUnits="userSpaceOnUse"><stop offset=".231" stopColor="#46FFA1"/><stop offset=".937" stopColor="#35FF99" stopOpacity="0"/></radialGradient><filter id="i5LeNHb" width="9.216" height="9.411" x="21.838" y="16.018" colorInterpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood floodOpacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_18_31099" stdDeviation="1.5"/></filter></defs></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="url(#izXkkzd)" 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="#2EC262" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v1.338l3-.135V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="url(#ijeu6id)" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v1.338l3-.135V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="url(#ihnFroc)" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v1.338l3-.135V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="url(#iNqZ7Pe)" d="M7.5 2A1.5 1.5 0 0 0 6 3.5v1.338l3-.135V3.5A1.5 1.5 0 0 0 7.5 2"/><path fill="#28A964" d="M6 4.271c-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-.444c0-2.746-1.925-4.908-4.5-5.479c0 0-.719-.146-1.5-.146S6 4.271 6 4.271"/><path fill="url(#iwbZjXb)" d="M6 4.271c-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-.444c0-2.746-1.925-4.908-4.5-5.479c0 0-.719-.146-1.5-.146S6 4.271 6 4.271"/><g filter="url(#i5LeNHb)"><ellipse cx="26.446" cy="20.724" fill="#B685FF" rx="1.885" ry="1.393" transform="rotate(-50.773 26.446 20.724)"/></g><defs><radialGradient id="izXkkzd" cx="0" cy="0" r="1" gradientTransform="rotate(106.422 6.193 14.133)scale(18.5701 24.318)" gradientUnits="userSpaceOnUse"><stop offset=".138" stop-color="#8A59E8"/><stop offset=".302" stop-color="#7E2EF2"/><stop offset=".446" stop-color="#894AFF"/><stop offset=".506" stop-color="#8A4CFF"/><stop offset=".767" stop-color="#6A26FF"/><stop offset="1" stop-color="#542BFF"/></radialGradient><radialGradient id="ijeu6id" cx="0" cy="0" r="1" gradientTransform="matrix(0 3.01849 -2.375 0 8.625 3.419)" gradientUnits="userSpaceOnUse"><stop stop-color="#3EF797"/><stop offset="1" stop-color="#3FF693" stop-opacity="0"/></radialGradient><radialGradient id="ihnFroc" cx="0" cy="0" r="1" gradientTransform="matrix(0 2 -1.25 0 7.938 3.656)" gradientUnits="userSpaceOnUse"><stop stop-color="#47F99C"/><stop offset="1" stop-color="#42F799" stop-opacity="0"/></radialGradient><radialGradient id="iNqZ7Pe" cx="0" cy="0" r="1" gradientTransform="rotate(138.424 3.473 2.99)scale(.6475 .66909)" gradientUnits="userSpaceOnUse"><stop stop-color="#5AFEA6"/><stop offset="1" stop-color="#8CFFC2" stop-opacity="0"/></radialGradient><radialGradient id="iwbZjXb" cx="0" cy="0" r="1" gradientTransform="matrix(-5.81249 6.75001 -6.66228 -5.73694 11.375 6.25)" gradientUnits="userSpaceOnUse"><stop offset=".231" stop-color="#46FFA1"/><stop offset=".937" stop-color="#35FF99" stop-opacity="0"/></radialGradient><filter id="i5LeNHb" width="9.216" height="9.411" x="21.838" y="16.018" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_18_31099" stdDeviation="1.5"/></filter></defs></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%22url(%23izXkkzd)%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%232EC262%22%20d%3D%22M7.5%202A1.5%201.5%200%200%200%206%203.5v1.338l3-.135V3.5A1.5%201.5%200%200%200%207.5%202%22%2F%3E%3Cpath%20fill%3D%22url(%23ijeu6id)%22%20d%3D%22M7.5%202A1.5%201.5%200%200%200%206%203.5v1.338l3-.135V3.5A1.5%201.5%200%200%200%207.5%202%22%2F%3E%3Cpath%20fill%3D%22url(%23ihnFroc)%22%20d%3D%22M7.5%202A1.5%201.5%200%200%200%206%203.5v1.338l3-.135V3.5A1.5%201.5%200%200%200%207.5%202%22%2F%3E%3Cpath%20fill%3D%22url(%23iNqZ7Pe)%22%20d%3D%22M7.5%202A1.5%201.5%200%200%200%206%203.5v1.338l3-.135V3.5A1.5%201.5%200%200%200%207.5%202%22%2F%3E%3Cpath%20fill%3D%22%2328A964%22%20d%3D%22M6%204.271c-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-.444c0-2.746-1.925-4.908-4.5-5.479c0%200-.719-.146-1.5-.146S6%204.271%206%204.271%22%2F%3E%3Cpath%20fill%3D%22url(%23iwbZjXb)%22%20d%3D%22M6%204.271c-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-.444c0-2.746-1.925-4.908-4.5-5.479c0%200-.719-.146-1.5-.146S6%204.271%206%204.271%22%2F%3E%3Cg%20filter%3D%22url(%23i5LeNHb)%22%3E%3Cellipse%20cx%3D%2226.446%22%20cy%3D%2220.724%22%20fill%3D%22%23B685FF%22%20rx%3D%221.885%22%20ry%3D%221.393%22%20transform%3D%22rotate(-50.773%2026.446%2020.724)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CradialGradient%20id%3D%22izXkkzd%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(106.422%206.193%2014.133)scale(18.5701%2024.318)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.138%22%20stop-color%3D%22%238A59E8%22%2F%3E%3Cstop%20offset%3D%22.302%22%20stop-color%3D%22%237E2EF2%22%2F%3E%3Cstop%20offset%3D%22.446%22%20stop-color%3D%22%23894AFF%22%2F%3E%3Cstop%20offset%3D%22.506%22%20stop-color%3D%22%238A4CFF%22%2F%3E%3Cstop%20offset%3D%22.767%22%20stop-color%3D%22%236A26FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23542BFF%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22ijeu6id%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%203.01849%20-2.375%200%208.625%203.419)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%233EF797%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233FF693%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22ihnFroc%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%202%20-1.25%200%207.938%203.656)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2347F99C%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2342F799%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22iNqZ7Pe%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(138.424%203.473%202.99)scale(.6475%20.66909)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235AFEA6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238CFFC2%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22iwbZjXb%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-5.81249%206.75001%20-6.66228%20-5.73694%2011.375%206.25)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.231%22%20stop-color%3D%22%2346FFA1%22%2F%3E%3Cstop%20offset%3D%22.937%22%20stop-color%3D%22%2335FF99%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3Cfilter%20id%3D%22i5LeNHb%22%20width%3D%229.216%22%20height%3D%229.411%22%20x%3D%2221.838%22%20y%3D%2216.018%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20result%3D%22effect1_foregroundBlur_18_31099%22%20stdDeviation%3D%221.5%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%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%22url(%23izXkkzd)%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%232EC262%22%20d%3D%22M7.5%202A1.5%201.5%200%200%200%206%203.5v1.338l3-.135V3.5A1.5%201.5%200%200%200%207.5%202%22%2F%3E%3Cpath%20fill%3D%22url(%23ijeu6id)%22%20d%3D%22M7.5%202A1.5%201.5%200%200%200%206%203.5v1.338l3-.135V3.5A1.5%201.5%200%200%200%207.5%202%22%2F%3E%3Cpath%20fill%3D%22url(%23ihnFroc)%22%20d%3D%22M7.5%202A1.5%201.5%200%200%200%206%203.5v1.338l3-.135V3.5A1.5%201.5%200%200%200%207.5%202%22%2F%3E%3Cpath%20fill%3D%22url(%23iNqZ7Pe)%22%20d%3D%22M7.5%202A1.5%201.5%200%200%200%206%203.5v1.338l3-.135V3.5A1.5%201.5%200%200%200%207.5%202%22%2F%3E%3Cpath%20fill%3D%22%2328A964%22%20d%3D%22M6%204.271c-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-.444c0-2.746-1.925-4.908-4.5-5.479c0%200-.719-.146-1.5-.146S6%204.271%206%204.271%22%2F%3E%3Cpath%20fill%3D%22url(%23iwbZjXb)%22%20d%3D%22M6%204.271c-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-.444c0-2.746-1.925-4.908-4.5-5.479c0%200-.719-.146-1.5-.146S6%204.271%206%204.271%22%2F%3E%3Cg%20filter%3D%22url(%23i5LeNHb)%22%3E%3Cellipse%20cx%3D%2226.446%22%20cy%3D%2220.724%22%20fill%3D%22%23B685FF%22%20rx%3D%221.885%22%20ry%3D%221.393%22%20transform%3D%22rotate(-50.773%2026.446%2020.724)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CradialGradient%20id%3D%22izXkkzd%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(106.422%206.193%2014.133)scale(18.5701%2024.318)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.138%22%20stop-color%3D%22%238A59E8%22%2F%3E%3Cstop%20offset%3D%22.302%22%20stop-color%3D%22%237E2EF2%22%2F%3E%3Cstop%20offset%3D%22.446%22%20stop-color%3D%22%23894AFF%22%2F%3E%3Cstop%20offset%3D%22.506%22%20stop-color%3D%22%238A4CFF%22%2F%3E%3Cstop%20offset%3D%22.767%22%20stop-color%3D%22%236A26FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23542BFF%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22ijeu6id%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%203.01849%20-2.375%200%208.625%203.419)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%233EF797%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233FF693%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22ihnFroc%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%202%20-1.25%200%207.938%203.656)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2347F99C%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2342F799%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22iNqZ7Pe%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(138.424%203.473%202.99)scale(.6475%20.66909)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235AFEA6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238CFFC2%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22iwbZjXb%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-5.81249%206.75001%20-6.66228%20-5.73694%2011.375%206.25)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.231%22%20stop-color%3D%22%2346FFA1%22%2F%3E%3Cstop%20offset%3D%22.937%22%20stop-color%3D%22%2335FF99%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3Cfilter%20id%3D%22i5LeNHb%22%20width%3D%229.216%22%20height%3D%229.411%22%20x%3D%2221.838%22%20y%3D%2216.018%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20result%3D%22effect1_foregroundBlur_18_31099%22%20stdDeviation%3D%221.5%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji/eggplant.svg?color=%231a73e8&size=48