chili from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
chili
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the chili icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M17 18.5c-4.874 4.874-13 2-13 2s7.42-1.775 8.112-12.33l1.884-.47l1 1.5l1.5-1l1 1.5l1.5-1l1.827 1.8c-.366 2-1.54 5.718-3.823 8"/><path d="M17.3 4.308c-2.453-.408-5.008 1.206-5.178 3.7l-.01.163l1.884-.47l1 1.5l1.5-1l1 1.5l1.5-1l1.827 1.8q.091-.5.177-1.016a4.5 4.5 0 0 0-3.7-5.177"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m18.061 4.503l.435-1.803m-.435 1.803a4.5 4.5 0 0 0-.762-.195c-2.451-.408-5.007 1.206-5.177 3.7l-.01.163C11.42 18.725 4 20.501 4 20.501s8.126 2.873 13-2c2.282-2.283 3.457-6 3.823-8A63 63 0 0 0 21 9.484a4.5 4.5 0 0 0-2.939-4.982ZM12.6 8.05l1.396-.349l1 1.5l1.5-1l1 1.5l1.5-1L20.3 9.985"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignChili(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="M17 18.5c-4.874 4.874-13 2-13 2s7.42-1.775 8.112-12.33l1.884-.47l1 1.5l1.5-1l1 1.5l1.5-1l1.827 1.8c-.366 2-1.54 5.718-3.823 8"/><path d="M17.3 4.308c-2.453-.408-5.008 1.206-5.178 3.7l-.01.163l1.884-.47l1 1.5l1.5-1l1 1.5l1.5-1l1.827 1.8q.091-.5.177-1.016a4.5 4.5 0 0 0-3.7-5.177"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m18.061 4.503l.435-1.803m-.435 1.803a4.5 4.5 0 0 0-.762-.195c-2.451-.408-5.007 1.206-5.177 3.7l-.01.163C11.42 18.725 4 20.501 4 20.501s8.126 2.873 13-2c2.282-2.283 3.457-6 3.823-8A63 63 0 0 0 21 9.484a4.5 4.5 0 0 0-2.939-4.982ZM12.6 8.05l1.396-.349l1 1.5l1.5-1l1 1.5l1.5-1L20.3 9.985"/></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="M17 18.5c-4.874 4.874-13 2-13 2s7.42-1.775 8.112-12.33l1.884-.47l1 1.5l1.5-1l1 1.5l1.5-1l1.827 1.8c-.366 2-1.54 5.718-3.823 8"/><path d="M17.3 4.308c-2.453-.408-5.008 1.206-5.178 3.7l-.01.163l1.884-.47l1 1.5l1.5-1l1 1.5l1.5-1l1.827 1.8q.091-.5.177-1.016a4.5 4.5 0 0 0-3.7-5.177"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m18.061 4.503l.435-1.803m-.435 1.803a4.5 4.5 0 0 0-.762-.195c-2.451-.408-5.007 1.206-5.177 3.7l-.01.163C11.42 18.725 4 20.501 4 20.501s8.126 2.873 13-2c2.282-2.283 3.457-6 3.823-8A63 63 0 0 0 21 9.484a4.5 4.5 0 0 0-2.939-4.982ZM12.6 8.05l1.396-.349l1 1.5l1.5-1l1 1.5l1.5-1L20.3 9.985"/></g></svg>
</template>

CSS

.icon-chili {
  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%22M17%2018.5c-4.874%204.874-13%202-13%202s7.42-1.775%208.112-12.33l1.884-.47l1%201.5l1.5-1l1%201.5l1.5-1l1.827%201.8c-.366%202-1.54%205.718-3.823%208%22%2F%3E%3Cpath%20d%3D%22M17.3%204.308c-2.453-.408-5.008%201.206-5.178%203.7l-.01.163l1.884-.47l1%201.5l1.5-1l1%201.5l1.5-1l1.827%201.8q.091-.5.177-1.016a4.5%204.5%200%200%200-3.7-5.177%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m18.061%204.503l.435-1.803m-.435%201.803a4.5%204.5%200%200%200-.762-.195c-2.451-.408-5.007%201.206-5.177%203.7l-.01.163C11.42%2018.725%204%2020.501%204%2020.501s8.126%202.873%2013-2c2.282-2.283%203.457-6%203.823-8A63%2063%200%200%200%2021%209.484a4.5%204.5%200%200%200-2.939-4.982ZM12.6%208.05l1.396-.349l1%201.5l1.5-1l1%201.5l1.5-1L20.3%209.985%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%22M17%2018.5c-4.874%204.874-13%202-13%202s7.42-1.775%208.112-12.33l1.884-.47l1%201.5l1.5-1l1%201.5l1.5-1l1.827%201.8c-.366%202-1.54%205.718-3.823%208%22%2F%3E%3Cpath%20d%3D%22M17.3%204.308c-2.453-.408-5.008%201.206-5.178%203.7l-.01.163l1.884-.47l1%201.5l1.5-1l1%201.5l1.5-1l1.827%201.8q.091-.5.177-1.016a4.5%204.5%200%200%200-3.7-5.177%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m18.061%204.503l.435-1.803m-.435%201.803a4.5%204.5%200%200%200-.762-.195c-2.451-.408-5.007%201.206-5.177%203.7l-.01.163C11.42%2018.725%204%2020.501%204%2020.501s8.126%202.873%2013-2c2.282-2.283%203.457-6%203.823-8A63%2063%200%200%200%2021%209.484a4.5%204.5%200%200%200-2.939-4.982ZM12.6%208.05l1.396-.349l1%201.5l1.5-1l1%201.5l1.5-1L20.3%209.985%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/chili.svg?color=%231a73e8&size=48