tree icon
tree-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- tree-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
treeBootstrap IconstreeBoxIcons v2 SolidtreeCarbontreeFramework7 IconstreeFont Awesome 6 SolidtreeFont Awesome Solidtreecss.ggtreeIconParktreeIconPark OutlinetreeIconoirtreeJam IconstreeLine AwesometreeMaterial Icon ThemetreeMaterial Design IconstreeMyna UI IconstreePhosphortreePixelarticonstree-fillRemix IcontreeTabler IconstreeWeb3 Icons Branded
Related icons in MingCute Icon
Use the tree icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.293 2.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 .175 1.178c-.247.462-.633.775-1.01.987l2.835 2.835a1 1 0 0 1 0 1.414c-.478.478-1.082.77-1.633.952l2.633 2.634a1 1 0 0 1-.39 1.655c-.69.229-1.408.39-2.12.532c-.78.156-1.747.31-2.846.41l.598 1.793A1 1 0 0 1 14 22h-4a1 1 0 0 1-.949-1.317l.597-1.793a27 27 0 0 1-2.844-.41a18 18 0 0 1-2.115-.53a1 1 0 0 1-.395-1.657l2.632-2.634c-.551-.182-1.154-.474-1.633-.952a1 1 0 0 1 0-1.414l2.835-2.835c-.376-.212-.762-.525-1.01-.987a1 1 0 0 1 .175-1.178z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteTreeFill(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="M11.293 2.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 .175 1.178c-.247.462-.633.775-1.01.987l2.835 2.835a1 1 0 0 1 0 1.414c-.478.478-1.082.77-1.633.952l2.633 2.634a1 1 0 0 1-.39 1.655c-.69.229-1.408.39-2.12.532c-.78.156-1.747.31-2.846.41l.598 1.793A1 1 0 0 1 14 22h-4a1 1 0 0 1-.949-1.317l.597-1.793a27 27 0 0 1-2.844-.41a18 18 0 0 1-2.115-.53a1 1 0 0 1-.395-1.657l2.632-2.634c-.551-.182-1.154-.474-1.633-.952a1 1 0 0 1 0-1.414l2.835-2.835c-.376-.212-.762-.525-1.01-.987a1 1 0 0 1 .175-1.178z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.293 2.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 .175 1.178c-.247.462-.633.775-1.01.987l2.835 2.835a1 1 0 0 1 0 1.414c-.478.478-1.082.77-1.633.952l2.633 2.634a1 1 0 0 1-.39 1.655c-.69.229-1.408.39-2.12.532c-.78.156-1.747.31-2.846.41l.598 1.793A1 1 0 0 1 14 22h-4a1 1 0 0 1-.949-1.317l.597-1.793a27 27 0 0 1-2.844-.41a18 18 0 0 1-2.115-.53a1 1 0 0 1-.395-1.657l2.632-2.634c-.551-.182-1.154-.474-1.633-.952a1 1 0 0 1 0-1.414l2.835-2.835c-.376-.212-.762-.525-1.01-.987a1 1 0 0 1 .175-1.178z"/></svg> </template>
CSS
.icon-tree-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%22M11.293%202.293a1%201%200%200%201%201.414%200l4%204a1%201%200%200%201%20.175%201.178c-.247.462-.633.775-1.01.987l2.835%202.835a1%201%200%200%201%200%201.414c-.478.478-1.082.77-1.633.952l2.633%202.634a1%201%200%200%201-.39%201.655c-.69.229-1.408.39-2.12.532c-.78.156-1.747.31-2.846.41l.598%201.793A1%201%200%200%201%2014%2022h-4a1%201%200%200%201-.949-1.317l.597-1.793a27%2027%200%200%201-2.844-.41a18%2018%200%200%201-2.115-.53a1%201%200%200%201-.395-1.657l2.632-2.634c-.551-.182-1.154-.474-1.633-.952a1%201%200%200%201%200-1.414l2.835-2.835c-.376-.212-.762-.525-1.01-.987a1%201%200%200%201%20.175-1.178z%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%22M11.293%202.293a1%201%200%200%201%201.414%200l4%204a1%201%200%200%201%20.175%201.178c-.247.462-.633.775-1.01.987l2.835%202.835a1%201%200%200%201%200%201.414c-.478.478-1.082.77-1.633.952l2.633%202.634a1%201%200%200%201-.39%201.655c-.69.229-1.408.39-2.12.532c-.78.156-1.747.31-2.846.41l.598%201.793A1%201%200%200%201%2014%2022h-4a1%201%200%200%201-.949-1.317l.597-1.793a27%2027%200%200%201-2.844-.41a18%2018%200%200%201-2.115-.53a1%201%200%200%201-.395-1.657l2.632-2.634c-.551-.182-1.154-.474-1.633-.952a1%201%200%200%201%200-1.414l2.835-2.835c-.376-.212-.762-.525-1.01-.987a1%201%200%200%201%20.175-1.178z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/tree-fill.svg?color=%231a73e8&size=48