tree-4-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
tree-4-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the tree 4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.293 4.793C6.046 3.04 8.438 2.55 10.317 3.176c.946.316 1.786.926 2.301 1.828q.14.245.242.51c1.386-.737 2.917-.834 4.249-.322c2.13.82 3.456 3.082 2.872 6.004a1 1 0 0 1-1.352.732l-4.727-1.89c.636 2.269.703 4.579.596 6.395a25 25 0 0 1-.526 3.801A1.02 1.02 0 0 1 13 21h-2.5a1 1 0 0 1-.895-1.446c.454-.91.754-1.92.984-2.906c.38-1.628.593-3.698.105-5.778L5.28 14.348a1 1 0 0 1-1.53-.703c-.376-2.693.716-5.091 2.57-6.352a6 6 0 0 1 .26-.167l-1.917-.684a1 1 0 0 1-.37-1.65"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteTree4Fill(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="M4.293 4.793C6.046 3.04 8.438 2.55 10.317 3.176c.946.316 1.786.926 2.301 1.828q.14.245.242.51c1.386-.737 2.917-.834 4.249-.322c2.13.82 3.456 3.082 2.872 6.004a1 1 0 0 1-1.352.732l-4.727-1.89c.636 2.269.703 4.579.596 6.395a25 25 0 0 1-.526 3.801A1.02 1.02 0 0 1 13 21h-2.5a1 1 0 0 1-.895-1.446c.454-.91.754-1.92.984-2.906c.38-1.628.593-3.698.105-5.778L5.28 14.348a1 1 0 0 1-1.53-.703c-.376-2.693.716-5.091 2.57-6.352a6 6 0 0 1 .26-.167l-1.917-.684a1 1 0 0 1-.37-1.65"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.293 4.793C6.046 3.04 8.438 2.55 10.317 3.176c.946.316 1.786.926 2.301 1.828q.14.245.242.51c1.386-.737 2.917-.834 4.249-.322c2.13.82 3.456 3.082 2.872 6.004a1 1 0 0 1-1.352.732l-4.727-1.89c.636 2.269.703 4.579.596 6.395a25 25 0 0 1-.526 3.801A1.02 1.02 0 0 1 13 21h-2.5a1 1 0 0 1-.895-1.446c.454-.91.754-1.92.984-2.906c.38-1.628.593-3.698.105-5.778L5.28 14.348a1 1 0 0 1-1.53-.703c-.376-2.693.716-5.091 2.57-6.352a6 6 0 0 1 .26-.167l-1.917-.684a1 1 0 0 1-.37-1.65"/></svg>
</template>

CSS

.icon-tree-4-fill {
  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%22M4.293%204.793C6.046%203.04%208.438%202.55%2010.317%203.176c.946.316%201.786.926%202.301%201.828q.14.245.242.51c1.386-.737%202.917-.834%204.249-.322c2.13.82%203.456%203.082%202.872%206.004a1%201%200%200%201-1.352.732l-4.727-1.89c.636%202.269.703%204.579.596%206.395a25%2025%200%200%201-.526%203.801A1.02%201.02%200%200%201%2013%2021h-2.5a1%201%200%200%201-.895-1.446c.454-.91.754-1.92.984-2.906c.38-1.628.593-3.698.105-5.778L5.28%2014.348a1%201%200%200%201-1.53-.703c-.376-2.693.716-5.091%202.57-6.352a6%206%200%200%201%20.26-.167l-1.917-.684a1%201%200%200%201-.37-1.65%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%22M4.293%204.793C6.046%203.04%208.438%202.55%2010.317%203.176c.946.316%201.786.926%202.301%201.828q.14.245.242.51c1.386-.737%202.917-.834%204.249-.322c2.13.82%203.456%203.082%202.872%206.004a1%201%200%200%201-1.352.732l-4.727-1.89c.636%202.269.703%204.579.596%206.395a25%2025%200%200%201-.526%203.801A1.02%201.02%200%200%201%2013%2021h-2.5a1%201%200%200%201-.895-1.446c.454-.91.754-1.92.984-2.906c.38-1.628.593-3.698.105-5.778L5.28%2014.348a1%201%200%200%201-1.53-.703c-.376-2.693.716-5.091%202.57-6.352a6%206%200%200%201%20.26-.167l-1.917-.684a1%201%200%200%201-.37-1.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/tree-4-fill.svg?color=%231a73e8&size=48