vegetables from IconPark TwoTone by ByteDance · Two tone · Foods · Apache-2.0 Free for personal and commercial use.

Name
vegetables
Set
IconPark TwoTone
Style
Two tone
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark TwoTone

Use the vegetables icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGCTgDrhZD"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M32 7.902c1.5-.402 3.33-.29 4.44 0c2.501.658 4.325 1.788 5.416 3.36c1.263 1.817 1.481 4.137.652 6.894c-1.699 5.64-8.6 9.14-9.008 9.344m-6.253 13.77q.774.148 1.562.151c1.47 0 2.735-.415 3.757-1.234c1.113-.885 1.934-2.187 2.267-3.909s-.153-3.335-.68-4.91c-.373-1.118-.618-2.804-.653-3.868m-20.5-1s-5.81-2.706-7.507-8.344c-.83-2.756-.611-5.074.651-6.894c1.093-1.571 2.914-2.7 5.416-3.36c1.111-.29 2.174-.439 3.162-.439M13.5 27c.5 1 .068 2.796-.46 4.372c-.527 1.576-1.071 3.202-.68 4.91c.39 1.706 1.153 3.023 2.264 3.908c1.024.818 1.906 1.31 3.376 1.31c.523-.002 2-.5 2-.5"/><path d="M23.5 4C28.747 4 33 6.643 33 14.375S23.5 32 23.5 32S14 22.107 14 14.375C14 6.642 18.253 4 23.5 4"/><path fill="#555" d="M24 42.229c-2.01 0-3.72-.662-4.87-1.67c-1.327-1.166-2.003-2.826-2.003-4.932c0-1.756.95-3.221 1.867-4.64c.652-1.007 1.554-2.99 1.554-2.99s.475-1.636.397-2.7c-.145-1.964-2.052-3.443-2.362-4.457c-.375-1.26-.283-2.028.285-2.412c.175-.12.845-.16.845-.16s-.126-1.846-.047-2.455c.095-.73.476-1.772 1.372-1.848c.62-.053 1.11.04 1.428.707c.102.216.173.477.272.839a26 26 0 0 0 1.257 3.532a26 26 0 0 0 1.26-3.532c.1-.361.17-.623.273-.84c.318-.667.81-.758 1.43-.705c.755.066 1.275 1.119 1.37 1.847c.08.609.064 1.42-.047 2.454h.047c.215 0 .626.04.802.16c.569.384.602 1.519.283 2.413C29 22 27.203 23.133 27 25c-.129 1.177.095 1.87.451 2.998c.396 1.255.9 1.983 1.554 2.989c.918 1.418 1.867 2.885 1.867 4.64c0 2.106-.674 3.765-2.004 4.931c-1.152 1.008-2.859 1.67-4.869 1.671"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGCTgDrhZD)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkTwotoneVegetables(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGCTgDrhZD"><g fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M32 7.902c1.5-.402 3.33-.29 4.44 0c2.501.658 4.325 1.788 5.416 3.36c1.263 1.817 1.481 4.137.652 6.894c-1.699 5.64-8.6 9.14-9.008 9.344m-6.253 13.77q.774.148 1.562.151c1.47 0 2.735-.415 3.757-1.234c1.113-.885 1.934-2.187 2.267-3.909s-.153-3.335-.68-4.91c-.373-1.118-.618-2.804-.653-3.868m-20.5-1s-5.81-2.706-7.507-8.344c-.83-2.756-.611-5.074.651-6.894c1.093-1.571 2.914-2.7 5.416-3.36c1.111-.29 2.174-.439 3.162-.439M13.5 27c.5 1 .068 2.796-.46 4.372c-.527 1.576-1.071 3.202-.68 4.91c.39 1.706 1.153 3.023 2.264 3.908c1.024.818 1.906 1.31 3.376 1.31c.523-.002 2-.5 2-.5"/><path d="M23.5 4C28.747 4 33 6.643 33 14.375S23.5 32 23.5 32S14 22.107 14 14.375C14 6.642 18.253 4 23.5 4"/><path fill="#555" d="M24 42.229c-2.01 0-3.72-.662-4.87-1.67c-1.327-1.166-2.003-2.826-2.003-4.932c0-1.756.95-3.221 1.867-4.64c.652-1.007 1.554-2.99 1.554-2.99s.475-1.636.397-2.7c-.145-1.964-2.052-3.443-2.362-4.457c-.375-1.26-.283-2.028.285-2.412c.175-.12.845-.16.845-.16s-.126-1.846-.047-2.455c.095-.73.476-1.772 1.372-1.848c.62-.053 1.11.04 1.428.707c.102.216.173.477.272.839a26 26 0 0 0 1.257 3.532a26 26 0 0 0 1.26-3.532c.1-.361.17-.623.273-.84c.318-.667.81-.758 1.43-.705c.755.066 1.275 1.119 1.37 1.847c.08.609.064 1.42-.047 2.454h.047c.215 0 .626.04.802.16c.569.384.602 1.519.283 2.413C29 22 27.203 23.133 27 25c-.129 1.177.095 1.87.451 2.998c.396 1.255.9 1.983 1.554 2.989c.918 1.418 1.867 2.885 1.867 4.64c0 2.106-.674 3.765-2.004 4.931c-1.152 1.008-2.859 1.67-4.869 1.671"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGCTgDrhZD)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGCTgDrhZD"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M32 7.902c1.5-.402 3.33-.29 4.44 0c2.501.658 4.325 1.788 5.416 3.36c1.263 1.817 1.481 4.137.652 6.894c-1.699 5.64-8.6 9.14-9.008 9.344m-6.253 13.77q.774.148 1.562.151c1.47 0 2.735-.415 3.757-1.234c1.113-.885 1.934-2.187 2.267-3.909s-.153-3.335-.68-4.91c-.373-1.118-.618-2.804-.653-3.868m-20.5-1s-5.81-2.706-7.507-8.344c-.83-2.756-.611-5.074.651-6.894c1.093-1.571 2.914-2.7 5.416-3.36c1.111-.29 2.174-.439 3.162-.439M13.5 27c.5 1 .068 2.796-.46 4.372c-.527 1.576-1.071 3.202-.68 4.91c.39 1.706 1.153 3.023 2.264 3.908c1.024.818 1.906 1.31 3.376 1.31c.523-.002 2-.5 2-.5"/><path d="M23.5 4C28.747 4 33 6.643 33 14.375S23.5 32 23.5 32S14 22.107 14 14.375C14 6.642 18.253 4 23.5 4"/><path fill="#555" d="M24 42.229c-2.01 0-3.72-.662-4.87-1.67c-1.327-1.166-2.003-2.826-2.003-4.932c0-1.756.95-3.221 1.867-4.64c.652-1.007 1.554-2.99 1.554-2.99s.475-1.636.397-2.7c-.145-1.964-2.052-3.443-2.362-4.457c-.375-1.26-.283-2.028.285-2.412c.175-.12.845-.16.845-.16s-.126-1.846-.047-2.455c.095-.73.476-1.772 1.372-1.848c.62-.053 1.11.04 1.428.707c.102.216.173.477.272.839a26 26 0 0 0 1.257 3.532a26 26 0 0 0 1.26-3.532c.1-.361.17-.623.273-.84c.318-.667.81-.758 1.43-.705c.755.066 1.275 1.119 1.37 1.847c.08.609.064 1.42-.047 2.454h.047c.215 0 .626.04.802.16c.569.384.602 1.519.283 2.413C29 22 27.203 23.133 27 25c-.129 1.177.095 1.87.451 2.998c.396 1.255.9 1.983 1.554 2.989c.918 1.418 1.867 2.885 1.867 4.64c0 2.106-.674 3.765-2.004 4.931c-1.152 1.008-2.859 1.67-4.869 1.671"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGCTgDrhZD)"/></svg>
</template>

