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

Name
leaf
Set
Jam Icons
Style
Outline
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="M3.237 15.747a8.56 8.56 0 0 0-1.17 4.324a1 1 0 1 1-2 0c0-2.123.637-4.163 1.785-5.879a7 7 0 0 1 .062-7.738Q4.078 3.249 16.084.801q-.402 10.277-2.563 13.482a7 7 0 0 1-10.284 1.464m1.206-1.6a5 5 0 0 0 7.42-.984c1.004-1.488 1.737-4.815 2.084-9.85C8.004 4.7 4.484 6.222 3.572 7.573a5 5 0 0 0-.357 4.972q.645-.636 1.4-1.16l.508-.352a1 1 0 0 1 1.139 1.644l-.507.352a8.6 8.6 0 0 0-1.312 1.119z"/></svg>

React

import type { SVGProps } from "react";

export function JamLeaf(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="M3.237 15.747a8.56 8.56 0 0 0-1.17 4.324a1 1 0 1 1-2 0c0-2.123.637-4.163 1.785-5.879a7 7 0 0 1 .062-7.738Q4.078 3.249 16.084.801q-.402 10.277-2.563 13.482a7 7 0 0 1-10.284 1.464m1.206-1.6a5 5 0 0 0 7.42-.984c1.004-1.488 1.737-4.815 2.084-9.85C8.004 4.7 4.484 6.222 3.572 7.573a5 5 0 0 0-.357 4.972q.645-.636 1.4-1.16l.508-.352a1 1 0 0 1 1.139 1.644l-.507.352a8.6 8.6 0 0 0-1.312 1.119z"/></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="M3.237 15.747a8.56 8.56 0 0 0-1.17 4.324a1 1 0 1 1-2 0c0-2.123.637-4.163 1.785-5.879a7 7 0 0 1 .062-7.738Q4.078 3.249 16.084.801q-.402 10.277-2.563 13.482a7 7 0 0 1-10.284 1.464m1.206-1.6a5 5 0 0 0 7.42-.984c1.004-1.488 1.737-4.815 2.084-9.85C8.004 4.7 4.484 6.222 3.572 7.573a5 5 0 0 0-.357 4.972q.645-.636 1.4-1.16l.508-.352a1 1 0 0 1 1.139 1.644l-.507.352a8.6 8.6 0 0 0-1.312 1.119z"/></svg>
</template>

CSS

.icon-leaf {
  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%22M3.237%2015.747a8.56%208.56%200%200%200-1.17%204.324a1%201%200%201%201-2%200c0-2.123.637-4.163%201.785-5.879a7%207%200%200%201%20.062-7.738Q4.078%203.249%2016.084.801q-.402%2010.277-2.563%2013.482a7%207%200%200%201-10.284%201.464m1.206-1.6a5%205%200%200%200%207.42-.984c1.004-1.488%201.737-4.815%202.084-9.85C8.004%204.7%204.484%206.222%203.572%207.573a5%205%200%200%200-.357%204.972q.645-.636%201.4-1.16l.508-.352a1%201%200%200%201%201.139%201.644l-.507.352a8.6%208.6%200%200%200-1.312%201.119z%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%22M3.237%2015.747a8.56%208.56%200%200%200-1.17%204.324a1%201%200%201%201-2%200c0-2.123.637-4.163%201.785-5.879a7%207%200%200%201%20.062-7.738Q4.078%203.249%2016.084.801q-.402%2010.277-2.563%2013.482a7%207%200%200%201-10.284%201.464m1.206-1.6a5%205%200%200%200%207.42-.984c1.004-1.488%201.737-4.815%202.084-9.85C8.004%204.7%204.484%206.222%203.572%207.573a5%205%200%200%200-.357%204.972q.645-.636%201.4-1.16l.508-.352a1%201%200%200%201%201.139%201.644l-.507.352a8.6%208.6%200%200%200-1.312%201.119z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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