leaf from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
leaf
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
leaf-solid

The same icon in other sets

More objects icons from Line Awesome

Use the leaf icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.031 4L24 4.469c-3.18 1.402-7.773 1.93-11.688 3.312c-1.957.692-3.769 1.614-5.124 3.094C5.832 12.355 5 14.395 5 17c0 2.695 1.586 4.543 3.063 5.594a10 10 0 0 0 1.75 1c-.618 1.144-1.075 2.176-1.376 3.062c-.546 1.598-.632 2.848-.593 3.75s.156 1.52.156 1.5l2 .188c.063-.723-.125-1.102-.156-1.782s.027-1.613.5-3c.945-2.769 3.566-7.328 10.375-14.625l-1.438-1.374c-4.082 4.374-6.718 7.785-8.437 10.53a7.7 7.7 0 0 1-1.625-.874C8.059 20.145 7 18.937 7 17c0-2.203.629-3.656 1.656-4.781c1.028-1.125 2.524-1.93 4.313-2.563c3.238-1.144 7.246-1.722 10.687-3C23.976 7.871 25 12.031 25 18.531c0 3.688-.863 5.801-1.875 6.969s-2.23 1.5-3.313 1.5c-1.078 0-2.242-.55-3.25-1.25c-1.007-.7-1.703-1.43-2.406-1.875l-1.062 1.688c.18.113 1.176 1.035 2.344 1.843c1.167.809 2.648 1.594 4.374 1.594c1.54 0 3.422-.543 4.844-2.188C26.078 25.169 27 22.527 27 18.532c0-7.821-1.656-13.438-1.656-13.438z"/></svg>

React

import type { SVGProps } from "react";