CSS

.icon-vegetables {
  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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGCTgDrhZD%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M32%207.902c1.5-.402%203.33-.29%204.44%200c2.501.658%204.325%201.788%205.416%203.36c1.263%201.817%201.481%204.137.652%206.894c-1.699%205.64-8.6%209.14-9.008%209.344m-6.253%2013.77q.774.148%201.562.151c1.47%200%202.735-.415%203.757-1.234c1.113-.885%201.934-2.187%202.267-3.909s-.153-3.335-.68-4.91c-.373-1.118-.618-2.804-.653-3.868m-20.5-1s-5.81-2.706-7.507-8.344c-.83-2.756-.611-5.074.651-6.894c1.093-1.571%202.914-2.7%205.416-3.36c1.111-.29%202.174-.439%203.162-.439M13.5%2027c.5%201%20.068%202.796-.46%204.372c-.527%201.576-1.071%203.202-.68%204.91c.39%201.706%201.153%203.023%202.264%203.908c1.024.818%201.906%201.31%203.376%201.31c.523-.002%202-.5%202-.5%22%2F%3E%3Cpath%20d%3D%22M23.5%204C28.747%204%2033%206.643%2033%2014.375S23.5%2032%2023.5%2032S14%2022.107%2014%2014.375C14%206.642%2018.253%204%2023.5%204%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M24%2042.229c-2.01%200-3.72-.662-4.87-1.67c-1.327-1.166-2.003-2.826-2.003-4.932c0-1.756.95-3.221%201.867-4.64c.652-1.007%201.554-2.99%201.554-2.99s.475-1.636.397-2.7c-.145-1.964-2.052-3.443-2.362-4.457c-.375-1.26-.283-2.028.285-2.412c.175-.12.845-.16.845-.16s-.126-1.846-.047-2.455c.095-.73.476-1.772%201.372-1.848c.62-.053%201.11.04%201.428.707c.102.216.173.477.272.839a26%2026%200%200%200%201.257%203.532a26%2026%200%200%200%201.26-3.532c.1-.361.17-.623.273-.84c.318-.667.81-.758%201.43-.705c.755.066%201.275%201.119%201.37%201.847c.08.609.064%201.42-.047%202.454h.047c.215%200%20.626.04.802.16c.569.384.602%201.519.283%202.413C29%2022%2027.203%2023.133%2027%2025c-.129%201.177.095%201.87.451%202.998c.396%201.255.9%201.983%201.554%202.989c.918%201.418%201.867%202.885%201.867%204.64c0%202.106-.674%203.765-2.004%204.931c-1.152%201.008-2.859%201.67-4.869%201.671%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGCTgDrhZD)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGCTgDrhZD%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M32%207.902c1.5-.402%203.33-.29%204.44%200c2.501.658%204.325%201.788%205.416%203.36c1.263%201.817%201.481%204.137.652%206.894c-1.699%205.64-8.6%209.14-9.008%209.344m-6.253%2013.77q.774.148%201.562.151c1.47%200%202.735-.415%203.757-1.234c1.113-.885%201.934-2.187%202.267-3.909s-.153-3.335-.68-4.91c-.373-1.118-.618-2.804-.653-3.868m-20.5-1s-5.81-2.706-7.507-8.344c-.83-2.756-.611-5.074.651-6.894c1.093-1.571%202.914-2.7%205.416-3.36c1.111-.29%202.174-.439%203.162-.439M13.5%2027c.5%201%20.068%202.796-.46%204.372c-.527%201.576-1.071%203.202-.68%204.91c.39%201.706%201.153%203.023%202.264%203.908c1.024.818%201.906%201.31%203.376%201.31c.523-.002%202-.5%202-.5%22%2F%3E%3Cpath%20d%3D%22M23.5%204C28.747%204%2033%206.643%2033%2014.375S23.5%2032%2023.5%2032S14%2022.107%2014%2014.375C14%206.642%2018.253%204%2023.5%204%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M24%2042.229c-2.01%200-3.72-.662-4.87-1.67c-1.327-1.166-2.003-2.826-2.003-4.932c0-1.756.95-3.221%201.867-4.64c.652-1.007%201.554-2.99%201.554-2.99s.475-1.636.397-2.7c-.145-1.964-2.052-3.443-2.362-4.457c-.375-1.26-.283-2.028.285-2.412c.175-.12.845-.16.845-.16s-.126-1.846-.047-2.455c.095-.73.476-1.772%201.372-1.848c.62-.053%201.11.04%201.428.707c.102.216.173.477.272.839a26%2026%200%200%200%201.257%203.532a26%2026%200%200%200%201.26-3.532c.1-.361.17-.623.273-.84c.318-.667.81-.758%201.43-.705c.755.066%201.275%201.119%201.37%201.847c.08.609.064%201.42-.047%202.454h.047c.215%200%20.626.04.802.16c.569.384.602%201.519.283%202.413C29%2022%2027.203%2023.133%2027%2025c-.129%201.177.095%201.87.451%202.998c.396%201.255.9%201.983%201.554%202.989c.918%201.418%201.867%202.885%201.867%204.64c0%202.106-.674%203.765-2.004%204.931c-1.152%201.008-2.859%201.67-4.869%201.671%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGCTgDrhZD)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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