garlic from IconPark Outline by ByteDance · Outline · Foods · Apache-2.0 Free for personal and commercial use.

Name
garlic
Set
IconPark Outline
Style
Outline
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark Outline

Use the garlic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M27 21c0 8 3 6 4 11c1.024 5.123-3.262 10-8.5 10c-5.239 0-9.5-4.775-9.5-10c0-4.61 2.5-7.5 5-9s5-3 5-7"/><path d="M33 23c1 0 5.5 2 6 7c.452 4.523-2.5 11.5-15 12"/><path d="M16.001 40c-7.847 0-11.999-4.703-12-10c0-5.705 8-11 10-12s3-2.952 3-5V9c0-1.38.62-2 2-2h9c1.14 0 2 1 2 2v3c0 2.051 1.27 3.673 3.087 4.578c.76.38 1.561.742 2.38 1.077c3.31 1.354 8.533 3.49 8.533 9.345c0 4.881-3.403 9-6 9"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineGarlic(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="4"><path strokeLinejoin="round" d="M27 21c0 8 3 6 4 11c1.024 5.123-3.262 10-8.5 10c-5.239 0-9.5-4.775-9.5-10c0-4.61 2.5-7.5 5-9s5-3 5-7"/><path d="M33 23c1 0 5.5 2 6 7c.452 4.523-2.5 11.5-15 12"/><path d="M16.001 40c-7.847 0-11.999-4.703-12-10c0-5.705 8-11 10-12s3-2.952 3-5V9c0-1.38.62-2 2-2h9c1.14 0 2 1 2 2v3c0 2.051 1.27 3.673 3.087 4.578c.76.38 1.561.742 2.38 1.077c3.31 1.354 8.533 3.49 8.533 9.345c0 4.881-3.403 9-6 9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M27 21c0 8 3 6 4 11c1.024 5.123-3.262 10-8.5 10c-5.239 0-9.5-4.775-9.5-10c0-4.61 2.5-7.5 5-9s5-3 5-7"/><path d="M33 23c1 0 5.5 2 6 7c.452 4.523-2.5 11.5-15 12"/><path d="M16.001 40c-7.847 0-11.999-4.703-12-10c0-5.705 8-11 10-12s3-2.952 3-5V9c0-1.38.62-2 2-2h9c1.14 0 2 1 2 2v3c0 2.051 1.27 3.673 3.087 4.578c.76.38 1.561.742 2.38 1.077c3.31 1.354 8.533 3.49 8.533 9.345c0 4.881-3.403 9-6 9"/></g></svg>
</template>

CSS

.icon-garlic {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M27%2021c0%208%203%206%204%2011c1.024%205.123-3.262%2010-8.5%2010c-5.239%200-9.5-4.775-9.5-10c0-4.61%202.5-7.5%205-9s5-3%205-7%22%2F%3E%3Cpath%20d%3D%22M33%2023c1%200%205.5%202%206%207c.452%204.523-2.5%2011.5-15%2012%22%2F%3E%3Cpath%20d%3D%22M16.001%2040c-7.847%200-11.999-4.703-12-10c0-5.705%208-11%2010-12s3-2.952%203-5V9c0-1.38.62-2%202-2h9c1.14%200%202%201%202%202v3c0%202.051%201.27%203.673%203.087%204.578c.76.38%201.561.742%202.38%201.077c3.31%201.354%208.533%203.49%208.533%209.345c0%204.881-3.403%209-6%209%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M27%2021c0%208%203%206%204%2011c1.024%205.123-3.262%2010-8.5%2010c-5.239%200-9.5-4.775-9.5-10c0-4.61%202.5-7.5%205-9s5-3%205-7%22%2F%3E%3Cpath%20d%3D%22M33%2023c1%200%205.5%202%206%207c.452%204.523-2.5%2011.5-15%2012%22%2F%3E%3Cpath%20d%3D%22M16.001%2040c-7.847%200-11.999-4.703-12-10c0-5.705%208-11%2010-12s3-2.952%203-5V9c0-1.38.62-2%202-2h9c1.14%200%202%201%202%202v3c0%202.051%201.27%203.673%203.087%204.578c.76.38%201.561.742%202.38%201.077c3.31%201.354%208.533%203.49%208.533%209.345c0%204.881-3.403%209-6%209%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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