pumpkin from Material Design Icons by Pictogrammers · Filled · Holiday · Apache-2.0 Free for personal and commercial use.

Name
pumpkin
Set
Material Design Icons
Style
Filled
Category
Holiday
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More holiday icons from Material Design Icons

Use the pumpkin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 6c.97 0 1.87.5 2.61 1.38c.55-.59 1.2-1.02 1.89-1.23V4a2 2 0 0 1 2-2h2v2h-2v2.15c.69.21 1.34.64 1.89 1.23C15.63 6.5 16.53 6 17.5 6C20 6 22 9.36 22 13.5S20 21 17.5 21c-.97 0-1.87-.5-2.61-1.38C14.08 20.5 13.08 21 12 21s-2.08-.5-2.89-1.38C8.37 20.5 7.47 21 6.5 21C4 21 2 17.64 2 13.5S4 6 6.5 6"/></svg>

React

import type { SVGProps } from "react";

export function MdiPumpkin(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="M6.5 6c.97 0 1.87.5 2.61 1.38c.55-.59 1.2-1.02 1.89-1.23V4a2 2 0 0 1 2-2h2v2h-2v2.15c.69.21 1.34.64 1.89 1.23C15.63 6.5 16.53 6 17.5 6C20 6 22 9.36 22 13.5S20 21 17.5 21c-.97 0-1.87-.5-2.61-1.38C14.08 20.5 13.08 21 12 21s-2.08-.5-2.89-1.38C8.37 20.5 7.47 21 6.5 21C4 21 2 17.64 2 13.5S4 6 6.5 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 6c.97 0 1.87.5 2.61 1.38c.55-.59 1.2-1.02 1.89-1.23V4a2 2 0 0 1 2-2h2v2h-2v2.15c.69.21 1.34.64 1.89 1.23C15.63 6.5 16.53 6 17.5 6C20 6 22 9.36 22 13.5S20 21 17.5 21c-.97 0-1.87-.5-2.61-1.38C14.08 20.5 13.08 21 12 21s-2.08-.5-2.89-1.38C8.37 20.5 7.47 21 6.5 21C4 21 2 17.64 2 13.5S4 6 6.5 6"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%206c.97%200%201.87.5%202.61%201.38c.55-.59%201.2-1.02%201.89-1.23V4a2%202%200%200%201%202-2h2v2h-2v2.15c.69.21%201.34.64%201.89%201.23C15.63%206.5%2016.53%206%2017.5%206C20%206%2022%209.36%2022%2013.5S20%2021%2017.5%2021c-.97%200-1.87-.5-2.61-1.38C14.08%2020.5%2013.08%2021%2012%2021s-2.08-.5-2.89-1.38C8.37%2020.5%207.47%2021%206.5%2021C4%2021%202%2017.64%202%2013.5S4%206%206.5%206%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%22M6.5%206c.97%200%201.87.5%202.61%201.38c.55-.59%201.2-1.02%201.89-1.23V4a2%202%200%200%201%202-2h2v2h-2v2.15c.69.21%201.34.64%201.89%201.23C15.63%206.5%2016.53%206%2017.5%206C20%206%2022%209.36%2022%2013.5S20%2021%2017.5%2021c-.97%200-1.87-.5-2.61-1.38C14.08%2020.5%2013.08%2021%2012%2021s-2.08-.5-2.89-1.38C8.37%2020.5%207.47%2021%206.5%2021C4%2021%202%2017.64%202%2013.5S4%206%206.5%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pumpkin.svg?color=%231a73e8&size=48