John KuehJohn Kueh

leaf icon

Phosphor · leaf · MIT

Download SVG

The Phosphor leaf icon depicts a single leaf, commonly used to represent nature, growth, or environmental themes in user interfaces.

Common uses

  • Environmental impact indicator
  • Button for 'Go Green' initiatives
  • Label for a plant care section

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { Leaf } from '@phosphor-icons/react';

<Leaf size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<Leaf size={24} />
thin
<Leaf size={24} weight="thin" />
light
<Leaf size={24} weight="light" />
bold
<Leaf size={24} weight="bold" />
fill
<Leaf size={24} weight="fill" />
duotone
<Leaf size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
nature
Keywords
plantstreesbranchesleavesnodesgreenenvironmentalnatureleafplantfoliagebotanygreenery

FAQ

What does the leaf icon represent?
It represents a single leaf, symbolizing nature, plants, growth, or environmental topics.
How do I use the leaf icon in React?
Import it from the library and use it as a component: import { Leaf } from '@phosphor-icons/react'; <Leaf />
What is the license for this icon?
The Phosphor icon set, including the leaf icon, is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →