bamboo shoot icon

bamboo-shoot from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
bamboo-shoot
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the bamboo shoot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M5.422 18.65c-1.98-1.98-3.182-4.125-3.536-4.95C4.02 11.566 6.077 9.862 8 8.5c2.77-1.961 5.263-3.211 7.306-4.008c3.494-1.363 5.672-1.399 5.672-1.399s-.045 2.745-1.962 7.017c-1.482 3.3-4.082 7.513-8.644 12.075c-.825-.353-2.97-1.555-4.95-3.535"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M10.279 21.65L8.087 9m.663-.38l7.64 1.227l2.16.216M15.408 5c.308 1.533.699 3.458.88 4.35M1.886 13.7c.354.825 1.556 2.97 3.536 4.95s4.125 3.182 4.95 3.535C20.837 11.72 20.978 3.093 20.978 3.093s-2.178.036-5.672 1.399c-3.46 1.35-8.213 4-13.42 9.208Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignBambooShoot(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="M5.422 18.65c-1.98-1.98-3.182-4.125-3.536-4.95C4.02 11.566 6.077 9.862 8 8.5c2.77-1.961 5.263-3.211 7.306-4.008c3.494-1.363 5.672-1.399 5.672-1.399s-.045 2.745-1.962 7.017c-1.482 3.3-4.082 7.513-8.644 12.075c-.825-.353-2.97-1.555-4.95-3.535"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M10.279 21.65L8.087 9m.663-.38l7.64 1.227l2.16.216M15.408 5c.308 1.533.699 3.458.88 4.35M1.886 13.7c.354.825 1.556 2.97 3.536 4.95s4.125 3.182 4.95 3.535C20.837 11.72 20.978 3.093 20.978 3.093s-2.178.036-5.672 1.399c-3.46 1.35-8.213 4-13.42 9.208Z"/></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="M5.422 18.65c-1.98-1.98-3.182-4.125-3.536-4.95C4.02 11.566 6.077 9.862 8 8.5c2.77-1.961 5.263-3.211 7.306-4.008c3.494-1.363 5.672-1.399 5.672-1.399s-.045 2.745-1.962 7.017c-1.482 3.3-4.082 7.513-8.644 12.075c-.825-.353-2.97-1.555-4.95-3.535"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M10.279 21.65L8.087 9m.663-.38l7.64 1.227l2.16.216M15.408 5c.308 1.533.699 3.458.88 4.35M1.886 13.7c.354.825 1.556 2.97 3.536 4.95s4.125 3.182 4.95 3.535C20.837 11.72 20.978 3.093 20.978 3.093s-2.178.036-5.672 1.399c-3.46 1.35-8.213 4-13.42 9.208Z"/></g></svg>
</template>

CSS

.icon-bamboo-shoot {
  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%22M5.422%2018.65c-1.98-1.98-3.182-4.125-3.536-4.95C4.02%2011.566%206.077%209.862%208%208.5c2.77-1.961%205.263-3.211%207.306-4.008c3.494-1.363%205.672-1.399%205.672-1.399s-.045%202.745-1.962%207.017c-1.482%203.3-4.082%207.513-8.644%2012.075c-.825-.353-2.97-1.555-4.95-3.535%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M10.279%2021.65L8.087%209m.663-.38l7.64%201.227l2.16.216M15.408%205c.308%201.533.699%203.458.88%204.35M1.886%2013.7c.354.825%201.556%202.97%203.536%204.95s4.125%203.182%204.95%203.535C20.837%2011.72%2020.978%203.093%2020.978%203.093s-2.178.036-5.672%201.399c-3.46%201.35-8.213%204-13.42%209.208Z%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%22M5.422%2018.65c-1.98-1.98-3.182-4.125-3.536-4.95C4.02%2011.566%206.077%209.862%208%208.5c2.77-1.961%205.263-3.211%207.306-4.008c3.494-1.363%205.672-1.399%205.672-1.399s-.045%202.745-1.962%207.017c-1.482%203.3-4.082%207.513-8.644%2012.075c-.825-.353-2.97-1.555-4.95-3.535%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M10.279%2021.65L8.087%209m.663-.38l7.64%201.227l2.16.216M15.408%205c.308%201.533.699%203.458.88%204.35M1.886%2013.7c.354.825%201.556%202.97%203.536%204.95s4.125%203.182%204.95%203.535C20.837%2011.72%2020.978%203.093%2020.978%203.093s-2.178.036-5.672%201.399c-3.46%201.35-8.213%204-13.42%209.208Z%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/bamboo-shoot.svg?color=%231a73e8&size=48