eggplant icon
eggplant-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- eggplant-filled
- Set
- TDesign Icons
- Style
- Filled
- 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"><path fill="currentColor" d="m11.087 5.899l-1.485-.693l1.01-1.01a6.5 6.5 0 0 1 8.506-.598l1.488-.744l.894 1.79l-.934.466a6.5 6.5 0 0 1-.761 8.28l-1.01 1.01l-.694-1.488a73 73 0 0 1-1.48 1.536c-.457.458-.661 1.073-.994 2.075l-.091.274c-.367 1.096-.868 2.429-2.094 3.66c-1.209 1.212-2.845 2.044-4.623 2.149c-1.801.106-3.668-.542-5.275-2.149s-2.256-3.47-2.151-5.272c.103-1.777.935-3.414 2.148-4.627c1.232-1.232 2.566-1.734 3.663-2.1l.282-.093c.997-.33 1.608-.532 2.065-.988A72 72 0 0 1 11.087 5.9m6.092 5.036l-3.552-.561l-.56-3.552l-.026-.012l-.419.39c-.52.488-1.16 1.094-1.657 1.591c-.816.816-1.907 1.169-2.81 1.461l-.319.104c-1.024.341-1.989.724-2.881 1.617c-.912.912-1.494 2.102-1.566 3.328c-.07 1.202.345 2.518 1.569 3.742s2.54 1.637 3.744 1.566c1.228-.072 2.417-.655 3.323-1.564c.888-.891 1.271-1.857 1.614-2.882l.103-.316c.294-.905.65-1.997 1.466-2.813a75 75 0 0 0 1.982-2.077z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignEggplantFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.087 5.899l-1.485-.693l1.01-1.01a6.5 6.5 0 0 1 8.506-.598l1.488-.744l.894 1.79l-.934.466a6.5 6.5 0 0 1-.761 8.28l-1.01 1.01l-.694-1.488a73 73 0 0 1-1.48 1.536c-.457.458-.661 1.073-.994 2.075l-.091.274c-.367 1.096-.868 2.429-2.094 3.66c-1.209 1.212-2.845 2.044-4.623 2.149c-1.801.106-3.668-.542-5.275-2.149s-2.256-3.47-2.151-5.272c.103-1.777.935-3.414 2.148-4.627c1.232-1.232 2.566-1.734 3.663-2.1l.282-.093c.997-.33 1.608-.532 2.065-.988A72 72 0 0 1 11.087 5.9m6.092 5.036l-3.552-.561l-.56-3.552l-.026-.012l-.419.39c-.52.488-1.16 1.094-1.657 1.591c-.816.816-1.907 1.169-2.81 1.461l-.319.104c-1.024.341-1.989.724-2.881 1.617c-.912.912-1.494 2.102-1.566 3.328c-.07 1.202.345 2.518 1.569 3.742s2.54 1.637 3.744 1.566c1.228-.072 2.417-.655 3.323-1.564c.888-.891 1.271-1.857 1.614-2.882l.103-.316c.294-.905.65-1.997 1.466-2.813a75 75 0 0 0 1.982-2.077z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.087 5.899l-1.485-.693l1.01-1.01a6.5 6.5 0 0 1 8.506-.598l1.488-.744l.894 1.79l-.934.466a6.5 6.5 0 0 1-.761 8.28l-1.01 1.01l-.694-1.488a73 73 0 0 1-1.48 1.536c-.457.458-.661 1.073-.994 2.075l-.091.274c-.367 1.096-.868 2.429-2.094 3.66c-1.209 1.212-2.845 2.044-4.623 2.149c-1.801.106-3.668-.542-5.275-2.149s-2.256-3.47-2.151-5.272c.103-1.777.935-3.414 2.148-4.627c1.232-1.232 2.566-1.734 3.663-2.1l.282-.093c.997-.33 1.608-.532 2.065-.988A72 72 0 0 1 11.087 5.9m6.092 5.036l-3.552-.561l-.56-3.552l-.026-.012l-.419.39c-.52.488-1.16 1.094-1.657 1.591c-.816.816-1.907 1.169-2.81 1.461l-.319.104c-1.024.341-1.989.724-2.881 1.617c-.912.912-1.494 2.102-1.566 3.328c-.07 1.202.345 2.518 1.569 3.742s2.54 1.637 3.744 1.566c1.228-.072 2.417-.655 3.323-1.564c.888-.891 1.271-1.857 1.614-2.882l.103-.316c.294-.905.65-1.997 1.466-2.813a75 75 0 0 0 1.982-2.077z"/></svg> </template>
CSS
.icon-eggplant-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.087%205.899l-1.485-.693l1.01-1.01a6.5%206.5%200%200%201%208.506-.598l1.488-.744l.894%201.79l-.934.466a6.5%206.5%200%200%201-.761%208.28l-1.01%201.01l-.694-1.488a73%2073%200%200%201-1.48%201.536c-.457.458-.661%201.073-.994%202.075l-.091.274c-.367%201.096-.868%202.429-2.094%203.66c-1.209%201.212-2.845%202.044-4.623%202.149c-1.801.106-3.668-.542-5.275-2.149s-2.256-3.47-2.151-5.272c.103-1.777.935-3.414%202.148-4.627c1.232-1.232%202.566-1.734%203.663-2.1l.282-.093c.997-.33%201.608-.532%202.065-.988A72%2072%200%200%201%2011.087%205.9m6.092%205.036l-3.552-.561l-.56-3.552l-.026-.012l-.419.39c-.52.488-1.16%201.094-1.657%201.591c-.816.816-1.907%201.169-2.81%201.461l-.319.104c-1.024.341-1.989.724-2.881%201.617c-.912.912-1.494%202.102-1.566%203.328c-.07%201.202.345%202.518%201.569%203.742s2.54%201.637%203.744%201.566c1.228-.072%202.417-.655%203.323-1.564c.888-.891%201.271-1.857%201.614-2.882l.103-.316c.294-.905.65-1.997%201.466-2.813a75%2075%200%200%200%201.982-2.077z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.087%205.899l-1.485-.693l1.01-1.01a6.5%206.5%200%200%201%208.506-.598l1.488-.744l.894%201.79l-.934.466a6.5%206.5%200%200%201-.761%208.28l-1.01%201.01l-.694-1.488a73%2073%200%200%201-1.48%201.536c-.457.458-.661%201.073-.994%202.075l-.091.274c-.367%201.096-.868%202.429-2.094%203.66c-1.209%201.212-2.845%202.044-4.623%202.149c-1.801.106-3.668-.542-5.275-2.149s-2.256-3.47-2.151-5.272c.103-1.777.935-3.414%202.148-4.627c1.232-1.232%202.566-1.734%203.663-2.1l.282-.093c.997-.33%201.608-.532%202.065-.988A72%2072%200%200%201%2011.087%205.9m6.092%205.036l-3.552-.561l-.56-3.552l-.026-.012l-.419.39c-.52.488-1.16%201.094-1.657%201.591c-.816.816-1.907%201.169-2.81%201.461l-.319.104c-1.024.341-1.989.724-2.881%201.617c-.912.912-1.494%202.102-1.566%203.328c-.07%201.202.345%202.518%201.569%203.742s2.54%201.637%203.744%201.566c1.228-.072%202.417-.655%203.323-1.564c.888-.891%201.271-1.857%201.614-2.882l.103-.316c.294-.905.65-1.997%201.466-2.813a75%2075%200%200%200%201.982-2.077z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/eggplant-filled.svg?color=%231a73e8&size=48