eggplant icon
eggplant from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- eggplant
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Use the eggplant icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4.252 19.75c-2.831-2.831-2.128-6.36-.003-8.485s4.598-1.77 6.01-3.181a101 101 0 0 1 2.598-2.464l1.115.52l.53 3.359l3.36.53l.519 1.113s-1.447 1.58-2.465 2.599c-1.412 1.412-1.068 3.887-3.182 6.01c-2.114 2.121-5.651 2.83-8.482-.002"/><path d="M19.098 12.682L17.86 10.03l-3.359-.53l-.53-3.36l-2.653-1.237a5.5 5.5 0 1 1 7.78 7.78"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12.35 6.088c-.55.51-1.437 1.341-2.091 1.996c-1.412 1.412-3.886 1.057-6.01 3.181c-2.125 2.125-2.828 5.654.003 8.485s6.368 2.122 8.482 0s1.77-4.597 3.182-6.01a84 84 0 0 0 1.984-2.077"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m19.2 4.675l.958-.479m-5.657 5.303l-.53-3.36l-2.653-1.236a5.5 5.5 0 0 1 7.78 7.78L17.86 10.03z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignEggplant(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4.252 19.75c-2.831-2.831-2.128-6.36-.003-8.485s4.598-1.77 6.01-3.181a101 101 0 0 1 2.598-2.464l1.115.52l.53 3.359l3.36.53l.519 1.113s-1.447 1.58-2.465 2.599c-1.412 1.412-1.068 3.887-3.182 6.01c-2.114 2.121-5.651 2.83-8.482-.002"/><path d="M19.098 12.682L17.86 10.03l-3.359-.53l-.53-3.36l-2.653-1.237a5.5 5.5 0 1 1 7.78 7.78"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M12.35 6.088c-.55.51-1.437 1.341-2.091 1.996c-1.412 1.412-3.886 1.057-6.01 3.181c-2.125 2.125-2.828 5.654.003 8.485s6.368 2.122 8.482 0s1.77-4.597 3.182-6.01a84 84 0 0 0 1.984-2.077"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m19.2 4.675l.958-.479m-5.657 5.303l-.53-3.36l-2.653-1.236a5.5 5.5 0 0 1 7.78 7.78L17.86 10.03z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4.252 19.75c-2.831-2.831-2.128-6.36-.003-8.485s4.598-1.77 6.01-3.181a101 101 0 0 1 2.598-2.464l1.115.52l.53 3.359l3.36.53l.519 1.113s-1.447 1.58-2.465 2.599c-1.412 1.412-1.068 3.887-3.182 6.01c-2.114 2.121-5.651 2.83-8.482-.002"/><path d="M19.098 12.682L17.86 10.03l-3.359-.53l-.53-3.36l-2.653-1.237a5.5 5.5 0 1 1 7.78 7.78"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12.35 6.088c-.55.51-1.437 1.341-2.091 1.996c-1.412 1.412-3.886 1.057-6.01 3.181c-2.125 2.125-2.828 5.654.003 8.485s6.368 2.122 8.482 0s1.77-4.597 3.182-6.01a84 84 0 0 0 1.984-2.077"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m19.2 4.675l.958-.479m-5.657 5.303l-.53-3.36l-2.653-1.236a5.5 5.5 0 0 1 7.78 7.78L17.86 10.03z"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.252%2019.75c-2.831-2.831-2.128-6.36-.003-8.485s4.598-1.77%206.01-3.181a101%20101%200%200%201%202.598-2.464l1.115.52l.53%203.359l3.36.53l.519%201.113s-1.447%201.58-2.465%202.599c-1.412%201.412-1.068%203.887-3.182%206.01c-2.114%202.121-5.651%202.83-8.482-.002%22%2F%3E%3Cpath%20d%3D%22M19.098%2012.682L17.86%2010.03l-3.359-.53l-.53-3.36l-2.653-1.237a5.5%205.5%200%201%201%207.78%207.78%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12.35%206.088c-.55.51-1.437%201.341-2.091%201.996c-1.412%201.412-3.886%201.057-6.01%203.181c-2.125%202.125-2.828%205.654.003%208.485s6.368%202.122%208.482%200s1.77-4.597%203.182-6.01a84%2084%200%200%200%201.984-2.077%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m19.2%204.675l.958-.479m-5.657%205.303l-.53-3.36l-2.653-1.236a5.5%205.5%200%200%201%207.78%207.78L17.86%2010.03z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.252%2019.75c-2.831-2.831-2.128-6.36-.003-8.485s4.598-1.77%206.01-3.181a101%20101%200%200%201%202.598-2.464l1.115.52l.53%203.359l3.36.53l.519%201.113s-1.447%201.58-2.465%202.599c-1.412%201.412-1.068%203.887-3.182%206.01c-2.114%202.121-5.651%202.83-8.482-.002%22%2F%3E%3Cpath%20d%3D%22M19.098%2012.682L17.86%2010.03l-3.359-.53l-.53-3.36l-2.653-1.237a5.5%205.5%200%201%201%207.78%207.78%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12.35%206.088c-.55.51-1.437%201.341-2.091%201.996c-1.412%201.412-3.886%201.057-6.01%203.181c-2.125%202.125-2.828%205.654.003%208.485s6.368%202.122%208.482%200s1.77-4.597%203.182-6.01a84%2084%200%200%200%201.984-2.077%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m19.2%204.675l.958-.479m-5.657%205.303l-.53-3.36l-2.653-1.236a5.5%205.5%200%200%201%207.78%207.78L17.86%2010.03z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/eggplant.svg?color=%231a73e8&size=48