leaf two icon
leaf-two-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- leaf-two-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2 4.318V8a5 5 0 0 0 5.583 4.966q.287.569.69 1.054l-2.137 2.137a.5.5 0 0 0 .707.707l2.137-2.137A5.5 5.5 0 0 0 18 10.5V6.41C18 5.63 17.37 5 16.59 5H12.5c-.475 0-.936.06-1.375.173A5 5 0 0 0 7 3H3.318C2.59 3 2 3.59 2 4.318m7.691 9.698l3.163-3.162a.5.5 0 0 0-.707-.708L8.984 13.31A4.5 4.5 0 0 1 12.5 6h4.09a.41.41 0 0 1 .41.41v4.09a4.5 4.5 0 0 1-7.309 3.516M7 4c1.276 0 2.413.598 3.145 1.528A5.52 5.52 0 0 0 7.636 7.93L5.854 6.146a.5.5 0 1 0-.708.708l2.08 2.08A5.5 5.5 0 0 0 7 10.5c0 .518.072 1.02.206 1.495A4 4 0 0 1 3 8V4.318C3 4.142 3.142 4 3.318 4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLeafTwo20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 4.318V8a5 5 0 0 0 5.583 4.966q.287.569.69 1.054l-2.137 2.137a.5.5 0 0 0 .707.707l2.137-2.137A5.5 5.5 0 0 0 18 10.5V6.41C18 5.63 17.37 5 16.59 5H12.5c-.475 0-.936.06-1.375.173A5 5 0 0 0 7 3H3.318C2.59 3 2 3.59 2 4.318m7.691 9.698l3.163-3.162a.5.5 0 0 0-.707-.708L8.984 13.31A4.5 4.5 0 0 1 12.5 6h4.09a.41.41 0 0 1 .41.41v4.09a4.5 4.5 0 0 1-7.309 3.516M7 4c1.276 0 2.413.598 3.145 1.528A5.52 5.52 0 0 0 7.636 7.93L5.854 6.146a.5.5 0 1 0-.708.708l2.08 2.08A5.5 5.5 0 0 0 7 10.5c0 .518.072 1.02.206 1.495A4 4 0 0 1 3 8V4.318C3 4.142 3.142 4 3.318 4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 4.318V8a5 5 0 0 0 5.583 4.966q.287.569.69 1.054l-2.137 2.137a.5.5 0 0 0 .707.707l2.137-2.137A5.5 5.5 0 0 0 18 10.5V6.41C18 5.63 17.37 5 16.59 5H12.5c-.475 0-.936.06-1.375.173A5 5 0 0 0 7 3H3.318C2.59 3 2 3.59 2 4.318m7.691 9.698l3.163-3.162a.5.5 0 0 0-.707-.708L8.984 13.31A4.5 4.5 0 0 1 12.5 6h4.09a.41.41 0 0 1 .41.41v4.09a4.5 4.5 0 0 1-7.309 3.516M7 4c1.276 0 2.413.598 3.145 1.528A5.52 5.52 0 0 0 7.636 7.93L5.854 6.146a.5.5 0 1 0-.708.708l2.08 2.08A5.5 5.5 0 0 0 7 10.5c0 .518.072 1.02.206 1.495A4 4 0 0 1 3 8V4.318C3 4.142 3.142 4 3.318 4z"/></svg> </template>
CSS
.icon-leaf-two-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204.318V8a5%205%200%200%200%205.583%204.966q.287.569.69%201.054l-2.137%202.137a.5.5%200%200%200%20.707.707l2.137-2.137A5.5%205.5%200%200%200%2018%2010.5V6.41C18%205.63%2017.37%205%2016.59%205H12.5c-.475%200-.936.06-1.375.173A5%205%200%200%200%207%203H3.318C2.59%203%202%203.59%202%204.318m7.691%209.698l3.163-3.162a.5.5%200%200%200-.707-.708L8.984%2013.31A4.5%204.5%200%200%201%2012.5%206h4.09a.41.41%200%200%201%20.41.41v4.09a4.5%204.5%200%200%201-7.309%203.516M7%204c1.276%200%202.413.598%203.145%201.528A5.52%205.52%200%200%200%207.636%207.93L5.854%206.146a.5.5%200%201%200-.708.708l2.08%202.08A5.5%205.5%200%200%200%207%2010.5c0%20.518.072%201.02.206%201.495A4%204%200%200%201%203%208V4.318C3%204.142%203.142%204%203.318%204z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204.318V8a5%205%200%200%200%205.583%204.966q.287.569.69%201.054l-2.137%202.137a.5.5%200%200%200%20.707.707l2.137-2.137A5.5%205.5%200%200%200%2018%2010.5V6.41C18%205.63%2017.37%205%2016.59%205H12.5c-.475%200-.936.06-1.375.173A5%205%200%200%200%207%203H3.318C2.59%203%202%203.59%202%204.318m7.691%209.698l3.163-3.162a.5.5%200%200%200-.707-.708L8.984%2013.31A4.5%204.5%200%200%201%2012.5%206h4.09a.41.41%200%200%201%20.41.41v4.09a4.5%204.5%200%200%201-7.309%203.516M7%204c1.276%200%202.413.598%203.145%201.528A5.52%205.52%200%200%200%207.636%207.93L5.854%206.146a.5.5%200%201%200-.708.708l2.08%202.08A5.5%205.5%200%200%200%207%2010.5c0%20.518.072%201.02.206%201.495A4%204%200%200%201%203%208V4.318C3%204.142%203.142%204%203.318%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/leaf-two-20-regular.svg?color=%231a73e8&size=48