Leaf Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Leaf icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/304806.svg" alt="Leaf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304806.svg" alt="Leaf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304806.svg" alt="Leaf icon" :width="24" :height="24" />
CSS background
.icon-leaf {
background-image: url('https://proicons.com/icon/304806.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>leaf</title><path d="M48.68,38.71c8.06-8.06,10-34.59,10-34.59A40.94,40.94,0,0,1,44.41,7.73C36.16,8.43,28.52,9.6,24,14.08,17.13,21,15.4,30.82,19.34,37.77,23.66,31,41.47,21.29,41.47,21.29,28.69,30.43,14,47.78,13.41,50s3.64,2.3,4.3,1.15,3.2-5.78,6-8.57C30.68,47.53,41.33,46.07,48.68,38.71Z"/></svg>
Leaf in other icon packs
Copied!