garlic icon
garlic from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- garlic
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Use the garlic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m13.649 2l-4 2.5s.6 1.069.568 2.082C8.58 10.594 2 10.594 2 17.002C2 19.667 3.851 22 6.648 22c1.584 0 2.86-.582 2.86-.582c.46.313 1.14.582 2.14.582c.91 0 1.72-.128 2.38-.448c6.366 1.485 8.294-2.044 7.926-5.508C21.313 9.458 13.65 9.207 13.65 2"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M14.75 21.703c5.79 1.06 7.558-2.33 7.204-5.659C21.313 9.458 13.65 9.207 13.65 2l-4 2.5s.6 1.069.568 2.082C8.58 10.594 2 10.594 2 17.002C2 19.667 3.851 22 6.648 22a7.7 7.7 0 0 0 2.402-.408M13.649 10c0 2.5 1.112 3.062 1.887 5.531s.008 5.285-1.508 6.02c-.66.32-1.47.449-2.38.449c-1 0-1.68-.27-2.14-.582c-1.878-1.279-2.79-4.716-.56-9.608c.592-1.504.928-2.718 1.105-3.71q.036-.206.064-.4l.007-.05"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignGarlic(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="m13.649 2l-4 2.5s.6 1.069.568 2.082C8.58 10.594 2 10.594 2 17.002C2 19.667 3.851 22 6.648 22c1.584 0 2.86-.582 2.86-.582c.46.313 1.14.582 2.14.582c.91 0 1.72-.128 2.38-.448c6.366 1.485 8.294-2.044 7.926-5.508C21.313 9.458 13.65 9.207 13.65 2"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M14.75 21.703c5.79 1.06 7.558-2.33 7.204-5.659C21.313 9.458 13.65 9.207 13.65 2l-4 2.5s.6 1.069.568 2.082C8.58 10.594 2 10.594 2 17.002C2 19.667 3.851 22 6.648 22a7.7 7.7 0 0 0 2.402-.408M13.649 10c0 2.5 1.112 3.062 1.887 5.531s.008 5.285-1.508 6.02c-.66.32-1.47.449-2.38.449c-1 0-1.68-.27-2.14-.582c-1.878-1.279-2.79-4.716-.56-9.608c.592-1.504.928-2.718 1.105-3.71q.036-.206.064-.4l.007-.05"/></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="m13.649 2l-4 2.5s.6 1.069.568 2.082C8.58 10.594 2 10.594 2 17.002C2 19.667 3.851 22 6.648 22c1.584 0 2.86-.582 2.86-.582c.46.313 1.14.582 2.14.582c.91 0 1.72-.128 2.38-.448c6.366 1.485 8.294-2.044 7.926-5.508C21.313 9.458 13.65 9.207 13.65 2"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M14.75 21.703c5.79 1.06 7.558-2.33 7.204-5.659C21.313 9.458 13.65 9.207 13.65 2l-4 2.5s.6 1.069.568 2.082C8.58 10.594 2 10.594 2 17.002C2 19.667 3.851 22 6.648 22a7.7 7.7 0 0 0 2.402-.408M13.649 10c0 2.5 1.112 3.062 1.887 5.531s.008 5.285-1.508 6.02c-.66.32-1.47.449-2.38.449c-1 0-1.68-.27-2.14-.582c-1.878-1.279-2.79-4.716-.56-9.608c.592-1.504.928-2.718 1.105-3.71q.036-.206.064-.4l.007-.05"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22m13.649%202l-4%202.5s.6%201.069.568%202.082C8.58%2010.594%202%2010.594%202%2017.002C2%2019.667%203.851%2022%206.648%2022c1.584%200%202.86-.582%202.86-.582c.46.313%201.14.582%202.14.582c.91%200%201.72-.128%202.38-.448c6.366%201.485%208.294-2.044%207.926-5.508C21.313%209.458%2013.65%209.207%2013.65%202%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M14.75%2021.703c5.79%201.06%207.558-2.33%207.204-5.659C21.313%209.458%2013.65%209.207%2013.65%202l-4%202.5s.6%201.069.568%202.082C8.58%2010.594%202%2010.594%202%2017.002C2%2019.667%203.851%2022%206.648%2022a7.7%207.7%200%200%200%202.402-.408M13.649%2010c0%202.5%201.112%203.062%201.887%205.531s.008%205.285-1.508%206.02c-.66.32-1.47.449-2.38.449c-1%200-1.68-.27-2.14-.582c-1.878-1.279-2.79-4.716-.56-9.608c.592-1.504.928-2.718%201.105-3.71q.036-.206.064-.4l.007-.05%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%22m13.649%202l-4%202.5s.6%201.069.568%202.082C8.58%2010.594%202%2010.594%202%2017.002C2%2019.667%203.851%2022%206.648%2022c1.584%200%202.86-.582%202.86-.582c.46.313%201.14.582%202.14.582c.91%200%201.72-.128%202.38-.448c6.366%201.485%208.294-2.044%207.926-5.508C21.313%209.458%2013.65%209.207%2013.65%202%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M14.75%2021.703c5.79%201.06%207.558-2.33%207.204-5.659C21.313%209.458%2013.65%209.207%2013.65%202l-4%202.5s.6%201.069.568%202.082C8.58%2010.594%202%2010.594%202%2017.002C2%2019.667%203.851%2022%206.648%2022a7.7%207.7%200%200%200%202.402-.408M13.649%2010c0%202.5%201.112%203.062%201.887%205.531s.008%205.285-1.508%206.02c-.66.32-1.47.449-2.38.449c-1%200-1.68-.27-2.14-.582c-1.878-1.279-2.79-4.716-.56-9.608c.592-1.504.928-2.718%201.105-3.71q.036-.206.064-.4l.007-.05%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/garlic.svg?color=%231a73e8&size=48