leaf-two-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
leaf-two-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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="M3.318 3C2.59 3 2 3.59 2 4.318V8a5 5 0 0 0 4.487 4.974A6.5 6.5 0 0 1 6 10.5c0-.83.156-1.624.44-2.354L5.145 6.854a.5.5 0 1 1 .708-.708l1.048 1.049a6.52 6.52 0 0 1 3.508-2.852A4.98 4.98 0 0 0 7 3zm4.955 11.02l-2.137 2.137a.5.5 0 1 0 .707.707l2.137-2.137A5.5 5.5 0 0 0 18 10.5V6.41C18 5.63 17.37 5 16.59 5H12.5a5.5 5.5 0 0 0-4.227 9.02m4.58-3.166l-3.162 3.162a4.5 4.5 0 0 1-.707-.707l3.162-3.163a.5.5 0 0 1 .708.707"/></svg>

React

import type { SVGProps } from "react";

export function FluentLeafTwo20Filled(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="M3.318 3C2.59 3 2 3.59 2 4.318V8a5 5 0 0 0 4.487 4.974A6.5 6.5 0 0 1 6 10.5c0-.83.156-1.624.44-2.354L5.145 6.854a.5.5 0 1 1 .708-.708l1.048 1.049a6.52 6.52 0 0 1 3.508-2.852A4.98 4.98 0 0 0 7 3zm4.955 11.02l-2.137 2.137a.5.5 0 1 0 .707.707l2.137-2.137A5.5 5.5 0 0 0 18 10.5V6.41C18 5.63 17.37 5 16.59 5H12.5a5.5 5.5 0 0 0-4.227 9.02m4.58-3.166l-3.162 3.162a4.5 4.5 0 0 1-.707-.707l3.162-3.163a.5.5 0 0 1 .708.707"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.318 3C2.59 3 2 3.59 2 4.318V8a5 5 0 0 0 4.487 4.974A6.5 6.5 0 0 1 6 10.5c0-.83.156-1.624.44-2.354L5.145 6.854a.5.5 0 1 1 .708-.708l1.048 1.049a6.52 6.52 0 0 1 3.508-2.852A4.98 4.98 0 0 0 7 3zm4.955 11.02l-2.137 2.137a.5.5 0 1 0 .707.707l2.137-2.137A5.5 5.5 0 0 0 18 10.5V6.41C18 5.63 17.37 5 16.59 5H12.5a5.5 5.5 0 0 0-4.227 9.02m4.58-3.166l-3.162 3.162a4.5 4.5 0 0 1-.707-.707l3.162-3.163a.5.5 0 0 1 .708.707"/></svg>
</template>

CSS

.icon-leaf-two-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.318%203C2.59%203%202%203.59%202%204.318V8a5%205%200%200%200%204.487%204.974A6.5%206.5%200%200%201%206%2010.5c0-.83.156-1.624.44-2.354L5.145%206.854a.5.5%200%201%201%20.708-.708l1.048%201.049a6.52%206.52%200%200%201%203.508-2.852A4.98%204.98%200%200%200%207%203zm4.955%2011.02l-2.137%202.137a.5.5%200%201%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.5a5.5%205.5%200%200%200-4.227%209.02m4.58-3.166l-3.162%203.162a4.5%204.5%200%200%201-.707-.707l3.162-3.163a.5.5%200%200%201%20.708.707%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%22M3.318%203C2.59%203%202%203.59%202%204.318V8a5%205%200%200%200%204.487%204.974A6.5%206.5%200%200%201%206%2010.5c0-.83.156-1.624.44-2.354L5.145%206.854a.5.5%200%201%201%20.708-.708l1.048%201.049a6.52%206.52%200%200%201%203.508-2.852A4.98%204.98%200%200%200%207%203zm4.955%2011.02l-2.137%202.137a.5.5%200%201%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.5a5.5%205.5%200%200%200-4.227%209.02m4.58-3.166l-3.162%203.162a4.5%204.5%200%200%201-.707-.707l3.162-3.163a.5.5%200%200%201%20.708.707%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-filled.svg?color=%231a73e8&size=48