leaf-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
leaf-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M219.45 40.31a4 4 0 0 0-3.76-3.76C141.06 32.16 81.46 54.39 56.24 96C39 124.56 39.9 158.37 58.8 191.54l-21.63 21.63a4 4 0 0 0 5.66 5.66l21.63-21.64c17.39 9.91 35 14.89 51.83 14.89A83.43 83.43 0 0 0 160 199.76c41.61-25.22 63.84-84.83 59.45-159.45m-63.63 152.61c-25.37 15.37-55.56 14.75-85.48-1.61l92.5-92.49a4 4 0 0 0-5.66-5.66l-92.49 92.5c-16.36-29.92-17-60.11-1.61-85.48C86.34 61.77 141.72 41 211.66 44.34c3.34 69.94-17.43 125.32-55.84 148.58"/></svg>

React

import type { SVGProps } from "react";

export function PhLeafThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.45 40.31a4 4 0 0 0-3.76-3.76C141.06 32.16 81.46 54.39 56.24 96C39 124.56 39.9 158.37 58.8 191.54l-21.63 21.63a4 4 0 0 0 5.66 5.66l21.63-21.64c17.39 9.91 35 14.89 51.83 14.89A83.43 83.43 0 0 0 160 199.76c41.61-25.22 63.84-84.83 59.45-159.45m-63.63 152.61c-25.37 15.37-55.56 14.75-85.48-1.61l92.5-92.49a4 4 0 0 0-5.66-5.66l-92.49 92.5c-16.36-29.92-17-60.11-1.61-85.48C86.34 61.77 141.72 41 211.66 44.34c3.34 69.94-17.43 125.32-55.84 148.58"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.45 40.31a4 4 0 0 0-3.76-3.76C141.06 32.16 81.46 54.39 56.24 96C39 124.56 39.9 158.37 58.8 191.54l-21.63 21.63a4 4 0 0 0 5.66 5.66l21.63-21.64c17.39 9.91 35 14.89 51.83 14.89A83.43 83.43 0 0 0 160 199.76c41.61-25.22 63.84-84.83 59.45-159.45m-63.63 152.61c-25.37 15.37-55.56 14.75-85.48-1.61l92.5-92.49a4 4 0 0 0-5.66-5.66l-92.49 92.5c-16.36-29.92-17-60.11-1.61-85.48C86.34 61.77 141.72 41 211.66 44.34c3.34 69.94-17.43 125.32-55.84 148.58"/></svg>
</template>

CSS

.icon-leaf-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M219.45%2040.31a4%204%200%200%200-3.76-3.76C141.06%2032.16%2081.46%2054.39%2056.24%2096C39%20124.56%2039.9%20158.37%2058.8%20191.54l-21.63%2021.63a4%204%200%200%200%205.66%205.66l21.63-21.64c17.39%209.91%2035%2014.89%2051.83%2014.89A83.43%2083.43%200%200%200%20160%20199.76c41.61-25.22%2063.84-84.83%2059.45-159.45m-63.63%20152.61c-25.37%2015.37-55.56%2014.75-85.48-1.61l92.5-92.49a4%204%200%200%200-5.66-5.66l-92.49%2092.5c-16.36-29.92-17-60.11-1.61-85.48C86.34%2061.77%20141.72%2041%20211.66%2044.34c3.34%2069.94-17.43%20125.32-55.84%20148.58%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M219.45%2040.31a4%204%200%200%200-3.76-3.76C141.06%2032.16%2081.46%2054.39%2056.24%2096C39%20124.56%2039.9%20158.37%2058.8%20191.54l-21.63%2021.63a4%204%200%200%200%205.66%205.66l21.63-21.64c17.39%209.91%2035%2014.89%2051.83%2014.89A83.43%2083.43%200%200%200%20160%20199.76c41.61-25.22%2063.84-84.83%2059.45-159.45m-63.63%20152.61c-25.37%2015.37-55.56%2014.75-85.48-1.61l92.5-92.49a4%204%200%200%200-5.66-5.66l-92.49%2092.5c-16.36-29.92-17-60.11-1.61-85.48C86.34%2061.77%20141.72%2041%20211.66%2044.34c3.34%2069.94-17.43%20125.32-55.84%20148.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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