tree 3 icon
tree-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- tree-3-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 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c.833 0 1.741.478 2.521 1.04c.83.595 1.704 1.423 2.5 2.385C18.588 7.319 20 9.916 20 12.5c0 2.46-1.217 4.137-2.846 5.152c-1.266.79-2.77 1.178-4.154 1.302V21a1 1 0 1 1-2 0v-2.046c-1.384-.123-2.888-.512-4.154-1.302C5.217 16.637 4 14.96 4 12.5c0-2.584 1.412-5.18 2.98-7.075c.795-.962 1.669-1.79 2.499-2.386C10.259 2.48 11.167 2 12 2m3.081 7.687a1 1 0 0 0-1.394.232l-1.815 2.539l-1.165-1.165a1 1 0 1 0-1.414 1.414L11 14.414v2.53c.338.037.674.056 1 .056s.662-.019 1-.056V14.32l2.313-3.239a1 1 0 0 0-.232-1.394"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteTree3Fill(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="M12 2c.833 0 1.741.478 2.521 1.04c.83.595 1.704 1.423 2.5 2.385C18.588 7.319 20 9.916 20 12.5c0 2.46-1.217 4.137-2.846 5.152c-1.266.79-2.77 1.178-4.154 1.302V21a1 1 0 1 1-2 0v-2.046c-1.384-.123-2.888-.512-4.154-1.302C5.217 16.637 4 14.96 4 12.5c0-2.584 1.412-5.18 2.98-7.075c.795-.962 1.669-1.79 2.499-2.386C10.259 2.48 11.167 2 12 2m3.081 7.687a1 1 0 0 0-1.394.232l-1.815 2.539l-1.165-1.165a1 1 0 1 0-1.414 1.414L11 14.414v2.53c.338.037.674.056 1 .056s.662-.019 1-.056V14.32l2.313-3.239a1 1 0 0 0-.232-1.394"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c.833 0 1.741.478 2.521 1.04c.83.595 1.704 1.423 2.5 2.385C18.588 7.319 20 9.916 20 12.5c0 2.46-1.217 4.137-2.846 5.152c-1.266.79-2.77 1.178-4.154 1.302V21a1 1 0 1 1-2 0v-2.046c-1.384-.123-2.888-.512-4.154-1.302C5.217 16.637 4 14.96 4 12.5c0-2.584 1.412-5.18 2.98-7.075c.795-.962 1.669-1.79 2.499-2.386C10.259 2.48 11.167 2 12 2m3.081 7.687a1 1 0 0 0-1.394.232l-1.815 2.539l-1.165-1.165a1 1 0 1 0-1.414 1.414L11 14.414v2.53c.338.037.674.056 1 .056s.662-.019 1-.056V14.32l2.313-3.239a1 1 0 0 0-.232-1.394"/></svg> </template>
CSS
.icon-tree-3-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%22M12%202c.833%200%201.741.478%202.521%201.04c.83.595%201.704%201.423%202.5%202.385C18.588%207.319%2020%209.916%2020%2012.5c0%202.46-1.217%204.137-2.846%205.152c-1.266.79-2.77%201.178-4.154%201.302V21a1%201%200%201%201-2%200v-2.046c-1.384-.123-2.888-.512-4.154-1.302C5.217%2016.637%204%2014.96%204%2012.5c0-2.584%201.412-5.18%202.98-7.075c.795-.962%201.669-1.79%202.499-2.386C10.259%202.48%2011.167%202%2012%202m3.081%207.687a1%201%200%200%200-1.394.232l-1.815%202.539l-1.165-1.165a1%201%200%201%200-1.414%201.414L11%2014.414v2.53c.338.037.674.056%201%20.056s.662-.019%201-.056V14.32l2.313-3.239a1%201%200%200%200-.232-1.394%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%22M12%202c.833%200%201.741.478%202.521%201.04c.83.595%201.704%201.423%202.5%202.385C18.588%207.319%2020%209.916%2020%2012.5c0%202.46-1.217%204.137-2.846%205.152c-1.266.79-2.77%201.178-4.154%201.302V21a1%201%200%201%201-2%200v-2.046c-1.384-.123-2.888-.512-4.154-1.302C5.217%2016.637%204%2014.96%204%2012.5c0-2.584%201.412-5.18%202.98-7.075c.795-.962%201.669-1.79%202.499-2.386C10.259%202.48%2011.167%202%2012%202m3.081%207.687a1%201%200%200%200-1.394.232l-1.815%202.539l-1.165-1.165a1%201%200%201%200-1.414%201.414L11%2014.414v2.53c.338.037.674.056%201%20.056s.662-.019%201-.056V14.32l2.313-3.239a1%201%200%200%200-.232-1.394%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/tree-3-fill.svg?color=%231a73e8&size=48