tree-evergreen-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
tree-evergreen-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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.314zM8.997 15h2v1.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTreeEvergreen20Filled(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.314zM8.997 15h2v1.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25z"/></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.314zM8.997 15h2v1.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25z"/></svg>
</template>

CSS

.icon-tree-evergreen-20-filled {
  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.314zM8.997%2015h2v1.75a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25z%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.314zM8.997%2015h2v1.75a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25z%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-filled.svg?color=%231a73e8&size=48