leaf-three-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
leaf-three-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the leaf three icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 2a5.5 5.5 0 0 0-4.905 3.008a7 7 0 0 1 5.49 3.125q.69-.132 1.415-.133h3.478q.021-.247.022-.5V3.44A1.44 1.44 0 0 0 17.56 2zM8.426 17.997L8.25 18a6 6 0 0 1-6-6V7.514C2.25 6.678 2.928 6 3.764 6H8.25c1.966 0 3.712.946 4.806 2.407a7.52 7.52 0 0 0-3.938 3.15L7.53 9.97a.75.75 0 0 0-1.06 1.06l1.96 1.96A7.5 7.5 0 0 0 8 15.5c0 .876.15 1.716.426 2.497M9 15.5A6.5 6.5 0 0 1 15.5 9h4.914C21.29 9 22 9.71 22 10.586V15.5a6.5 6.5 0 0 1-10.535 5.096L10.28 21.78a.75.75 0 1 1-1.06-1.06l1.184-1.185A6.47 6.47 0 0 1 9 15.5m3.177 4.383l4.603-4.603a.75.75 0 1 0-1.06-1.06l-4.603 4.603c.303.4.66.757 1.06 1.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentLeafThree24Filled(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="M13.5 2a5.5 5.5 0 0 0-4.905 3.008a7 7 0 0 1 5.49 3.125q.69-.132 1.415-.133h3.478q.021-.247.022-.5V3.44A1.44 1.44 0 0 0 17.56 2zM8.426 17.997L8.25 18a6 6 0 0 1-6-6V7.514C2.25 6.678 2.928 6 3.764 6H8.25c1.966 0 3.712.946 4.806 2.407a7.52 7.52 0 0 0-3.938 3.15L7.53 9.97a.75.75 0 0 0-1.06 1.06l1.96 1.96A7.5 7.5 0 0 0 8 15.5c0 .876.15 1.716.426 2.497M9 15.5A6.5 6.5 0 0 1 15.5 9h4.914C21.29 9 22 9.71 22 10.586V15.5a6.5 6.5 0 0 1-10.535 5.096L10.28 21.78a.75.75 0 1 1-1.06-1.06l1.184-1.185A6.47 6.47 0 0 1 9 15.5m3.177 4.383l4.603-4.603a.75.75 0 1 0-1.06-1.06l-4.603 4.603c.303.4.66.757 1.06 1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5 2a5.5 5.5 0 0 0-4.905 3.008a7 7 0 0 1 5.49 3.125q.69-.132 1.415-.133h3.478q.021-.247.022-.5V3.44A1.44 1.44 0 0 0 17.56 2zM8.426 17.997L8.25 18a6 6 0 0 1-6-6V7.514C2.25 6.678 2.928 6 3.764 6H8.25c1.966 0 3.712.946 4.806 2.407a7.52 7.52 0 0 0-3.938 3.15L7.53 9.97a.75.75 0 0 0-1.06 1.06l1.96 1.96A7.5 7.5 0 0 0 8 15.5c0 .876.15 1.716.426 2.497M9 15.5A6.5 6.5 0 0 1 15.5 9h4.914C21.29 9 22 9.71 22 10.586V15.5a6.5 6.5 0 0 1-10.535 5.096L10.28 21.78a.75.75 0 1 1-1.06-1.06l1.184-1.185A6.47 6.47 0 0 1 9 15.5m3.177 4.383l4.603-4.603a.75.75 0 1 0-1.06-1.06l-4.603 4.603c.303.4.66.757 1.06 1.06"/></svg>
</template>

CSS

.icon-leaf-three-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%202a5.5%205.5%200%200%200-4.905%203.008a7%207%200%200%201%205.49%203.125q.69-.132%201.415-.133h3.478q.021-.247.022-.5V3.44A1.44%201.44%200%200%200%2017.56%202zM8.426%2017.997L8.25%2018a6%206%200%200%201-6-6V7.514C2.25%206.678%202.928%206%203.764%206H8.25c1.966%200%203.712.946%204.806%202.407a7.52%207.52%200%200%200-3.938%203.15L7.53%209.97a.75.75%200%200%200-1.06%201.06l1.96%201.96A7.5%207.5%200%200%200%208%2015.5c0%20.876.15%201.716.426%202.497M9%2015.5A6.5%206.5%200%200%201%2015.5%209h4.914C21.29%209%2022%209.71%2022%2010.586V15.5a6.5%206.5%200%200%201-10.535%205.096L10.28%2021.78a.75.75%200%201%201-1.06-1.06l1.184-1.185A6.47%206.47%200%200%201%209%2015.5m3.177%204.383l4.603-4.603a.75.75%200%201%200-1.06-1.06l-4.603%204.603c.303.4.66.757%201.06%201.06%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%22M13.5%202a5.5%205.5%200%200%200-4.905%203.008a7%207%200%200%201%205.49%203.125q.69-.132%201.415-.133h3.478q.021-.247.022-.5V3.44A1.44%201.44%200%200%200%2017.56%202zM8.426%2017.997L8.25%2018a6%206%200%200%201-6-6V7.514C2.25%206.678%202.928%206%203.764%206H8.25c1.966%200%203.712.946%204.806%202.407a7.52%207.52%200%200%200-3.938%203.15L7.53%209.97a.75.75%200%200%200-1.06%201.06l1.96%201.96A7.5%207.5%200%200%200%208%2015.5c0%20.876.15%201.716.426%202.497M9%2015.5A6.5%206.5%200%200%201%2015.5%209h4.914C21.29%209%2022%209.71%2022%2010.586V15.5a6.5%206.5%200%200%201-10.535%205.096L10.28%2021.78a.75.75%200%201%201-1.06-1.06l1.184-1.185A6.47%206.47%200%200%201%209%2015.5m3.177%204.383l4.603-4.603a.75.75%200%201%200-1.06-1.06l-4.603%204.603c.303.4.66.757%201.06%201.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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