leaf three icon
leaf-three-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- leaf-three-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M19 7.5a5.5 5.5 0 0 1-.207 1.5h1.62C21.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.5 6.5 0 0 1-.954-1.655q-.584.12-1.2.12a6 6 0 0 1-6-6V7.514C2.25 6.678 2.928 6 3.764 6h4.443A5.5 5.5 0 0 1 13.5 2h4.06c.795 0 1.44.645 1.44 1.44zM9.722 6.182a6 6 0 0 1 3.879 3.1A6.5 6.5 0 0 1 15.5 9h1.71a4 4 0 0 0 .29-1.5v-4h-4a4 4 0 0 0-3.778 2.682m2.813 13.344A5 5 0 0 0 20.5 15.5v-4.914a.086.086 0 0 0-.086-.086H15.5a5 5 0 0 0-4.026 7.965l4.246-4.245a.75.75 0 1 1 1.06 1.06zM9 15.5c0-.592.08-1.166.228-1.711L6.47 11.03a.75.75 0 1 1 1.06-1.06l2.318 2.317a6.53 6.53 0 0 1 2.375-2.402A4.5 4.5 0 0 0 8.25 7.5H3.759l-.005.004l-.003.005l-.001.005V12a4.5 4.5 0 0 0 5.316 4.426A7 7 0 0 1 9 15.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentLeafThree24Regular(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="M19 7.5a5.5 5.5 0 0 1-.207 1.5h1.62C21.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.5 6.5 0 0 1-.954-1.655q-.584.12-1.2.12a6 6 0 0 1-6-6V7.514C2.25 6.678 2.928 6 3.764 6h4.443A5.5 5.5 0 0 1 13.5 2h4.06c.795 0 1.44.645 1.44 1.44zM9.722 6.182a6 6 0 0 1 3.879 3.1A6.5 6.5 0 0 1 15.5 9h1.71a4 4 0 0 0 .29-1.5v-4h-4a4 4 0 0 0-3.778 2.682m2.813 13.344A5 5 0 0 0 20.5 15.5v-4.914a.086.086 0 0 0-.086-.086H15.5a5 5 0 0 0-4.026 7.965l4.246-4.245a.75.75 0 1 1 1.06 1.06zM9 15.5c0-.592.08-1.166.228-1.711L6.47 11.03a.75.75 0 1 1 1.06-1.06l2.318 2.317a6.53 6.53 0 0 1 2.375-2.402A4.5 4.5 0 0 0 8.25 7.5H3.759l-.005.004l-.003.005l-.001.005V12a4.5 4.5 0 0 0 5.316 4.426A7 7 0 0 1 9 15.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 7.5a5.5 5.5 0 0 1-.207 1.5h1.62C21.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.5 6.5 0 0 1-.954-1.655q-.584.12-1.2.12a6 6 0 0 1-6-6V7.514C2.25 6.678 2.928 6 3.764 6h4.443A5.5 5.5 0 0 1 13.5 2h4.06c.795 0 1.44.645 1.44 1.44zM9.722 6.182a6 6 0 0 1 3.879 3.1A6.5 6.5 0 0 1 15.5 9h1.71a4 4 0 0 0 .29-1.5v-4h-4a4 4 0 0 0-3.778 2.682m2.813 13.344A5 5 0 0 0 20.5 15.5v-4.914a.086.086 0 0 0-.086-.086H15.5a5 5 0 0 0-4.026 7.965l4.246-4.245a.75.75 0 1 1 1.06 1.06zM9 15.5c0-.592.08-1.166.228-1.711L6.47 11.03a.75.75 0 1 1 1.06-1.06l2.318 2.317a6.53 6.53 0 0 1 2.375-2.402A4.5 4.5 0 0 0 8.25 7.5H3.759l-.005.004l-.003.005l-.001.005V12a4.5 4.5 0 0 0 5.316 4.426A7 7 0 0 1 9 15.5"/></svg> </template>
CSS
.icon-leaf-three-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%22M19%207.5a5.5%205.5%200%200%201-.207%201.5h1.62C21.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.5%206.5%200%200%201-.954-1.655q-.584.12-1.2.12a6%206%200%200%201-6-6V7.514C2.25%206.678%202.928%206%203.764%206h4.443A5.5%205.5%200%200%201%2013.5%202h4.06c.795%200%201.44.645%201.44%201.44zM9.722%206.182a6%206%200%200%201%203.879%203.1A6.5%206.5%200%200%201%2015.5%209h1.71a4%204%200%200%200%20.29-1.5v-4h-4a4%204%200%200%200-3.778%202.682m2.813%2013.344A5%205%200%200%200%2020.5%2015.5v-4.914a.086.086%200%200%200-.086-.086H15.5a5%205%200%200%200-4.026%207.965l4.246-4.245a.75.75%200%201%201%201.06%201.06zM9%2015.5c0-.592.08-1.166.228-1.711L6.47%2011.03a.75.75%200%201%201%201.06-1.06l2.318%202.317a6.53%206.53%200%200%201%202.375-2.402A4.5%204.5%200%200%200%208.25%207.5H3.759l-.005.004l-.003.005l-.001.005V12a4.5%204.5%200%200%200%205.316%204.426A7%207%200%200%201%209%2015.5%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%22M19%207.5a5.5%205.5%200%200%201-.207%201.5h1.62C21.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.5%206.5%200%200%201-.954-1.655q-.584.12-1.2.12a6%206%200%200%201-6-6V7.514C2.25%206.678%202.928%206%203.764%206h4.443A5.5%205.5%200%200%201%2013.5%202h4.06c.795%200%201.44.645%201.44%201.44zM9.722%206.182a6%206%200%200%201%203.879%203.1A6.5%206.5%200%200%201%2015.5%209h1.71a4%204%200%200%200%20.29-1.5v-4h-4a4%204%200%200%200-3.778%202.682m2.813%2013.344A5%205%200%200%200%2020.5%2015.5v-4.914a.086.086%200%200%200-.086-.086H15.5a5%205%200%200%200-4.026%207.965l4.246-4.245a.75.75%200%201%201%201.06%201.06zM9%2015.5c0-.592.08-1.166.228-1.711L6.47%2011.03a.75.75%200%201%201%201.06-1.06l2.318%202.317a6.53%206.53%200%200%201%202.375-2.402A4.5%204.5%200%200%200%208.25%207.5H3.759l-.005.004l-.003.005l-.001.005V12a4.5%204.5%200%200%200%205.316%204.426A7%207%200%200%201%209%2015.5%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-regular.svg?color=%231a73e8&size=48