broccoli icon
broccoli-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- broccoli-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
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"><path fill="currentColor" d="M19.865 6.996a5.222 5.222 0 0 1-3.714 9.76a5.2 5.2 0 0 0 2.832.834c.647 0 1.266-.118 1.838-.333a4.532 4.532 0 0 1-8.88.896c-.172-.008-.435.028-.807.165c-.498.182-1.06.494-1.626.874a18.5 18.5 0 0 0-2.458 2l-.707.708L2.1 17.657l.707-.707c.468-.468 1.156-1.66 1.725-2.998c.275-.646.502-1.28.648-1.814c.073-.263.118-.475.144-.636a5.22 5.22 0 0 1 5.822-8.648l.006-.006l.25.17a5.22 5.22 0 0 1 2.257 3.71l.004.028q.032-.33.032-.666a6.7 6.7 0 0 0-1.395-4.1a5.125 5.125 0 0 1 7.566 5.007m-7.792 8.284q.049-.137.107-.271l-.887-.888l-1.415 1.415l-1.414-1.415l1.414-1.414l-.268-.268a4.74 4.74 0 0 1-2.44-.004q-.03.119-.061.233a17 17 0 0 1-.736 2.067c-.42.989-.962 2.05-1.517 2.85l1.514 1.513a20 20 0 0 1 2.026-1.569c.633-.423 1.343-.83 2.05-1.09c.42-.154.899-.277 1.387-.286a4.5 4.5 0 0 1 .24-.873"/></svg>
React
import type { SVGProps } from "react";
export function TdesignBroccoliFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.865 6.996a5.222 5.222 0 0 1-3.714 9.76a5.2 5.2 0 0 0 2.832.834c.647 0 1.266-.118 1.838-.333a4.532 4.532 0 0 1-8.88.896c-.172-.008-.435.028-.807.165c-.498.182-1.06.494-1.626.874a18.5 18.5 0 0 0-2.458 2l-.707.708L2.1 17.657l.707-.707c.468-.468 1.156-1.66 1.725-2.998c.275-.646.502-1.28.648-1.814c.073-.263.118-.475.144-.636a5.22 5.22 0 0 1 5.822-8.648l.006-.006l.25.17a5.22 5.22 0 0 1 2.257 3.71l.004.028q.032-.33.032-.666a6.7 6.7 0 0 0-1.395-4.1a5.125 5.125 0 0 1 7.566 5.007m-7.792 8.284q.049-.137.107-.271l-.887-.888l-1.415 1.415l-1.414-1.415l1.414-1.414l-.268-.268a4.74 4.74 0 0 1-2.44-.004q-.03.119-.061.233a17 17 0 0 1-.736 2.067c-.42.989-.962 2.05-1.517 2.85l1.514 1.513a20 20 0 0 1 2.026-1.569c.633-.423 1.343-.83 2.05-1.09c.42-.154.899-.277 1.387-.286a4.5 4.5 0 0 1 .24-.873"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.865 6.996a5.222 5.222 0 0 1-3.714 9.76a5.2 5.2 0 0 0 2.832.834c.647 0 1.266-.118 1.838-.333a4.532 4.532 0 0 1-8.88.896c-.172-.008-.435.028-.807.165c-.498.182-1.06.494-1.626.874a18.5 18.5 0 0 0-2.458 2l-.707.708L2.1 17.657l.707-.707c.468-.468 1.156-1.66 1.725-2.998c.275-.646.502-1.28.648-1.814c.073-.263.118-.475.144-.636a5.22 5.22 0 0 1 5.822-8.648l.006-.006l.25.17a5.22 5.22 0 0 1 2.257 3.71l.004.028q.032-.33.032-.666a6.7 6.7 0 0 0-1.395-4.1a5.125 5.125 0 0 1 7.566 5.007m-7.792 8.284q.049-.137.107-.271l-.887-.888l-1.415 1.415l-1.414-1.415l1.414-1.414l-.268-.268a4.74 4.74 0 0 1-2.44-.004q-.03.119-.061.233a17 17 0 0 1-.736 2.067c-.42.989-.962 2.05-1.517 2.85l1.514 1.513a20 20 0 0 1 2.026-1.569c.633-.423 1.343-.83 2.05-1.09c.42-.154.899-.277 1.387-.286a4.5 4.5 0 0 1 .24-.873"/></svg> </template>
CSS
.icon-broccoli-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.865%206.996a5.222%205.222%200%200%201-3.714%209.76a5.2%205.2%200%200%200%202.832.834c.647%200%201.266-.118%201.838-.333a4.532%204.532%200%200%201-8.88.896c-.172-.008-.435.028-.807.165c-.498.182-1.06.494-1.626.874a18.5%2018.5%200%200%200-2.458%202l-.707.708L2.1%2017.657l.707-.707c.468-.468%201.156-1.66%201.725-2.998c.275-.646.502-1.28.648-1.814c.073-.263.118-.475.144-.636a5.22%205.22%200%200%201%205.822-8.648l.006-.006l.25.17a5.22%205.22%200%200%201%202.257%203.71l.004.028q.032-.33.032-.666a6.7%206.7%200%200%200-1.395-4.1a5.125%205.125%200%200%201%207.566%205.007m-7.792%208.284q.049-.137.107-.271l-.887-.888l-1.415%201.415l-1.414-1.415l1.414-1.414l-.268-.268a4.74%204.74%200%200%201-2.44-.004q-.03.119-.061.233a17%2017%200%200%201-.736%202.067c-.42.989-.962%202.05-1.517%202.85l1.514%201.513a20%2020%200%200%201%202.026-1.569c.633-.423%201.343-.83%202.05-1.09c.42-.154.899-.277%201.387-.286a4.5%204.5%200%200%201%20.24-.873%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.865%206.996a5.222%205.222%200%200%201-3.714%209.76a5.2%205.2%200%200%200%202.832.834c.647%200%201.266-.118%201.838-.333a4.532%204.532%200%200%201-8.88.896c-.172-.008-.435.028-.807.165c-.498.182-1.06.494-1.626.874a18.5%2018.5%200%200%200-2.458%202l-.707.708L2.1%2017.657l.707-.707c.468-.468%201.156-1.66%201.725-2.998c.275-.646.502-1.28.648-1.814c.073-.263.118-.475.144-.636a5.22%205.22%200%200%201%205.822-8.648l.006-.006l.25.17a5.22%205.22%200%200%201%202.257%203.71l.004.028q.032-.33.032-.666a6.7%206.7%200%200%200-1.395-4.1a5.125%205.125%200%200%201%207.566%205.007m-7.792%208.284q.049-.137.107-.271l-.887-.888l-1.415%201.415l-1.414-1.415l1.414-1.414l-.268-.268a4.74%204.74%200%200%201-2.44-.004q-.03.119-.061.233a17%2017%200%200%201-.736%202.067c-.42.989-.962%202.05-1.517%202.85l1.514%201.513a20%2020%200%200%201%202.026-1.569c.633-.423%201.343-.83%202.05-1.09c.42-.154.899-.277%201.387-.286a4.5%204.5%200%200%201%20.24-.873%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/broccoli-filled.svg?color=%231a73e8&size=48