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

Name
leaf-two-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M5 3a3 3 0 0 0-3 3v6a9 9 0 0 0 6.278 8.581A12 12 0 0 1 8 18c0-2.18.582-4.225 1.598-5.988L7.293 9.707a1 1 0 0 1 1.414-1.414l2.052 2.052a12 12 0 0 1 7.113-4.157A8.98 8.98 0 0 0 11 3zm14.085 5.041a9.98 9.98 0 0 0-6.905 3.725A9.96 9.96 0 0 0 10 18a9.98 9.98 0 0 0 2.257 6.329l-2.964 2.964a1 1 0 1 0 1.414 1.414l2.964-2.964A9.96 9.96 0 0 0 20 28c5.523 0 10-4.477 10-10v-7a3 3 0 0 0-3-3h-7q-.463 0-.915.041m2.622 8.252a1 1 0 0 1 0 1.414l-6.613 6.613a8 8 0 0 1-1.414-1.414l6.613-6.613a1 1 0 0 1 1.414 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentLeafTwo32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 3a3 3 0 0 0-3 3v6a9 9 0 0 0 6.278 8.581A12 12 0 0 1 8 18c0-2.18.582-4.225 1.598-5.988L7.293 9.707a1 1 0 0 1 1.414-1.414l2.052 2.052a12 12 0 0 1 7.113-4.157A8.98 8.98 0 0 0 11 3zm14.085 5.041a9.98 9.98 0 0 0-6.905 3.725A9.96 9.96 0 0 0 10 18a9.98 9.98 0 0 0 2.257 6.329l-2.964 2.964a1 1 0 1 0 1.414 1.414l2.964-2.964A9.96 9.96 0 0 0 20 28c5.523 0 10-4.477 10-10v-7a3 3 0 0 0-3-3h-7q-.463 0-.915.041m2.622 8.252a1 1 0 0 1 0 1.414l-6.613 6.613a8 8 0 0 1-1.414-1.414l6.613-6.613a1 1 0 0 1 1.414 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 3a3 3 0 0 0-3 3v6a9 9 0 0 0 6.278 8.581A12 12 0 0 1 8 18c0-2.18.582-4.225 1.598-5.988L7.293 9.707a1 1 0 0 1 1.414-1.414l2.052 2.052a12 12 0 0 1 7.113-4.157A8.98 8.98 0 0 0 11 3zm14.085 5.041a9.98 9.98 0 0 0-6.905 3.725A9.96 9.96 0 0 0 10 18a9.98 9.98 0 0 0 2.257 6.329l-2.964 2.964a1 1 0 1 0 1.414 1.414l2.964-2.964A9.96 9.96 0 0 0 20 28c5.523 0 10-4.477 10-10v-7a3 3 0 0 0-3-3h-7q-.463 0-.915.041m2.622 8.252a1 1 0 0 1 0 1.414l-6.613 6.613a8 8 0 0 1-1.414-1.414l6.613-6.613a1 1 0 0 1 1.414 0"/></svg>
</template>

CSS

.icon-leaf-two-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%203a3%203%200%200%200-3%203v6a9%209%200%200%200%206.278%208.581A12%2012%200%200%201%208%2018c0-2.18.582-4.225%201.598-5.988L7.293%209.707a1%201%200%200%201%201.414-1.414l2.052%202.052a12%2012%200%200%201%207.113-4.157A8.98%208.98%200%200%200%2011%203zm14.085%205.041a9.98%209.98%200%200%200-6.905%203.725A9.96%209.96%200%200%200%2010%2018a9.98%209.98%200%200%200%202.257%206.329l-2.964%202.964a1%201%200%201%200%201.414%201.414l2.964-2.964A9.96%209.96%200%200%200%2020%2028c5.523%200%2010-4.477%2010-10v-7a3%203%200%200%200-3-3h-7q-.463%200-.915.041m2.622%208.252a1%201%200%200%201%200%201.414l-6.613%206.613a8%208%200%200%201-1.414-1.414l6.613-6.613a1%201%200%200%201%201.414%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%203a3%203%200%200%200-3%203v6a9%209%200%200%200%206.278%208.581A12%2012%200%200%201%208%2018c0-2.18.582-4.225%201.598-5.988L7.293%209.707a1%201%200%200%201%201.414-1.414l2.052%202.052a12%2012%200%200%201%207.113-4.157A8.98%208.98%200%200%200%2011%203zm14.085%205.041a9.98%209.98%200%200%200-6.905%203.725A9.96%209.96%200%200%200%2010%2018a9.98%209.98%200%200%200%202.257%206.329l-2.964%202.964a1%201%200%201%200%201.414%201.414l2.964-2.964A9.96%209.96%200%200%200%2020%2028c5.523%200%2010-4.477%2010-10v-7a3%203%200%200%200-3-3h-7q-.463%200-.915.041m2.622%208.252a1%201%200%200%201%200%201.414l-6.613%206.613a8%208%200%200%201-1.414-1.414l6.613-6.613a1%201%200%200%201%201.414%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/leaf-two-32-filled.svg?color=%231a73e8&size=48