cabbage-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
cabbage-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the cabbage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.09 4.094l-.171 2.456a5.82 5.82 0 0 1 1.626 3.163a6.8 6.8 0 0 1 2.297-1.022l-1.213-2.04l1.72-1.022l1.787 3.006c.795.114 1.622.365 2.357.8q.083.048.162.1a13.4 13.4 0 0 0-1.678-3.82c-.88-1.36-2.1-2.634-3.585-3.23c-1.595-.64-3.19-.04-3.298 1.558zm-2.007.027l-.226 3.25l.369.327c1.165 1.03 1.556 2.294 1.377 3.913a5.4 5.4 0 0 0-.995.117l-.031-.052a3.8 3.8 0 0 0-1.03-1.093c-.79-.555-1.873-.83-3.042-.393a11.4 11.4 0 0 0-1.715-.817l-.238-.084l2.854-3.533L7.85 4.5L4.288 8.91a6.55 6.55 0 0 0-2.645.51q-.2.086-.392.188A10.7 10.7 0 0 1 6.509 2.48c1.046-.585 2.143-.881 3.175-.854c1.75.045 2.498.91 2.402 2.375zM1.024 12.74c.318 4.865 3.746 8.785 8.29 9.926a20 20 0 0 1-.59-3.414l-5.138-5.194l1.421-1.407l3.785 3.825c.243-1.472.88-2.918 2.008-3.86a1.8 1.8 0 0 0-.403-.396c-.365-.256-.84-.38-1.463-.03l-.516.29l-.502-.312c-.691-.43-1.295-.726-1.818-.919c-1.349-.498-2.694-.411-3.664.007c-.853.367-1.305.922-1.41 1.485m12.403 6.313l-2.315 2.552c-.282-1.234-.478-2.653-.43-3.962c.062-1.754.763-3.197 1.8-3.768c.43-.237 1.19-.33 1.79-.224l.889.155l.245-.868c.128-.453.468-.94.998-1.371a4.8 4.8 0 0 1 1.834-.915c.765-.188 2.189-.117 3.238.504c.498.294.884.695 1.103 1.23c.22.539.31 1.306.052 2.399l.017.004a10.96 10.96 0 0 1-10.087 8.196l7.295-8.04l-1.481-1.344l-2.932 3.23l.007-1.014l-2-.014z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignCabbageFilled(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="m14.09 4.094l-.171 2.456a5.82 5.82 0 0 1 1.626 3.163a6.8 6.8 0 0 1 2.297-1.022l-1.213-2.04l1.72-1.022l1.787 3.006c.795.114 1.622.365 2.357.8q.083.048.162.1a13.4 13.4 0 0 0-1.678-3.82c-.88-1.36-2.1-2.634-3.585-3.23c-1.595-.64-3.19-.04-3.298 1.558zm-2.007.027l-.226 3.25l.369.327c1.165 1.03 1.556 2.294 1.377 3.913a5.4 5.4 0 0 0-.995.117l-.031-.052a3.8 3.8 0 0 0-1.03-1.093c-.79-.555-1.873-.83-3.042-.393a11.4 11.4 0 0 0-1.715-.817l-.238-.084l2.854-3.533L7.85 4.5L4.288 8.91a6.55 6.55 0 0 0-2.645.51q-.2.086-.392.188A10.7 10.7 0 0 1 6.509 2.48c1.046-.585 2.143-.881 3.175-.854c1.75.045 2.498.91 2.402 2.375zM1.024 12.74c.318 4.865 3.746 8.785 8.29 9.926a20 20 0 0 1-.59-3.414l-5.138-5.194l1.421-1.407l3.785 3.825c.243-1.472.88-2.918 2.008-3.86a1.8 1.8 0 0 0-.403-.396c-.365-.256-.84-.38-1.463-.03l-.516.29l-.502-.312c-.691-.43-1.295-.726-1.818-.919c-1.349-.498-2.694-.411-3.664.007c-.853.367-1.305.922-1.41 1.485m12.403 6.313l-2.315 2.552c-.282-1.234-.478-2.653-.43-3.962c.062-1.754.763-3.197 1.8-3.768c.43-.237 1.19-.33 1.79-.224l.889.155l.245-.868c.128-.453.468-.94.998-1.371a4.8 4.8 0 0 1 1.834-.915c.765-.188 2.189-.117 3.238.504c.498.294.884.695 1.103 1.23c.22.539.31 1.306.052 2.399l.017.004a10.96 10.96 0 0 1-10.087 8.196l7.295-8.04l-1.481-1.344l-2.932 3.23l.007-1.014l-2-.014z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.09 4.094l-.171 2.456a5.82 5.82 0 0 1 1.626 3.163a6.8 6.8 0 0 1 2.297-1.022l-1.213-2.04l1.72-1.022l1.787 3.006c.795.114 1.622.365 2.357.8q.083.048.162.1a13.4 13.4 0 0 0-1.678-3.82c-.88-1.36-2.1-2.634-3.585-3.23c-1.595-.64-3.19-.04-3.298 1.558zm-2.007.027l-.226 3.25l.369.327c1.165 1.03 1.556 2.294 1.377 3.913a5.4 5.4 0 0 0-.995.117l-.031-.052a3.8 3.8 0 0 0-1.03-1.093c-.79-.555-1.873-.83-3.042-.393a11.4 11.4 0 0 0-1.715-.817l-.238-.084l2.854-3.533L7.85 4.5L4.288 8.91a6.55 6.55 0 0 0-2.645.51q-.2.086-.392.188A10.7 10.7 0 0 1 6.509 2.48c1.046-.585 2.143-.881 3.175-.854c1.75.045 2.498.91 2.402 2.375zM1.024 12.74c.318 4.865 3.746 8.785 8.29 9.926a20 20 0 0 1-.59-3.414l-5.138-5.194l1.421-1.407l3.785 3.825c.243-1.472.88-2.918 2.008-3.86a1.8 1.8 0 0 0-.403-.396c-.365-.256-.84-.38-1.463-.03l-.516.29l-.502-.312c-.691-.43-1.295-.726-1.818-.919c-1.349-.498-2.694-.411-3.664.007c-.853.367-1.305.922-1.41 1.485m12.403 6.313l-2.315 2.552c-.282-1.234-.478-2.653-.43-3.962c.062-1.754.763-3.197 1.8-3.768c.43-.237 1.19-.33 1.79-.224l.889.155l.245-.868c.128-.453.468-.94.998-1.371a4.8 4.8 0 0 1 1.834-.915c.765-.188 2.189-.117 3.238.504c.498.294.884.695 1.103 1.23c.22.539.31 1.306.052 2.399l.017.004a10.96 10.96 0 0 1-10.087 8.196l7.295-8.04l-1.481-1.344l-2.932 3.23l.007-1.014l-2-.014z"/></svg>
</template>

CSS

.icon-cabbage-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%22m14.09%204.094l-.171%202.456a5.82%205.82%200%200%201%201.626%203.163a6.8%206.8%200%200%201%202.297-1.022l-1.213-2.04l1.72-1.022l1.787%203.006c.795.114%201.622.365%202.357.8q.083.048.162.1a13.4%2013.4%200%200%200-1.678-3.82c-.88-1.36-2.1-2.634-3.585-3.23c-1.595-.64-3.19-.04-3.298%201.558zm-2.007.027l-.226%203.25l.369.327c1.165%201.03%201.556%202.294%201.377%203.913a5.4%205.4%200%200%200-.995.117l-.031-.052a3.8%203.8%200%200%200-1.03-1.093c-.79-.555-1.873-.83-3.042-.393a11.4%2011.4%200%200%200-1.715-.817l-.238-.084l2.854-3.533L7.85%204.5L4.288%208.91a6.55%206.55%200%200%200-2.645.51q-.2.086-.392.188A10.7%2010.7%200%200%201%206.509%202.48c1.046-.585%202.143-.881%203.175-.854c1.75.045%202.498.91%202.402%202.375zM1.024%2012.74c.318%204.865%203.746%208.785%208.29%209.926a20%2020%200%200%201-.59-3.414l-5.138-5.194l1.421-1.407l3.785%203.825c.243-1.472.88-2.918%202.008-3.86a1.8%201.8%200%200%200-.403-.396c-.365-.256-.84-.38-1.463-.03l-.516.29l-.502-.312c-.691-.43-1.295-.726-1.818-.919c-1.349-.498-2.694-.411-3.664.007c-.853.367-1.305.922-1.41%201.485m12.403%206.313l-2.315%202.552c-.282-1.234-.478-2.653-.43-3.962c.062-1.754.763-3.197%201.8-3.768c.43-.237%201.19-.33%201.79-.224l.889.155l.245-.868c.128-.453.468-.94.998-1.371a4.8%204.8%200%200%201%201.834-.915c.765-.188%202.189-.117%203.238.504c.498.294.884.695%201.103%201.23c.22.539.31%201.306.052%202.399l.017.004a10.96%2010.96%200%200%201-10.087%208.196l7.295-8.04l-1.481-1.344l-2.932%203.23l.007-1.014l-2-.014z%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%22m14.09%204.094l-.171%202.456a5.82%205.82%200%200%201%201.626%203.163a6.8%206.8%200%200%201%202.297-1.022l-1.213-2.04l1.72-1.022l1.787%203.006c.795.114%201.622.365%202.357.8q.083.048.162.1a13.4%2013.4%200%200%200-1.678-3.82c-.88-1.36-2.1-2.634-3.585-3.23c-1.595-.64-3.19-.04-3.298%201.558zm-2.007.027l-.226%203.25l.369.327c1.165%201.03%201.556%202.294%201.377%203.913a5.4%205.4%200%200%200-.995.117l-.031-.052a3.8%203.8%200%200%200-1.03-1.093c-.79-.555-1.873-.83-3.042-.393a11.4%2011.4%200%200%200-1.715-.817l-.238-.084l2.854-3.533L7.85%204.5L4.288%208.91a6.55%206.55%200%200%200-2.645.51q-.2.086-.392.188A10.7%2010.7%200%200%201%206.509%202.48c1.046-.585%202.143-.881%203.175-.854c1.75.045%202.498.91%202.402%202.375zM1.024%2012.74c.318%204.865%203.746%208.785%208.29%209.926a20%2020%200%200%201-.59-3.414l-5.138-5.194l1.421-1.407l3.785%203.825c.243-1.472.88-2.918%202.008-3.86a1.8%201.8%200%200%200-.403-.396c-.365-.256-.84-.38-1.463-.03l-.516.29l-.502-.312c-.691-.43-1.295-.726-1.818-.919c-1.349-.498-2.694-.411-3.664.007c-.853.367-1.305.922-1.41%201.485m12.403%206.313l-2.315%202.552c-.282-1.234-.478-2.653-.43-3.962c.062-1.754.763-3.197%201.8-3.768c.43-.237%201.19-.33%201.79-.224l.889.155l.245-.868c.128-.453.468-.94.998-1.371a4.8%204.8%200%200%201%201.834-.915c.765-.188%202.189-.117%203.238.504c.498.294.884.695%201.103%201.23c.22.539.31%201.306.052%202.399l.017.004a10.96%2010.96%200%200%201-10.087%208.196l7.295-8.04l-1.481-1.344l-2.932%203.23l.007-1.014l-2-.014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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