broccoli icon
broccoli from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- broccoli
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
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-width="1.5"><path stroke-linejoin="round" d="M4.052 8.462C1.877 10.47 3.258 14 6.516 14c1.63 0 3.008-.981 3.45-2.327m-4.029-1.365C2.323 8.89 4.247 4.36 7.952 4.798C7.952 3.27 9.305 2 10.974 2s3.022 1.022 3.022 2.551a3.17 3.17 0 0 1 2.015-.705c1.669 0 3.021 1.24 3.021 2.77c0 1.529-1.352 2.769-3.021 2.769m2.85-1.847C22.35 8.808 21.335 14 17.52 14c-1.947 0-3.525-1.496-3.525-3.341c-1.007 1.495-2.518 1.956-4.03 1.033"/><path d="M7 14c.886.441 2.413 2.537 2.5 7c.013.66 1.784 1 2.5 1s2.487-.34 2.5-1c.087-4.463 1.614-6.558 2.5-7"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBroccoli(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M4.052 8.462C1.877 10.47 3.258 14 6.516 14c1.63 0 3.008-.981 3.45-2.327m-4.029-1.365C2.323 8.89 4.247 4.36 7.952 4.798C7.952 3.27 9.305 2 10.974 2s3.022 1.022 3.022 2.551a3.17 3.17 0 0 1 2.015-.705c1.669 0 3.021 1.24 3.021 2.77c0 1.529-1.352 2.769-3.021 2.769m2.85-1.847C22.35 8.808 21.335 14 17.52 14c-1.947 0-3.525-1.496-3.525-3.341c-1.007 1.495-2.518 1.956-4.03 1.033"/><path d="M7 14c.886.441 2.413 2.537 2.5 7c.013.66 1.784 1 2.5 1s2.487-.34 2.5-1c.087-4.463 1.614-6.558 2.5-7"/></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-width="1.5"><path stroke-linejoin="round" d="M4.052 8.462C1.877 10.47 3.258 14 6.516 14c1.63 0 3.008-.981 3.45-2.327m-4.029-1.365C2.323 8.89 4.247 4.36 7.952 4.798C7.952 3.27 9.305 2 10.974 2s3.022 1.022 3.022 2.551a3.17 3.17 0 0 1 2.015-.705c1.669 0 3.021 1.24 3.021 2.77c0 1.529-1.352 2.769-3.021 2.769m2.85-1.847C22.35 8.808 21.335 14 17.52 14c-1.947 0-3.525-1.496-3.525-3.341c-1.007 1.495-2.518 1.956-4.03 1.033"/><path d="M7 14c.886.441 2.413 2.537 2.5 7c.013.66 1.784 1 2.5 1s2.487-.34 2.5-1c.087-4.463 1.614-6.558 2.5-7"/></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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.052%208.462C1.877%2010.47%203.258%2014%206.516%2014c1.63%200%203.008-.981%203.45-2.327m-4.029-1.365C2.323%208.89%204.247%204.36%207.952%204.798C7.952%203.27%209.305%202%2010.974%202s3.022%201.022%203.022%202.551a3.17%203.17%200%200%201%202.015-.705c1.669%200%203.021%201.24%203.021%202.77c0%201.529-1.352%202.769-3.021%202.769m2.85-1.847C22.35%208.808%2021.335%2014%2017.52%2014c-1.947%200-3.525-1.496-3.525-3.341c-1.007%201.495-2.518%201.956-4.03%201.033%22%2F%3E%3Cpath%20d%3D%22M7%2014c.886.441%202.413%202.537%202.5%207c.013.66%201.784%201%202.5%201s2.487-.34%202.5-1c.087-4.463%201.614-6.558%202.5-7%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.052%208.462C1.877%2010.47%203.258%2014%206.516%2014c1.63%200%203.008-.981%203.45-2.327m-4.029-1.365C2.323%208.89%204.247%204.36%207.952%204.798C7.952%203.27%209.305%202%2010.974%202s3.022%201.022%203.022%202.551a3.17%203.17%200%200%201%202.015-.705c1.669%200%203.021%201.24%203.021%202.77c0%201.529-1.352%202.769-3.021%202.769m2.85-1.847C22.35%208.808%2021.335%2014%2017.52%2014c-1.947%200-3.525-1.496-3.525-3.341c-1.007%201.495-2.518%201.956-4.03%201.033%22%2F%3E%3Cpath%20d%3D%22M7%2014c.886.441%202.413%202.537%202.5%207c.013.66%201.784%201%202.5%201s2.487-.34%202.5-1c.087-4.463%201.614-6.558%202.5-7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/broccoli.svg?color=%231a73e8&size=48