export function LaLeaf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.031 4L24 4.469c-3.18 1.402-7.773 1.93-11.688 3.312c-1.957.692-3.769 1.614-5.124 3.094C5.832 12.355 5 14.395 5 17c0 2.695 1.586 4.543 3.063 5.594a10 10 0 0 0 1.75 1c-.618 1.144-1.075 2.176-1.376 3.062c-.546 1.598-.632 2.848-.593 3.75s.156 1.52.156 1.5l2 .188c.063-.723-.125-1.102-.156-1.782s.027-1.613.5-3c.945-2.769 3.566-7.328 10.375-14.625l-1.438-1.374c-4.082 4.374-6.718 7.785-8.437 10.53a7.7 7.7 0 0 1-1.625-.874C8.059 20.145 7 18.937 7 17c0-2.203.629-3.656 1.656-4.781c1.028-1.125 2.524-1.93 4.313-2.563c3.238-1.144 7.246-1.722 10.687-3C23.976 7.871 25 12.031 25 18.531c0 3.688-.863 5.801-1.875 6.969s-2.23 1.5-3.313 1.5c-1.078 0-2.242-.55-3.25-1.25c-1.007-.7-1.703-1.43-2.406-1.875l-1.062 1.688c.18.113 1.176 1.035 2.344 1.843c1.167.809 2.648 1.594 4.374 1.594c1.54 0 3.422-.543 4.844-2.188C26.078 25.169 27 22.527 27 18.532c0-7.821-1.656-13.438-1.656-13.438z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.031 4L24 4.469c-3.18 1.402-7.773 1.93-11.688 3.312c-1.957.692-3.769 1.614-5.124 3.094C5.832 12.355 5 14.395 5 17c0 2.695 1.586 4.543 3.063 5.594a10 10 0 0 0 1.75 1c-.618 1.144-1.075 2.176-1.376 3.062c-.546 1.598-.632 2.848-.593 3.75s.156 1.52.156 1.5l2 .188c.063-.723-.125-1.102-.156-1.782s.027-1.613.5-3c.945-2.769 3.566-7.328 10.375-14.625l-1.438-1.374c-4.082 4.374-6.718 7.785-8.437 10.53a7.7 7.7 0 0 1-1.625-.874C8.059 20.145 7 18.937 7 17c0-2.203.629-3.656 1.656-4.781c1.028-1.125 2.524-1.93 4.313-2.563c3.238-1.144 7.246-1.722 10.687-3C23.976 7.871 25 12.031 25 18.531c0 3.688-.863 5.801-1.875 6.969s-2.23 1.5-3.313 1.5c-1.078 0-2.242-.55-3.25-1.25c-1.007-.7-1.703-1.43-2.406-1.875l-1.062 1.688c.18.113 1.176 1.035 2.344 1.843c1.167.809 2.648 1.594 4.374 1.594c1.54 0 3.422-.543 4.844-2.188C26.078 25.169 27 22.527 27 18.532c0-7.821-1.656-13.438-1.656-13.438z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.031%204L24%204.469c-3.18%201.402-7.773%201.93-11.688%203.312c-1.957.692-3.769%201.614-5.124%203.094C5.832%2012.355%205%2014.395%205%2017c0%202.695%201.586%204.543%203.063%205.594a10%2010%200%200%200%201.75%201c-.618%201.144-1.075%202.176-1.376%203.062c-.546%201.598-.632%202.848-.593%203.75s.156%201.52.156%201.5l2%20.188c.063-.723-.125-1.102-.156-1.782s.027-1.613.5-3c.945-2.769%203.566-7.328%2010.375-14.625l-1.438-1.374c-4.082%204.374-6.718%207.785-8.437%2010.53a7.7%207.7%200%200%201-1.625-.874C8.059%2020.145%207%2018.937%207%2017c0-2.203.629-3.656%201.656-4.781c1.028-1.125%202.524-1.93%204.313-2.563c3.238-1.144%207.246-1.722%2010.687-3C23.976%207.871%2025%2012.031%2025%2018.531c0%203.688-.863%205.801-1.875%206.969s-2.23%201.5-3.313%201.5c-1.078%200-2.242-.55-3.25-1.25c-1.007-.7-1.703-1.43-2.406-1.875l-1.062%201.688c.18.113%201.176%201.035%202.344%201.843c1.167.809%202.648%201.594%204.374%201.594c1.54%200%203.422-.543%204.844-2.188C26.078%2025.169%2027%2022.527%2027%2018.532c0-7.821-1.656-13.438-1.656-13.438z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.031%204L24%204.469c-3.18%201.402-7.773%201.93-11.688%203.312c-1.957.692-3.769%201.614-5.124%203.094C5.832%2012.355%205%2014.395%205%2017c0%202.695%201.586%204.543%203.063%205.594a10%2010%200%200%200%201.75%201c-.618%201.144-1.075%202.176-1.376%203.062c-.546%201.598-.632%202.848-.593%203.75s.156%201.52.156%201.5l2%20.188c.063-.723-.125-1.102-.156-1.782s.027-1.613.5-3c.945-2.769%203.566-7.328%2010.375-14.625l-1.438-1.374c-4.082%204.374-6.718%207.785-8.437%2010.53a7.7%207.7%200%200%201-1.625-.874C8.059%2020.145%207%2018.937%207%2017c0-2.203.629-3.656%201.656-4.781c1.028-1.125%202.524-1.93%204.313-2.563c3.238-1.144%207.246-1.722%2010.687-3C23.976%207.871%2025%2012.031%2025%2018.531c0%203.688-.863%205.801-1.875%206.969s-2.23%201.5-3.313%201.5c-1.078%200-2.242-.55-3.25-1.25c-1.007-.7-1.703-1.43-2.406-1.875l-1.062%201.688c.18.113%201.176%201.035%202.344%201.843c1.167.809%202.648%201.594%204.374%201.594c1.54%200%203.422-.543%204.844-2.188C26.078%2025.169%2027%2022.527%2027%2018.532c0-7.821-1.656-13.438-1.656-13.438z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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