tree evergreen icon
tree-evergreen-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- tree-evergreen-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the tree evergreen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.619 2.211a1 1 0 0 0-1.24 0l-3.307 2.61c-.805.635-.707 1.743-.058 2.314L4.55 8.342c-.963.794-.573 2.271.51 2.594l-1.586 1.486c-.986.923-.332 2.577 1.019 2.577h3.505v1.75c0 .69.56 1.25 1.25 1.25h1.5c.69 0 1.25-.56 1.25-1.25V15h3.504c1.351 0 2.005-1.655 1.018-2.578l-1.587-1.484c1.086-.32 1.478-1.8.513-2.595l-1.462-1.206c.65-.571.747-1.68-.057-2.314zM10.999 15v1.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V15zm-1-12.003l3.308 2.61a.5.5 0 0 1-.291.893a.5.5 0 0 0-.303.885l2.097 1.73a.5.5 0 0 1-.318.885h-.758a.5.5 0 0 0-.342.865l2.445 2.287a.49.49 0 0 1-.335.848H4.493a.49.49 0 0 1-.335-.848l2.441-2.287A.5.5 0 0 0 6.258 10h-.754a.5.5 0 0 1-.318-.886l2.098-1.729a.5.5 0 0 0-.302-.885a.5.5 0 0 1-.29-.892z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTreeEvergreen20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.619 2.211a1 1 0 0 0-1.24 0l-3.307 2.61c-.805.635-.707 1.743-.058 2.314L4.55 8.342c-.963.794-.573 2.271.51 2.594l-1.586 1.486c-.986.923-.332 2.577 1.019 2.577h3.505v1.75c0 .69.56 1.25 1.25 1.25h1.5c.69 0 1.25-.56 1.25-1.25V15h3.504c1.351 0 2.005-1.655 1.018-2.578l-1.587-1.484c1.086-.32 1.478-1.8.513-2.595l-1.462-1.206c.65-.571.747-1.68-.057-2.314zM10.999 15v1.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V15zm-1-12.003l3.308 2.61a.5.5 0 0 1-.291.893a.5.5 0 0 0-.303.885l2.097 1.73a.5.5 0 0 1-.318.885h-.758a.5.5 0 0 0-.342.865l2.445 2.287a.49.49 0 0 1-.335.848H4.493a.49.49 0 0 1-.335-.848l2.441-2.287A.5.5 0 0 0 6.258 10h-.754a.5.5 0 0 1-.318-.886l2.098-1.729a.5.5 0 0 0-.302-.885a.5.5 0 0 1-.29-.892z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.619 2.211a1 1 0 0 0-1.24 0l-3.307 2.61c-.805.635-.707 1.743-.058 2.314L4.55 8.342c-.963.794-.573 2.271.51 2.594l-1.586 1.486c-.986.923-.332 2.577 1.019 2.577h3.505v1.75c0 .69.56 1.25 1.25 1.25h1.5c.69 0 1.25-.56 1.25-1.25V15h3.504c1.351 0 2.005-1.655 1.018-2.578l-1.587-1.484c1.086-.32 1.478-1.8.513-2.595l-1.462-1.206c.65-.571.747-1.68-.057-2.314zM10.999 15v1.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V15zm-1-12.003l3.308 2.61a.5.5 0 0 1-.291.893a.5.5 0 0 0-.303.885l2.097 1.73a.5.5 0 0 1-.318.885h-.758a.5.5 0 0 0-.342.865l2.445 2.287a.49.49 0 0 1-.335.848H4.493a.49.49 0 0 1-.335-.848l2.441-2.287A.5.5 0 0 0 6.258 10h-.754a.5.5 0 0 1-.318-.886l2.098-1.729a.5.5 0 0 0-.302-.885a.5.5 0 0 1-.29-.892z"/></svg> </template>
CSS
.icon-tree-evergreen-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.619%202.211a1%201%200%200%200-1.24%200l-3.307%202.61c-.805.635-.707%201.743-.058%202.314L4.55%208.342c-.963.794-.573%202.271.51%202.594l-1.586%201.486c-.986.923-.332%202.577%201.019%202.577h3.505v1.75c0%20.69.56%201.25%201.25%201.25h1.5c.69%200%201.25-.56%201.25-1.25V15h3.504c1.351%200%202.005-1.655%201.018-2.578l-1.587-1.484c1.086-.32%201.478-1.8.513-2.595l-1.462-1.206c.65-.571.747-1.68-.057-2.314zM10.999%2015v1.75a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25V15zm-1-12.003l3.308%202.61a.5.5%200%200%201-.291.893a.5.5%200%200%200-.303.885l2.097%201.73a.5.5%200%200%201-.318.885h-.758a.5.5%200%200%200-.342.865l2.445%202.287a.49.49%200%200%201-.335.848H4.493a.49.49%200%200%201-.335-.848l2.441-2.287A.5.5%200%200%200%206.258%2010h-.754a.5.5%200%200%201-.318-.886l2.098-1.729a.5.5%200%200%200-.302-.885a.5.5%200%200%201-.29-.892z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.619%202.211a1%201%200%200%200-1.24%200l-3.307%202.61c-.805.635-.707%201.743-.058%202.314L4.55%208.342c-.963.794-.573%202.271.51%202.594l-1.586%201.486c-.986.923-.332%202.577%201.019%202.577h3.505v1.75c0%20.69.56%201.25%201.25%201.25h1.5c.69%200%201.25-.56%201.25-1.25V15h3.504c1.351%200%202.005-1.655%201.018-2.578l-1.587-1.484c1.086-.32%201.478-1.8.513-2.595l-1.462-1.206c.65-.571.747-1.68-.057-2.314zM10.999%2015v1.75a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25V15zm-1-12.003l3.308%202.61a.5.5%200%200%201-.291.893a.5.5%200%200%200-.303.885l2.097%201.73a.5.5%200%200%201-.318.885h-.758a.5.5%200%200%200-.342.865l2.445%202.287a.49.49%200%200%201-.335.848H4.493a.49.49%200%200%201-.335-.848l2.441-2.287A.5.5%200%200%200%206.258%2010h-.754a.5.5%200%200%201-.318-.886l2.098-1.729a.5.5%200%200%200-.302-.885a.5.5%200%200%201-.29-.892z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tree-evergreen-20-regular.svg?color=%231a73e8&size=48