leaf from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
leaf
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Use the leaf icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 3.41l-.12-1.26l-1.2.4a13.84 13.84 0 0 1-6.41.64a11.87 11.87 0 0 0-6.68.9A7.23 7.23 0 0 0 3.3 9.5a9 9 0 0 0 .39 4.58a16.6 16.6 0 0 1 1.18-2.2a9.85 9.85 0 0 1 4.07-3.43a11.16 11.16 0 0 1 5.06-1A12.1 12.1 0 0 0 9.34 9.2a9.5 9.5 0 0 0-1.86 1.53a11.4 11.4 0 0 0-1.39 1.91a16.4 16.4 0 0 0-1.57 4.54A26.4 26.4 0 0 0 4 22h2a31 31 0 0 1 .59-4.32a9.25 9.25 0 0 0 4.52 1.11a11 11 0 0 0 4.28-.87C23 14.67 22 3.86 22 3.41"/></svg>

React

import type { SVGProps } from "react";

export function BxsLeaf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 3.41l-.12-1.26l-1.2.4a13.84 13.84 0 0 1-6.41.64a11.87 11.87 0 0 0-6.68.9A7.23 7.23 0 0 0 3.3 9.5a9 9 0 0 0 .39 4.58a16.6 16.6 0 0 1 1.18-2.2a9.85 9.85 0 0 1 4.07-3.43a11.16 11.16 0 0 1 5.06-1A12.1 12.1 0 0 0 9.34 9.2a9.5 9.5 0 0 0-1.86 1.53a11.4 11.4 0 0 0-1.39 1.91a16.4 16.4 0 0 0-1.57 4.54A26.4 26.4 0 0 0 4 22h2a31 31 0 0 1 .59-4.32a9.25 9.25 0 0 0 4.52 1.11a11 11 0 0 0 4.28-.87C23 14.67 22 3.86 22 3.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22 3.41l-.12-1.26l-1.2.4a13.84 13.84 0 0 1-6.41.64a11.87 11.87 0 0 0-6.68.9A7.23 7.23 0 0 0 3.3 9.5a9 9 0 0 0 .39 4.58a16.6 16.6 0 0 1 1.18-2.2a9.85 9.85 0 0 1 4.07-3.43a11.16 11.16 0 0 1 5.06-1A12.1 12.1 0 0 0 9.34 9.2a9.5 9.5 0 0 0-1.86 1.53a11.4 11.4 0 0 0-1.39 1.91a16.4 16.4 0 0 0-1.57 4.54A26.4 26.4 0 0 0 4 22h2a31 31 0 0 1 .59-4.32a9.25 9.25 0 0 0 4.52 1.11a11 11 0 0 0 4.28-.87C23 14.67 22 3.86 22 3.41"/></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%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22%203.41l-.12-1.26l-1.2.4a13.84%2013.84%200%200%201-6.41.64a11.87%2011.87%200%200%200-6.68.9A7.23%207.23%200%200%200%203.3%209.5a9%209%200%200%200%20.39%204.58a16.6%2016.6%200%200%201%201.18-2.2a9.85%209.85%200%200%201%204.07-3.43a11.16%2011.16%200%200%201%205.06-1A12.1%2012.1%200%200%200%209.34%209.2a9.5%209.5%200%200%200-1.86%201.53a11.4%2011.4%200%200%200-1.39%201.91a16.4%2016.4%200%200%200-1.57%204.54A26.4%2026.4%200%200%200%204%2022h2a31%2031%200%200%201%20.59-4.32a9.25%209.25%200%200%200%204.52%201.11a11%2011%200%200%200%204.28-.87C23%2014.67%2022%203.86%2022%203.41%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22%203.41l-.12-1.26l-1.2.4a13.84%2013.84%200%200%201-6.41.64a11.87%2011.87%200%200%200-6.68.9A7.23%207.23%200%200%200%203.3%209.5a9%209%200%200%200%20.39%204.58a16.6%2016.6%200%200%201%201.18-2.2a9.85%209.85%200%200%201%204.07-3.43a11.16%2011.16%200%200%201%205.06-1A12.1%2012.1%200%200%200%209.34%209.2a9.5%209.5%200%200%200-1.86%201.53a11.4%2011.4%200%200%200-1.39%201.91a16.4%2016.4%200%200%200-1.57%204.54A26.4%2026.4%200%200%200%204%2022h2a31%2031%200%200%201%20.59-4.32a9.25%209.25%200%200%200%204.52%201.11a11%2011%200%200%200%204.28-.87C23%2014.67%2022%203.86%2022%203.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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