leaf two icon
leaf-two-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- leaf-two-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the leaf two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M16.5 6c5.032 0 9.37 2.974 11.352 7.26c.856-.17 1.742-.26 2.648-.26h9.25A4.25 4.25 0 0 1 44 17.25v9.25C44 33.956 37.956 40 30.5 40a13.45 13.45 0 0 1-8.621-3.11l-4.745 4.744a1.25 1.25 0 0 1-1.768-1.768l4.745-4.745a13.5 13.5 0 0 1-2.364-4.182q-.615.06-1.247.061C9.596 31 4 25.404 4 18.5v-8.25A4.25 4.25 0 0 1 8.25 6zm7.156 29.112A10.95 10.95 0 0 0 30.5 37.5c6.075 0 11-4.925 11-11v-9.25a1.75 1.75 0 0 0-1.75-1.75H30.5c-6.075 0-11 4.925-11 11c0 2.587.893 4.966 2.388 6.844l8.982-8.982a1.25 1.25 0 0 1 1.768 1.768zM16.5 28.5q.324 0 .644-.02A14 14 0 0 1 17 26.5c0-1.706.317-3.339.894-4.842l-6.528-6.528a1.25 1.25 0 0 1 1.768-1.768l5.942 5.942a13.55 13.55 0 0 1 6.35-5.318A10 10 0 0 0 16.5 8.5H8.25a1.75 1.75 0 0 0-1.75 1.75v8.25c0 5.523 4.477 10 10 10"/></svg>
React
import type { SVGProps } from "react";
export function FluentLeafTwo48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M16.5 6c5.032 0 9.37 2.974 11.352 7.26c.856-.17 1.742-.26 2.648-.26h9.25A4.25 4.25 0 0 1 44 17.25v9.25C44 33.956 37.956 40 30.5 40a13.45 13.45 0 0 1-8.621-3.11l-4.745 4.744a1.25 1.25 0 0 1-1.768-1.768l4.745-4.745a13.5 13.5 0 0 1-2.364-4.182q-.615.06-1.247.061C9.596 31 4 25.404 4 18.5v-8.25A4.25 4.25 0 0 1 8.25 6zm7.156 29.112A10.95 10.95 0 0 0 30.5 37.5c6.075 0 11-4.925 11-11v-9.25a1.75 1.75 0 0 0-1.75-1.75H30.5c-6.075 0-11 4.925-11 11c0 2.587.893 4.966 2.388 6.844l8.982-8.982a1.25 1.25 0 0 1 1.768 1.768zM16.5 28.5q.324 0 .644-.02A14 14 0 0 1 17 26.5c0-1.706.317-3.339.894-4.842l-6.528-6.528a1.25 1.25 0 0 1 1.768-1.768l5.942 5.942a13.55 13.55 0 0 1 6.35-5.318A10 10 0 0 0 16.5 8.5H8.25a1.75 1.75 0 0 0-1.75 1.75v8.25c0 5.523 4.477 10 10 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M16.5 6c5.032 0 9.37 2.974 11.352 7.26c.856-.17 1.742-.26 2.648-.26h9.25A4.25 4.25 0 0 1 44 17.25v9.25C44 33.956 37.956 40 30.5 40a13.45 13.45 0 0 1-8.621-3.11l-4.745 4.744a1.25 1.25 0 0 1-1.768-1.768l4.745-4.745a13.5 13.5 0 0 1-2.364-4.182q-.615.06-1.247.061C9.596 31 4 25.404 4 18.5v-8.25A4.25 4.25 0 0 1 8.25 6zm7.156 29.112A10.95 10.95 0 0 0 30.5 37.5c6.075 0 11-4.925 11-11v-9.25a1.75 1.75 0 0 0-1.75-1.75H30.5c-6.075 0-11 4.925-11 11c0 2.587.893 4.966 2.388 6.844l8.982-8.982a1.25 1.25 0 0 1 1.768 1.768zM16.5 28.5q.324 0 .644-.02A14 14 0 0 1 17 26.5c0-1.706.317-3.339.894-4.842l-6.528-6.528a1.25 1.25 0 0 1 1.768-1.768l5.942 5.942a13.55 13.55 0 0 1 6.35-5.318A10 10 0 0 0 16.5 8.5H8.25a1.75 1.75 0 0 0-1.75 1.75v8.25c0 5.523 4.477 10 10 10"/></svg> </template>
CSS
.icon-leaf-two-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%206c5.032%200%209.37%202.974%2011.352%207.26c.856-.17%201.742-.26%202.648-.26h9.25A4.25%204.25%200%200%201%2044%2017.25v9.25C44%2033.956%2037.956%2040%2030.5%2040a13.45%2013.45%200%200%201-8.621-3.11l-4.745%204.744a1.25%201.25%200%200%201-1.768-1.768l4.745-4.745a13.5%2013.5%200%200%201-2.364-4.182q-.615.06-1.247.061C9.596%2031%204%2025.404%204%2018.5v-8.25A4.25%204.25%200%200%201%208.25%206zm7.156%2029.112A10.95%2010.95%200%200%200%2030.5%2037.5c6.075%200%2011-4.925%2011-11v-9.25a1.75%201.75%200%200%200-1.75-1.75H30.5c-6.075%200-11%204.925-11%2011c0%202.587.893%204.966%202.388%206.844l8.982-8.982a1.25%201.25%200%200%201%201.768%201.768zM16.5%2028.5q.324%200%20.644-.02A14%2014%200%200%201%2017%2026.5c0-1.706.317-3.339.894-4.842l-6.528-6.528a1.25%201.25%200%200%201%201.768-1.768l5.942%205.942a13.55%2013.55%200%200%201%206.35-5.318A10%2010%200%200%200%2016.5%208.5H8.25a1.75%201.75%200%200%200-1.75%201.75v8.25c0%205.523%204.477%2010%2010%2010%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%206c5.032%200%209.37%202.974%2011.352%207.26c.856-.17%201.742-.26%202.648-.26h9.25A4.25%204.25%200%200%201%2044%2017.25v9.25C44%2033.956%2037.956%2040%2030.5%2040a13.45%2013.45%200%200%201-8.621-3.11l-4.745%204.744a1.25%201.25%200%200%201-1.768-1.768l4.745-4.745a13.5%2013.5%200%200%201-2.364-4.182q-.615.06-1.247.061C9.596%2031%204%2025.404%204%2018.5v-8.25A4.25%204.25%200%200%201%208.25%206zm7.156%2029.112A10.95%2010.95%200%200%200%2030.5%2037.5c6.075%200%2011-4.925%2011-11v-9.25a1.75%201.75%200%200%200-1.75-1.75H30.5c-6.075%200-11%204.925-11%2011c0%202.587.893%204.966%202.388%206.844l8.982-8.982a1.25%201.25%200%200%201%201.768%201.768zM16.5%2028.5q.324%200%20.644-.02A14%2014%200%200%201%2017%2026.5c0-1.706.317-3.339.894-4.842l-6.528-6.528a1.25%201.25%200%200%201%201.768-1.768l5.942%205.942a13.55%2013.55%200%200%201%206.35-5.318A10%2010%200%200%200%2016.5%208.5H8.25a1.75%201.75%200%200%200-1.75%201.75v8.25c0%205.523%204.477%2010%2010%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/leaf-two-48-regular.svg?color=%231a73e8&size=48