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

Name
tree-deciduous-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 2a4.25 4.25 0 0 0-4.002 2.816a4.25 4.25 0 0 0-3.364 5.247a4.25 4.25 0 0 0 1.687 7.915A.8.8 0 0 0 6.5 18h3v2.25c0 .966.784 1.75 1.75 1.75h1.5a1.75 1.75 0 0 0 1.75-1.75V18h3a.8.8 0 0 0 .179-.021a4.25 4.25 0 0 0 1.687-7.916q.132-.511.134-1.063c0-2.09-1.51-3.828-3.498-4.184A4.25 4.25 0 0 0 12 2m1 16v2.25a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V18zm-6.385-1.5l-.062-.007a2.75 2.75 0 0 1-.733-5.332a.75.75 0 0 0 .428-1.018a2.75 2.75 0 0 1 2.368-3.89a.75.75 0 0 0 .697-.59a2.751 2.751 0 0 1 5.374 0a.75.75 0 0 0 .697.59a2.75 2.75 0 0 1 2.368 3.89a.75.75 0 0 0 .428 1.018a2.751 2.751 0 0 1-.795 5.339z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTreeDeciduous24Regular(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 2a4.25 4.25 0 0 0-4.002 2.816a4.25 4.25 0 0 0-3.364 5.247a4.25 4.25 0 0 0 1.687 7.915A.8.8 0 0 0 6.5 18h3v2.25c0 .966.784 1.75 1.75 1.75h1.5a1.75 1.75 0 0 0 1.75-1.75V18h3a.8.8 0 0 0 .179-.021a4.25 4.25 0 0 0 1.687-7.916q.132-.511.134-1.063c0-2.09-1.51-3.828-3.498-4.184A4.25 4.25 0 0 0 12 2m1 16v2.25a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V18zm-6.385-1.5l-.062-.007a2.75 2.75 0 0 1-.733-5.332a.75.75 0 0 0 .428-1.018a2.75 2.75 0 0 1 2.368-3.89a.75.75 0 0 0 .697-.59a2.751 2.751 0 0 1 5.374 0a.75.75 0 0 0 .697.59a2.75 2.75 0 0 1 2.368 3.89a.75.75 0 0 0 .428 1.018a2.751 2.751 0 0 1-.795 5.339z"/></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 2a4.25 4.25 0 0 0-4.002 2.816a4.25 4.25 0 0 0-3.364 5.247a4.25 4.25 0 0 0 1.687 7.915A.8.8 0 0 0 6.5 18h3v2.25c0 .966.784 1.75 1.75 1.75h1.5a1.75 1.75 0 0 0 1.75-1.75V18h3a.8.8 0 0 0 .179-.021a4.25 4.25 0 0 0 1.687-7.916q.132-.511.134-1.063c0-2.09-1.51-3.828-3.498-4.184A4.25 4.25 0 0 0 12 2m1 16v2.25a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25V18zm-6.385-1.5l-.062-.007a2.75 2.75 0 0 1-.733-5.332a.75.75 0 0 0 .428-1.018a2.75 2.75 0 0 1 2.368-3.89a.75.75 0 0 0 .697-.59a2.751 2.751 0 0 1 5.374 0a.75.75 0 0 0 .697.59a2.75 2.75 0 0 1 2.368 3.89a.75.75 0 0 0 .428 1.018a2.751 2.751 0 0 1-.795 5.339z"/></svg>
</template>

CSS

.icon-tree-deciduous-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a4.25%204.25%200%200%200-4.002%202.816a4.25%204.25%200%200%200-3.364%205.247a4.25%204.25%200%200%200%201.687%207.915A.8.8%200%200%200%206.5%2018h3v2.25c0%20.966.784%201.75%201.75%201.75h1.5a1.75%201.75%200%200%200%201.75-1.75V18h3a.8.8%200%200%200%20.179-.021a4.25%204.25%200%200%200%201.687-7.916q.132-.511.134-1.063c0-2.09-1.51-3.828-3.498-4.184A4.25%204.25%200%200%200%2012%202m1%2016v2.25a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25V18zm-6.385-1.5l-.062-.007a2.75%202.75%200%200%201-.733-5.332a.75.75%200%200%200%20.428-1.018a2.75%202.75%200%200%201%202.368-3.89a.75.75%200%200%200%20.697-.59a2.751%202.751%200%200%201%205.374%200a.75.75%200%200%200%20.697.59a2.75%202.75%200%200%201%202.368%203.89a.75.75%200%200%200%20.428%201.018a2.751%202.751%200%200%201-.795%205.339z%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%202a4.25%204.25%200%200%200-4.002%202.816a4.25%204.25%200%200%200-3.364%205.247a4.25%204.25%200%200%200%201.687%207.915A.8.8%200%200%200%206.5%2018h3v2.25c0%20.966.784%201.75%201.75%201.75h1.5a1.75%201.75%200%200%200%201.75-1.75V18h3a.8.8%200%200%200%20.179-.021a4.25%204.25%200%200%200%201.687-7.916q.132-.511.134-1.063c0-2.09-1.51-3.828-3.498-4.184A4.25%204.25%200%200%200%2012%202m1%2016v2.25a.25.25%200%200%201-.25.25h-1.5a.25.25%200%200%201-.25-.25V18zm-6.385-1.5l-.062-.007a2.75%202.75%200%200%201-.733-5.332a.75.75%200%200%200%20.428-1.018a2.75%202.75%200%200%201%202.368-3.89a.75.75%200%200%200%20.697-.59a2.751%202.751%200%200%201%205.374%200a.75.75%200%200%200%20.697.59a2.75%202.75%200%200%201%202.368%203.89a.75.75%200%200%200%20.428%201.018a2.751%202.751%200%200%201-.795%205.339z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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