leaf from Font Awesome Solid by Dave Gandy · Solid · Charity · CC-BY-4.0 Attribution required.

Name
leaf
Set
Font Awesome Solid
Style
Solid
Category
Charity
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More charity icons from Font Awesome Solid

Use the leaf icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M535.3 70.7c6.4-6.1 15.7-8.3 24.3-5.5C569.4 68.5 576 77.7 576 88v186.9C576 406.1 467.9 512 337.2 512c-77 0-143.4-49.5-167.5-118.7C134.3 424.1 112 469.4 112 520c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-74.9 38.2-140.9 96.1-179.7C195.4 316.7 237.5 304 280 304h80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-80c-39.7 0-77.3 8.8-111 24.5c23.3-70 89.2-120.5 167-120.5c66.4 0 115.8-22.1 148.7-44c19.2-12.8 35.5-28.1 50.7-45.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidLeaf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M535.3 70.7c6.4-6.1 15.7-8.3 24.3-5.5C569.4 68.5 576 77.7 576 88v186.9C576 406.1 467.9 512 337.2 512c-77 0-143.4-49.5-167.5-118.7C134.3 424.1 112 469.4 112 520c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-74.9 38.2-140.9 96.1-179.7C195.4 316.7 237.5 304 280 304h80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-80c-39.7 0-77.3 8.8-111 24.5c23.3-70 89.2-120.5 167-120.5c66.4 0 115.8-22.1 148.7-44c19.2-12.8 35.5-28.1 50.7-45.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M535.3 70.7c6.4-6.1 15.7-8.3 24.3-5.5C569.4 68.5 576 77.7 576 88v186.9C576 406.1 467.9 512 337.2 512c-77 0-143.4-49.5-167.5-118.7C134.3 424.1 112 469.4 112 520c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-74.9 38.2-140.9 96.1-179.7C195.4 316.7 237.5 304 280 304h80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-80c-39.7 0-77.3 8.8-111 24.5c23.3-70 89.2-120.5 167-120.5c66.4 0 115.8-22.1 148.7-44c19.2-12.8 35.5-28.1 50.7-45.3z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M535.3%2070.7c6.4-6.1%2015.7-8.3%2024.3-5.5C569.4%2068.5%20576%2077.7%20576%2088v186.9C576%20406.1%20467.9%20512%20337.2%20512c-77%200-143.4-49.5-167.5-118.7C134.3%20424.1%20112%20469.4%20112%20520c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-74.9%2038.2-140.9%2096.1-179.7C195.4%20316.7%20237.5%20304%20280%20304h80c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-80c-39.7%200-77.3%208.8-111%2024.5c23.3-70%2089.2-120.5%20167-120.5c66.4%200%20115.8-22.1%20148.7-44c19.2-12.8%2035.5-28.1%2050.7-45.3z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M535.3%2070.7c6.4-6.1%2015.7-8.3%2024.3-5.5C569.4%2068.5%20576%2077.7%20576%2088v186.9C576%20406.1%20467.9%20512%20337.2%20512c-77%200-143.4-49.5-167.5-118.7C134.3%20424.1%20112%20469.4%20112%20520c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-74.9%2038.2-140.9%2096.1-179.7C195.4%20316.7%20237.5%20304%20280%20304h80c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-80c-39.7%200-77.3%208.8-111%2024.5c23.3-70%2089.2-120.5%20167-120.5c66.4%200%20115.8-22.1%20148.7-44c19.2-12.8%2035.5-28.1%2050.7-45.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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