leaf three icon
leaf-three-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- leaf-three-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M9 1a4 4 0 0 0-3.48 2.027a5 5 0 0 1 3.605 2.146Q9.786 5.002 10.5 5H13V2.15A1.15 1.15 0 0 0 11.85 1zm4.758 5C14.444 6 15 6.556 15 7.242V10.5a4.5 4.5 0 0 1-7.309 3.516l-.837.838a.5.5 0 0 1-.707-.708l.837-.837a4.49 4.49 0 0 1-.6-4.632a4.52 4.52 0 0 1 3.237-2.591Q10.048 6 10.5 6zm-6.061 6.596c.2.268.439.506.707.707l2.45-2.45a.5.5 0 0 0-.707-.707zm.448-7.068A5.52 5.52 0 0 0 5.636 7.93l-.782-.783a.5.5 0 1 0-.708.708l1.08 1.08A5.5 5.5 0 0 0 5 10.5c0 .518.072 1.02.206 1.495A4 4 0 0 1 1 8V5.15C1 4.514 1.515 4 2.15 4H5c1.276 0 2.413.598 3.145 1.528"/></svg>
React
import type { SVGProps } from "react";
export function FluentLeafThree16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 1a4 4 0 0 0-3.48 2.027a5 5 0 0 1 3.605 2.146Q9.786 5.002 10.5 5H13V2.15A1.15 1.15 0 0 0 11.85 1zm4.758 5C14.444 6 15 6.556 15 7.242V10.5a4.5 4.5 0 0 1-7.309 3.516l-.837.838a.5.5 0 0 1-.707-.708l.837-.837a4.49 4.49 0 0 1-.6-4.632a4.52 4.52 0 0 1 3.237-2.591Q10.048 6 10.5 6zm-6.061 6.596c.2.268.439.506.707.707l2.45-2.45a.5.5 0 0 0-.707-.707zm.448-7.068A5.52 5.52 0 0 0 5.636 7.93l-.782-.783a.5.5 0 1 0-.708.708l1.08 1.08A5.5 5.5 0 0 0 5 10.5c0 .518.072 1.02.206 1.495A4 4 0 0 1 1 8V5.15C1 4.514 1.515 4 2.15 4H5c1.276 0 2.413.598 3.145 1.528"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9 1a4 4 0 0 0-3.48 2.027a5 5 0 0 1 3.605 2.146Q9.786 5.002 10.5 5H13V2.15A1.15 1.15 0 0 0 11.85 1zm4.758 5C14.444 6 15 6.556 15 7.242V10.5a4.5 4.5 0 0 1-7.309 3.516l-.837.838a.5.5 0 0 1-.707-.708l.837-.837a4.49 4.49 0 0 1-.6-4.632a4.52 4.52 0 0 1 3.237-2.591Q10.048 6 10.5 6zm-6.061 6.596c.2.268.439.506.707.707l2.45-2.45a.5.5 0 0 0-.707-.707zm.448-7.068A5.52 5.52 0 0 0 5.636 7.93l-.782-.783a.5.5 0 1 0-.708.708l1.08 1.08A5.5 5.5 0 0 0 5 10.5c0 .518.072 1.02.206 1.495A4 4 0 0 1 1 8V5.15C1 4.514 1.515 4 2.15 4H5c1.276 0 2.413.598 3.145 1.528"/></svg> </template>
CSS
.icon-leaf-three-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%201a4%204%200%200%200-3.48%202.027a5%205%200%200%201%203.605%202.146Q9.786%205.002%2010.5%205H13V2.15A1.15%201.15%200%200%200%2011.85%201zm4.758%205C14.444%206%2015%206.556%2015%207.242V10.5a4.5%204.5%200%200%201-7.309%203.516l-.837.838a.5.5%200%200%201-.707-.708l.837-.837a4.49%204.49%200%200%201-.6-4.632a4.52%204.52%200%200%201%203.237-2.591Q10.048%206%2010.5%206zm-6.061%206.596c.2.268.439.506.707.707l2.45-2.45a.5.5%200%200%200-.707-.707zm.448-7.068A5.52%205.52%200%200%200%205.636%207.93l-.782-.783a.5.5%200%201%200-.708.708l1.08%201.08A5.5%205.5%200%200%200%205%2010.5c0%20.518.072%201.02.206%201.495A4%204%200%200%201%201%208V5.15C1%204.514%201.515%204%202.15%204H5c1.276%200%202.413.598%203.145%201.528%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%201a4%204%200%200%200-3.48%202.027a5%205%200%200%201%203.605%202.146Q9.786%205.002%2010.5%205H13V2.15A1.15%201.15%200%200%200%2011.85%201zm4.758%205C14.444%206%2015%206.556%2015%207.242V10.5a4.5%204.5%200%200%201-7.309%203.516l-.837.838a.5.5%200%200%201-.707-.708l.837-.837a4.49%204.49%200%200%201-.6-4.632a4.52%204.52%200%200%201%203.237-2.591Q10.048%206%2010.5%206zm-6.061%206.596c.2.268.439.506.707.707l2.45-2.45a.5.5%200%200%200-.707-.707zm.448-7.068A5.52%205.52%200%200%200%205.636%207.93l-.782-.783a.5.5%200%201%200-.708.708l1.08%201.08A5.5%205.5%200%200%200%205%2010.5c0%20.518.072%201.02.206%201.495A4%204%200%200%201%201%208V5.15C1%204.514%201.515%204%202.15%204H5c1.276%200%202.413.598%203.145%201.528%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/leaf-three-16-filled.svg?color=%231a73e8&size=48