tree-deciduous-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
tree-deciduous-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the tree deciduous icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2a5 5 0 0 0-4.79 3.562a5 5 0 0 0-4.021 6.303A5 5 0 0 0 8 21h3v3a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-3h3a5 5 0 0 0 2.811-9.135a5 5 0 0 0-4.021-6.303A5 5 0 0 0 14 2m1.5 19v3a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-3zM10.554 6.385a3.501 3.501 0 0 1 6.892 0a.75.75 0 0 0 .707.618a3.5 3.5 0 0 1 3.057 4.894a.75.75 0 0 0 .353.97A3.5 3.5 0 0 1 20 19.5H8a3.5 3.5 0 0 1-1.563-6.633a.75.75 0 0 0 .353-.97a3.5 3.5 0 0 1 3.058-4.893a.75.75 0 0 0 .706-.62"/></svg>

React

import type { SVGProps } from "react";

export function FluentTreeDeciduous28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2a5 5 0 0 0-4.79 3.562a5 5 0 0 0-4.021 6.303A5 5 0 0 0 8 21h3v3a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-3h3a5 5 0 0 0 2.811-9.135a5 5 0 0 0-4.021-6.303A5 5 0 0 0 14 2m1.5 19v3a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-3zM10.554 6.385a3.501 3.501 0 0 1 6.892 0a.75.75 0 0 0 .707.618a3.5 3.5 0 0 1 3.057 4.894a.75.75 0 0 0 .353.97A3.5 3.5 0 0 1 20 19.5H8a3.5 3.5 0 0 1-1.563-6.633a.75.75 0 0 0 .353-.97a3.5 3.5 0 0 1 3.058-4.893a.75.75 0 0 0 .706-.62"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2a5 5 0 0 0-4.79 3.562a5 5 0 0 0-4.021 6.303A5 5 0 0 0 8 21h3v3a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-3h3a5 5 0 0 0 2.811-9.135a5 5 0 0 0-4.021-6.303A5 5 0 0 0 14 2m1.5 19v3a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-3zM10.554 6.385a3.501 3.501 0 0 1 6.892 0a.75.75 0 0 0 .707.618a3.5 3.5 0 0 1 3.057 4.894a.75.75 0 0 0 .353.97A3.5 3.5 0 0 1 20 19.5H8a3.5 3.5 0 0 1-1.563-6.633a.75.75 0 0 0 .353-.97a3.5 3.5 0 0 1 3.058-4.893a.75.75 0 0 0 .706-.62"/></svg>
</template>

CSS

.icon-tree-deciduous-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202a5%205%200%200%200-4.79%203.562a5%205%200%200%200-4.021%206.303A5%205%200%200%200%208%2021h3v3a2%202%200%200%200%202%202h2a2%202%200%200%200%202-2v-3h3a5%205%200%200%200%202.811-9.135a5%205%200%200%200-4.021-6.303A5%205%200%200%200%2014%202m1.5%2019v3a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201-.5-.5v-3zM10.554%206.385a3.501%203.501%200%200%201%206.892%200a.75.75%200%200%200%20.707.618a3.5%203.5%200%200%201%203.057%204.894a.75.75%200%200%200%20.353.97A3.5%203.5%200%200%201%2020%2019.5H8a3.5%203.5%200%200%201-1.563-6.633a.75.75%200%200%200%20.353-.97a3.5%203.5%200%200%201%203.058-4.893a.75.75%200%200%200%20.706-.62%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202a5%205%200%200%200-4.79%203.562a5%205%200%200%200-4.021%206.303A5%205%200%200%200%208%2021h3v3a2%202%200%200%200%202%202h2a2%202%200%200%200%202-2v-3h3a5%205%200%200%200%202.811-9.135a5%205%200%200%200-4.021-6.303A5%205%200%200%200%2014%202m1.5%2019v3a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201-.5-.5v-3zM10.554%206.385a3.501%203.501%200%200%201%206.892%200a.75.75%200%200%200%20.707.618a3.5%203.5%200%200%201%203.057%204.894a.75.75%200%200%200%20.353.97A3.5%203.5%200%200%201%2020%2019.5H8a3.5%203.5%200%200%201-1.563-6.633a.75.75%200%200%200%20.353-.97a3.5%203.5%200%200%201%203.058-4.893a.75.75%200%200%200%20.706-.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tree-deciduous-28-regular.svg?color=%231a73e8&size=48