pumpkin-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
pumpkin-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

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="M14 2a.998.998 0 0 1 .041 1.997c.028-.005-.011-.007-.12.087c-.13.113-.286.302-.438.556a4 4 0 0 0-.286.58c.47.177.899.452 1.281.793c.998-.723 2.176-1.11 3.411-.892c1.672.295 2.865 1.591 3.527 3.17c.666 1.59.864 3.6.5 5.664c-.363 2.064-1.236 3.884-2.407 5.15c-1.162 1.258-2.726 2.069-4.398 1.774a4 4 0 0 1-1.235-.438a3.5 3.5 0 0 1-1.875.559c-.688 0-1.32-.21-1.877-.559c-.38.21-.793.36-1.235.438c-1.672.294-3.236-.516-4.397-1.774c-1.17-1.266-2.045-3.086-2.409-5.15c-.363-2.063-.165-4.072.501-5.663c.662-1.579 1.855-2.876 3.527-3.17c1.235-.219 2.413.168 3.411.89c.469-.417 1.008-.736 1.605-.897c.137-.52.372-1.056.641-1.505a4.4 4.4 0 0 1 .843-1.038C12.939 2.288 13.415 2 14 2M9.706 7.136a1 1 0 0 0-1.368.36C7.492 8.946 7 10.898 7 13c0 2.365.623 4.554 1.686 6.045a1 1 0 0 0 1.629-1.161C9.549 16.809 9 15.056 9 13c0-1.815.429-3.405 1.065-4.496a1 1 0 0 0-.36-1.368m5.959.36a1 1 0 0 0-1.728 1.008c.636 1.09 1.065 2.68 1.065 4.496c0 2.056-.55 3.81-1.315 4.884a1.001 1.001 0 0 0 1.629 1.16C16.378 17.555 17 15.366 17 13c0-2.102-.49-4.054-1.336-5.504"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePumpkinFill(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="M14 2a.998.998 0 0 1 .041 1.997c.028-.005-.011-.007-.12.087c-.13.113-.286.302-.438.556a4 4 0 0 0-.286.58c.47.177.899.452 1.281.793c.998-.723 2.176-1.11 3.411-.892c1.672.295 2.865 1.591 3.527 3.17c.666 1.59.864 3.6.5 5.664c-.363 2.064-1.236 3.884-2.407 5.15c-1.162 1.258-2.726 2.069-4.398 1.774a4 4 0 0 1-1.235-.438a3.5 3.5 0 0 1-1.875.559c-.688 0-1.32-.21-1.877-.559c-.38.21-.793.36-1.235.438c-1.672.294-3.236-.516-4.397-1.774c-1.17-1.266-2.045-3.086-2.409-5.15c-.363-2.063-.165-4.072.501-5.663c.662-1.579 1.855-2.876 3.527-3.17c1.235-.219 2.413.168 3.411.89c.469-.417 1.008-.736 1.605-.897c.137-.52.372-1.056.641-1.505a4.4 4.4 0 0 1 .843-1.038C12.939 2.288 13.415 2 14 2M9.706 7.136a1 1 0 0 0-1.368.36C7.492 8.946 7 10.898 7 13c0 2.365.623 4.554 1.686 6.045a1 1 0 0 0 1.629-1.161C9.549 16.809 9 15.056 9 13c0-1.815.429-3.405 1.065-4.496a1 1 0 0 0-.36-1.368m5.959.36a1 1 0 0 0-1.728 1.008c.636 1.09 1.065 2.68 1.065 4.496c0 2.056-.55 3.81-1.315 4.884a1.001 1.001 0 0 0 1.629 1.16C16.378 17.555 17 15.366 17 13c0-2.102-.49-4.054-1.336-5.504"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 2a.998.998 0 0 1 .041 1.997c.028-.005-.011-.007-.12.087c-.13.113-.286.302-.438.556a4 4 0 0 0-.286.58c.47.177.899.452 1.281.793c.998-.723 2.176-1.11 3.411-.892c1.672.295 2.865 1.591 3.527 3.17c.666 1.59.864 3.6.5 5.664c-.363 2.064-1.236 3.884-2.407 5.15c-1.162 1.258-2.726 2.069-4.398 1.774a4 4 0 0 1-1.235-.438a3.5 3.5 0 0 1-1.875.559c-.688 0-1.32-.21-1.877-.559c-.38.21-.793.36-1.235.438c-1.672.294-3.236-.516-4.397-1.774c-1.17-1.266-2.045-3.086-2.409-5.15c-.363-2.063-.165-4.072.501-5.663c.662-1.579 1.855-2.876 3.527-3.17c1.235-.219 2.413.168 3.411.89c.469-.417 1.008-.736 1.605-.897c.137-.52.372-1.056.641-1.505a4.4 4.4 0 0 1 .843-1.038C12.939 2.288 13.415 2 14 2M9.706 7.136a1 1 0 0 0-1.368.36C7.492 8.946 7 10.898 7 13c0 2.365.623 4.554 1.686 6.045a1 1 0 0 0 1.629-1.161C9.549 16.809 9 15.056 9 13c0-1.815.429-3.405 1.065-4.496a1 1 0 0 0-.36-1.368m5.959.36a1 1 0 0 0-1.728 1.008c.636 1.09 1.065 2.68 1.065 4.496c0 2.056-.55 3.81-1.315 4.884a1.001 1.001 0 0 0 1.629 1.16C16.378 17.555 17 15.366 17 13c0-2.102-.49-4.054-1.336-5.504"/></svg>
</template>

CSS

.icon-pumpkin-fill {
  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%22M14%202a.998.998%200%200%201%20.041%201.997c.028-.005-.011-.007-.12.087c-.13.113-.286.302-.438.556a4%204%200%200%200-.286.58c.47.177.899.452%201.281.793c.998-.723%202.176-1.11%203.411-.892c1.672.295%202.865%201.591%203.527%203.17c.666%201.59.864%203.6.5%205.664c-.363%202.064-1.236%203.884-2.407%205.15c-1.162%201.258-2.726%202.069-4.398%201.774a4%204%200%200%201-1.235-.438a3.5%203.5%200%200%201-1.875.559c-.688%200-1.32-.21-1.877-.559c-.38.21-.793.36-1.235.438c-1.672.294-3.236-.516-4.397-1.774c-1.17-1.266-2.045-3.086-2.409-5.15c-.363-2.063-.165-4.072.501-5.663c.662-1.579%201.855-2.876%203.527-3.17c1.235-.219%202.413.168%203.411.89c.469-.417%201.008-.736%201.605-.897c.137-.52.372-1.056.641-1.505a4.4%204.4%200%200%201%20.843-1.038C12.939%202.288%2013.415%202%2014%202M9.706%207.136a1%201%200%200%200-1.368.36C7.492%208.946%207%2010.898%207%2013c0%202.365.623%204.554%201.686%206.045a1%201%200%200%200%201.629-1.161C9.549%2016.809%209%2015.056%209%2013c0-1.815.429-3.405%201.065-4.496a1%201%200%200%200-.36-1.368m5.959.36a1%201%200%200%200-1.728%201.008c.636%201.09%201.065%202.68%201.065%204.496c0%202.056-.55%203.81-1.315%204.884a1.001%201.001%200%200%200%201.629%201.16C16.378%2017.555%2017%2015.366%2017%2013c0-2.102-.49-4.054-1.336-5.504%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%22M14%202a.998.998%200%200%201%20.041%201.997c.028-.005-.011-.007-.12.087c-.13.113-.286.302-.438.556a4%204%200%200%200-.286.58c.47.177.899.452%201.281.793c.998-.723%202.176-1.11%203.411-.892c1.672.295%202.865%201.591%203.527%203.17c.666%201.59.864%203.6.5%205.664c-.363%202.064-1.236%203.884-2.407%205.15c-1.162%201.258-2.726%202.069-4.398%201.774a4%204%200%200%201-1.235-.438a3.5%203.5%200%200%201-1.875.559c-.688%200-1.32-.21-1.877-.559c-.38.21-.793.36-1.235.438c-1.672.294-3.236-.516-4.397-1.774c-1.17-1.266-2.045-3.086-2.409-5.15c-.363-2.063-.165-4.072.501-5.663c.662-1.579%201.855-2.876%203.527-3.17c1.235-.219%202.413.168%203.411.89c.469-.417%201.008-.736%201.605-.897c.137-.52.372-1.056.641-1.505a4.4%204.4%200%200%201%20.843-1.038C12.939%202.288%2013.415%202%2014%202M9.706%207.136a1%201%200%200%200-1.368.36C7.492%208.946%207%2010.898%207%2013c0%202.365.623%204.554%201.686%206.045a1%201%200%200%200%201.629-1.161C9.549%2016.809%209%2015.056%209%2013c0-1.815.429-3.405%201.065-4.496a1%201%200%200%200-.36-1.368m5.959.36a1%201%200%200%200-1.728%201.008c.636%201.09%201.065%202.68%201.065%204.496c0%202.056-.55%203.81-1.315%204.884a1.001%201.001%200%200%200%201.629%201.16C16.378%2017.555%2017%2015.366%2017%2013c0-2.102-.49-4.054-1.336-5.504%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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