leaf two icon
leaf-two-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- leaf-two-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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="M26.817 11.44A12.49 12.49 0 0 0 16.5 6H8.25A4.25 4.25 0 0 0 4 10.25v8.25c0 6.62 5.145 12.037 11.655 12.472A15.5 15.5 0 0 1 15 26.5c0-2.27.488-4.427 1.366-6.37l-5-5a1.25 1.25 0 0 1 1.768-1.768l4.496 4.497a15.52 15.52 0 0 1 9.187-6.419m-4.929 21.904a11 11 0 0 0 1.768 1.768l8.982-8.982a1.25 1.25 0 0 0-1.768-1.768zm-6.522 6.522l4.745-4.745A13.45 13.45 0 0 1 17 26.5C17 19.044 23.044 13 30.5 13h9.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.768"/></svg>
React
import type { SVGProps } from "react";
export function FluentLeafTwo48Filled(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="M26.817 11.44A12.49 12.49 0 0 0 16.5 6H8.25A4.25 4.25 0 0 0 4 10.25v8.25c0 6.62 5.145 12.037 11.655 12.472A15.5 15.5 0 0 1 15 26.5c0-2.27.488-4.427 1.366-6.37l-5-5a1.25 1.25 0 0 1 1.768-1.768l4.496 4.497a15.52 15.52 0 0 1 9.187-6.419m-4.929 21.904a11 11 0 0 0 1.768 1.768l8.982-8.982a1.25 1.25 0 0 0-1.768-1.768zm-6.522 6.522l4.745-4.745A13.45 13.45 0 0 1 17 26.5C17 19.044 23.044 13 30.5 13h9.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.768"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26.817 11.44A12.49 12.49 0 0 0 16.5 6H8.25A4.25 4.25 0 0 0 4 10.25v8.25c0 6.62 5.145 12.037 11.655 12.472A15.5 15.5 0 0 1 15 26.5c0-2.27.488-4.427 1.366-6.37l-5-5a1.25 1.25 0 0 1 1.768-1.768l4.496 4.497a15.52 15.52 0 0 1 9.187-6.419m-4.929 21.904a11 11 0 0 0 1.768 1.768l8.982-8.982a1.25 1.25 0 0 0-1.768-1.768zm-6.522 6.522l4.745-4.745A13.45 13.45 0 0 1 17 26.5C17 19.044 23.044 13 30.5 13h9.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.768"/></svg> </template>
CSS
.icon-leaf-two-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.817%2011.44A12.49%2012.49%200%200%200%2016.5%206H8.25A4.25%204.25%200%200%200%204%2010.25v8.25c0%206.62%205.145%2012.037%2011.655%2012.472A15.5%2015.5%200%200%201%2015%2026.5c0-2.27.488-4.427%201.366-6.37l-5-5a1.25%201.25%200%200%201%201.768-1.768l4.496%204.497a15.52%2015.52%200%200%201%209.187-6.419m-4.929%2021.904a11%2011%200%200%200%201.768%201.768l8.982-8.982a1.25%201.25%200%200%200-1.768-1.768zm-6.522%206.522l4.745-4.745A13.45%2013.45%200%200%201%2017%2026.5C17%2019.044%2023.044%2013%2030.5%2013h9.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.768%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%22M26.817%2011.44A12.49%2012.49%200%200%200%2016.5%206H8.25A4.25%204.25%200%200%200%204%2010.25v8.25c0%206.62%205.145%2012.037%2011.655%2012.472A15.5%2015.5%200%200%201%2015%2026.5c0-2.27.488-4.427%201.366-6.37l-5-5a1.25%201.25%200%200%201%201.768-1.768l4.496%204.497a15.52%2015.52%200%200%201%209.187-6.419m-4.929%2021.904a11%2011%200%200%200%201.768%201.768l8.982-8.982a1.25%201.25%200%200%200-1.768-1.768zm-6.522%206.522l4.745-4.745A13.45%2013.45%200%200%201%2017%2026.5C17%2019.044%2023.044%2013%2030.5%2013h9.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.768%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-filled.svg?color=%231a73e8&size=48