broccoli icon

broccoli from Lucide by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
broccoli
Set
Lucide
Style
Outline
Viewbox
24×24
License
ISC

The same icon in other sets

Use the broccoli icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10 13a3 3 0 0 1-2.121-5.121"/><path d="M15.606 14.204c-3.5 1.5-5.899 4.503-8.899 7.503A1 1 0 0 1 6 22c-2 0-4-2-4-4a1 1 0 0 1 .293-.707c1.911-1.911 3.823-3.578 5.347-5.441"/><path d="M16.573 14.737A4 4 0 0 1 14 11"/><path d="M7.14 10.907a4 4 0 1 1 2.756-7.43A4 4 0 0 1 16.7 4.48a2 2 0 0 1 2.82 2.82a4 4 0 0 1 1.002 6.805a4 4 0 1 1-7.51 1.59"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideBroccoli(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M10 13a3 3 0 0 1-2.121-5.121"/><path d="M15.606 14.204c-3.5 1.5-5.899 4.503-8.899 7.503A1 1 0 0 1 6 22c-2 0-4-2-4-4a1 1 0 0 1 .293-.707c1.911-1.911 3.823-3.578 5.347-5.441"/><path d="M16.573 14.737A4 4 0 0 1 14 11"/><path d="M7.14 10.907a4 4 0 1 1 2.756-7.43A4 4 0 0 1 16.7 4.48a2 2 0 0 1 2.82 2.82a4 4 0 0 1 1.002 6.805a4 4 0 1 1-7.51 1.59"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10 13a3 3 0 0 1-2.121-5.121"/><path d="M15.606 14.204c-3.5 1.5-5.899 4.503-8.899 7.503A1 1 0 0 1 6 22c-2 0-4-2-4-4a1 1 0 0 1 .293-.707c1.911-1.911 3.823-3.578 5.347-5.441"/><path d="M16.573 14.737A4 4 0 0 1 14 11"/><path d="M7.14 10.907a4 4 0 1 1 2.756-7.43A4 4 0 0 1 16.7 4.48a2 2 0 0 1 2.82 2.82a4 4 0 0 1 1.002 6.805a4 4 0 1 1-7.51 1.59"/></g></svg>
</template>

CSS

.icon-broccoli {
  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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M10%2013a3%203%200%200%201-2.121-5.121%22%2F%3E%3Cpath%20d%3D%22M15.606%2014.204c-3.5%201.5-5.899%204.503-8.899%207.503A1%201%200%200%201%206%2022c-2%200-4-2-4-4a1%201%200%200%201%20.293-.707c1.911-1.911%203.823-3.578%205.347-5.441%22%2F%3E%3Cpath%20d%3D%22M16.573%2014.737A4%204%200%200%201%2014%2011%22%2F%3E%3Cpath%20d%3D%22M7.14%2010.907a4%204%200%201%201%202.756-7.43A4%204%200%200%201%2016.7%204.48a2%202%200%200%201%202.82%202.82a4%204%200%200%201%201.002%206.805a4%204%200%201%201-7.51%201.59%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M10%2013a3%203%200%200%201-2.121-5.121%22%2F%3E%3Cpath%20d%3D%22M15.606%2014.204c-3.5%201.5-5.899%204.503-8.899%207.503A1%201%200%200%201%206%2022c-2%200-4-2-4-4a1%201%200%200%201%20.293-.707c1.911-1.911%203.823-3.578%205.347-5.441%22%2F%3E%3Cpath%20d%3D%22M16.573%2014.737A4%204%200%200%201%2014%2011%22%2F%3E%3Cpath%20d%3D%22M7.14%2010.907a4%204%200%201%201%202.756-7.43A4%204%200%200%201%2016.7%204.48a2%202%200%200%201%202.82%202.82a4%204%200%200%201%201.002%206.805a4%204%200%201%201-7.51%201.59%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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