leaf-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
leaf-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the leaf icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3.5 -1 24 24"><path fill="currentColor" d="M1.32 13.211a7 7 0 0 1 .594-6.757Q4.078 3.249 16.084.801q-.402 10.277-2.563 13.482a7 7 0 0 1-9.467 2.05a7.6 7.6 0 0 1 2.27-2.482l.507-.352a2 2 0 1 0-2.278-3.288l-.507.352A11.6 11.6 0 0 0 1.32 13.21zm.746 6.86a1 1 0 1 1-2 0c0-3.466 1.7-6.712 4.55-8.686l.507-.352a1 1 0 0 1 1.139 1.644l-.507.352a8.57 8.57 0 0 0-3.689 7.042"/></svg>

React

import type { SVGProps } from "react";

export function JamLeafF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3.5 -1 24 24"><path fill="currentColor" d="M1.32 13.211a7 7 0 0 1 .594-6.757Q4.078 3.249 16.084.801q-.402 10.277-2.563 13.482a7 7 0 0 1-9.467 2.05a7.6 7.6 0 0 1 2.27-2.482l.507-.352a2 2 0 1 0-2.278-3.288l-.507.352A11.6 11.6 0 0 0 1.32 13.21zm.746 6.86a1 1 0 1 1-2 0c0-3.466 1.7-6.712 4.55-8.686l.507-.352a1 1 0 0 1 1.139 1.644l-.507.352a8.57 8.57 0 0 0-3.689 7.042"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3.5 -1 24 24"><path fill="currentColor" d="M1.32 13.211a7 7 0 0 1 .594-6.757Q4.078 3.249 16.084.801q-.402 10.277-2.563 13.482a7 7 0 0 1-9.467 2.05a7.6 7.6 0 0 1 2.27-2.482l.507-.352a2 2 0 1 0-2.278-3.288l-.507.352A11.6 11.6 0 0 0 1.32 13.21zm.746 6.86a1 1 0 1 1-2 0c0-3.466 1.7-6.712 4.55-8.686l.507-.352a1 1 0 0 1 1.139 1.644l-.507.352a8.57 8.57 0 0 0-3.689 7.042"/></svg>
</template>

CSS

.icon-leaf-f {
  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%22-3.5%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.32%2013.211a7%207%200%200%201%20.594-6.757Q4.078%203.249%2016.084.801q-.402%2010.277-2.563%2013.482a7%207%200%200%201-9.467%202.05a7.6%207.6%200%200%201%202.27-2.482l.507-.352a2%202%200%201%200-2.278-3.288l-.507.352A11.6%2011.6%200%200%200%201.32%2013.21zm.746%206.86a1%201%200%201%201-2%200c0-3.466%201.7-6.712%204.55-8.686l.507-.352a1%201%200%200%201%201.139%201.644l-.507.352a8.57%208.57%200%200%200-3.689%207.042%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%22-3.5%20-1%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.32%2013.211a7%207%200%200%201%20.594-6.757Q4.078%203.249%2016.084.801q-.402%2010.277-2.563%2013.482a7%207%200%200%201-9.467%202.05a7.6%207.6%200%200%201%202.27-2.482l.507-.352a2%202%200%201%200-2.278-3.288l-.507.352A11.6%2011.6%200%200%200%201.32%2013.21zm.746%206.86a1%201%200%201%201-2%200c0-3.466%201.7-6.712%204.55-8.686l.507-.352a1%201%200%200%201%201.139%201.644l-.507.352a8.57%208.57%200%200%200-3.689%207.042%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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