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

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

1 other variant in TDesign Icons

The same icon in other sets

Use the pumpkin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M3.002 8c1.127-2.259 3.84-2.216 4.779-1.588C8.25 6.098 9.753 5 12.007 5s3.756 1.098 4.226 1.412c.939-.628 3.643-.67 4.77 1.588c1.409 2.823-.544 12.059-3.831 12.059h-2.348c-.313.47-.94.941-2.817.941s-2.504-.47-2.817-.941H6.372c-2.817 0-4.779-9.236-3.37-12.059"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M11.913 5c-2.203.03-3.671 1.102-4.135 1.412c-1.878 4.14.157 12.078 1.41 13.647c.312.47.938.941 2.816.941c1.879 0 2.505-.47 2.818-.941c1.252-1.569 3.286-9.506 1.408-13.647C15.76 6.098 14.258 5 12.004 5zm0 0c-.11-.833-.357-1.666-.912-2.5m.912 2.5C12 5.668 12 6.335 12 7m3.3 13.059h1.87c3.286 0 5.24-9.235 3.83-12.059c-1.033-2.07-3.391-2.207-4.5-1.732m-7.8 13.79H6.83c-3.287 0-5.24-9.234-3.831-12.058c1.033-2.07 3.391-2.207 4.5-1.732"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignPumpkin(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="M3.002 8c1.127-2.259 3.84-2.216 4.779-1.588C8.25 6.098 9.753 5 12.007 5s3.756 1.098 4.226 1.412c.939-.628 3.643-.67 4.77 1.588c1.409 2.823-.544 12.059-3.831 12.059h-2.348c-.313.47-.94.941-2.817.941s-2.504-.47-2.817-.941H6.372c-2.817 0-4.779-9.236-3.37-12.059"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M11.913 5c-2.203.03-3.671 1.102-4.135 1.412c-1.878 4.14.157 12.078 1.41 13.647c.312.47.938.941 2.816.941c1.879 0 2.505-.47 2.818-.941c1.252-1.569 3.286-9.506 1.408-13.647C15.76 6.098 14.258 5 12.004 5zm0 0c-.11-.833-.357-1.666-.912-2.5m.912 2.5C12 5.668 12 6.335 12 7m3.3 13.059h1.87c3.286 0 5.24-9.235 3.83-12.059c-1.033-2.07-3.391-2.207-4.5-1.732m-7.8 13.79H6.83c-3.287 0-5.24-9.234-3.831-12.058c1.033-2.07 3.391-2.207 4.5-1.732"/></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="M3.002 8c1.127-2.259 3.84-2.216 4.779-1.588C8.25 6.098 9.753 5 12.007 5s3.756 1.098 4.226 1.412c.939-.628 3.643-.67 4.77 1.588c1.409 2.823-.544 12.059-3.831 12.059h-2.348c-.313.47-.94.941-2.817.941s-2.504-.47-2.817-.941H6.372c-2.817 0-4.779-9.236-3.37-12.059"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M11.913 5c-2.203.03-3.671 1.102-4.135 1.412c-1.878 4.14.157 12.078 1.41 13.647c.312.47.938.941 2.816.941c1.879 0 2.505-.47 2.818-.941c1.252-1.569 3.286-9.506 1.408-13.647C15.76 6.098 14.258 5 12.004 5zm0 0c-.11-.833-.357-1.666-.912-2.5m.912 2.5C12 5.668 12 6.335 12 7m3.3 13.059h1.87c3.286 0 5.24-9.235 3.83-12.059c-1.033-2.07-3.391-2.207-4.5-1.732m-7.8 13.79H6.83c-3.287 0-5.24-9.234-3.831-12.058c1.033-2.07 3.391-2.207 4.5-1.732"/></g></svg>
</template>

CSS

.icon-pumpkin {
  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%22M3.002%208c1.127-2.259%203.84-2.216%204.779-1.588C8.25%206.098%209.753%205%2012.007%205s3.756%201.098%204.226%201.412c.939-.628%203.643-.67%204.77%201.588c1.409%202.823-.544%2012.059-3.831%2012.059h-2.348c-.313.47-.94.941-2.817.941s-2.504-.47-2.817-.941H6.372c-2.817%200-4.779-9.236-3.37-12.059%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M11.913%205c-2.203.03-3.671%201.102-4.135%201.412c-1.878%204.14.157%2012.078%201.41%2013.647c.312.47.938.941%202.816.941c1.879%200%202.505-.47%202.818-.941c1.252-1.569%203.286-9.506%201.408-13.647C15.76%206.098%2014.258%205%2012.004%205zm0%200c-.11-.833-.357-1.666-.912-2.5m.912%202.5C12%205.668%2012%206.335%2012%207m3.3%2013.059h1.87c3.286%200%205.24-9.235%203.83-12.059c-1.033-2.07-3.391-2.207-4.5-1.732m-7.8%2013.79H6.83c-3.287%200-5.24-9.234-3.831-12.058c1.033-2.07%203.391-2.207%204.5-1.732%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%22M3.002%208c1.127-2.259%203.84-2.216%204.779-1.588C8.25%206.098%209.753%205%2012.007%205s3.756%201.098%204.226%201.412c.939-.628%203.643-.67%204.77%201.588c1.409%202.823-.544%2012.059-3.831%2012.059h-2.348c-.313.47-.94.941-2.817.941s-2.504-.47-2.817-.941H6.372c-2.817%200-4.779-9.236-3.37-12.059%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M11.913%205c-2.203.03-3.671%201.102-4.135%201.412c-1.878%204.14.157%2012.078%201.41%2013.647c.312.47.938.941%202.816.941c1.879%200%202.505-.47%202.818-.941c1.252-1.569%203.286-9.506%201.408-13.647C15.76%206.098%2014.258%205%2012.004%205zm0%200c-.11-.833-.357-1.666-.912-2.5m.912%202.5C12%205.668%2012%206.335%2012%207m3.3%2013.059h1.87c3.286%200%205.24-9.235%203.83-12.059c-1.033-2.07-3.391-2.207-4.5-1.732m-7.8%2013.79H6.83c-3.287%200-5.24-9.234-3.831-12.058c1.033-2.07%203.391-2.207%204.5-1.732%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/pumpkin.svg?color=%231a73e8&size=48