plant-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
plant-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the plant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M205.41 159.07a60.9 60.9 0 0 1-31.83 8.86a71.7 71.7 0 0 1-27.36-5.66A55.55 55.55 0 0 0 136 194.51V224a8 8 0 0 1-8.53 8a8.18 8.18 0 0 1-7.47-8.25v-12.44l-38.62-38.62A52.5 52.5 0 0 1 63.44 176a45.8 45.8 0 0 1-23.92-6.67C17.73 156.09 6 125.62 8.27 87.79a8 8 0 0 1 7.52-7.52c37.83-2.23 68.3 9.46 81.5 31.25a46 46 0 0 1 6.45 28.48a4 4 0 0 1-6.89 2.43l-19.2-20.1a8 8 0 0 0-11.31 11.31l53.88 55.25c.06-.78.13-1.56.21-2.33a68.56 68.56 0 0 1 18.64-39.46l50.59-53.46a8 8 0 0 0-11.31-11.32l-49 51.82a4 4 0 0 1-6.78-1.74c-4.74-17.48-2.65-34.88 6.4-49.82c17.86-29.48 59.42-45.26 111.18-42.22a8 8 0 0 1 7.52 7.52c3 51.77-12.78 93.33-42.26 111.19"/></svg>

React

import type { SVGProps } from "react";

export function PhPlantFill(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="M205.41 159.07a60.9 60.9 0 0 1-31.83 8.86a71.7 71.7 0 0 1-27.36-5.66A55.55 55.55 0 0 0 136 194.51V224a8 8 0 0 1-8.53 8a8.18 8.18 0 0 1-7.47-8.25v-12.44l-38.62-38.62A52.5 52.5 0 0 1 63.44 176a45.8 45.8 0 0 1-23.92-6.67C17.73 156.09 6 125.62 8.27 87.79a8 8 0 0 1 7.52-7.52c37.83-2.23 68.3 9.46 81.5 31.25a46 46 0 0 1 6.45 28.48a4 4 0 0 1-6.89 2.43l-19.2-20.1a8 8 0 0 0-11.31 11.31l53.88 55.25c.06-.78.13-1.56.21-2.33a68.56 68.56 0 0 1 18.64-39.46l50.59-53.46a8 8 0 0 0-11.31-11.32l-49 51.82a4 4 0 0 1-6.78-1.74c-4.74-17.48-2.65-34.88 6.4-49.82c17.86-29.48 59.42-45.26 111.18-42.22a8 8 0 0 1 7.52 7.52c3 51.77-12.78 93.33-42.26 111.19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M205.41 159.07a60.9 60.9 0 0 1-31.83 8.86a71.7 71.7 0 0 1-27.36-5.66A55.55 55.55 0 0 0 136 194.51V224a8 8 0 0 1-8.53 8a8.18 8.18 0 0 1-7.47-8.25v-12.44l-38.62-38.62A52.5 52.5 0 0 1 63.44 176a45.8 45.8 0 0 1-23.92-6.67C17.73 156.09 6 125.62 8.27 87.79a8 8 0 0 1 7.52-7.52c37.83-2.23 68.3 9.46 81.5 31.25a46 46 0 0 1 6.45 28.48a4 4 0 0 1-6.89 2.43l-19.2-20.1a8 8 0 0 0-11.31 11.31l53.88 55.25c.06-.78.13-1.56.21-2.33a68.56 68.56 0 0 1 18.64-39.46l50.59-53.46a8 8 0 0 0-11.31-11.32l-49 51.82a4 4 0 0 1-6.78-1.74c-4.74-17.48-2.65-34.88 6.4-49.82c17.86-29.48 59.42-45.26 111.18-42.22a8 8 0 0 1 7.52 7.52c3 51.77-12.78 93.33-42.26 111.19"/></svg>
</template>

CSS

.icon-plant-fill {
  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%22M205.41%20159.07a60.9%2060.9%200%200%201-31.83%208.86a71.7%2071.7%200%200%201-27.36-5.66A55.55%2055.55%200%200%200%20136%20194.51V224a8%208%200%200%201-8.53%208a8.18%208.18%200%200%201-7.47-8.25v-12.44l-38.62-38.62A52.5%2052.5%200%200%201%2063.44%20176a45.8%2045.8%200%200%201-23.92-6.67C17.73%20156.09%206%20125.62%208.27%2087.79a8%208%200%200%201%207.52-7.52c37.83-2.23%2068.3%209.46%2081.5%2031.25a46%2046%200%200%201%206.45%2028.48a4%204%200%200%201-6.89%202.43l-19.2-20.1a8%208%200%200%200-11.31%2011.31l53.88%2055.25c.06-.78.13-1.56.21-2.33a68.56%2068.56%200%200%201%2018.64-39.46l50.59-53.46a8%208%200%200%200-11.31-11.32l-49%2051.82a4%204%200%200%201-6.78-1.74c-4.74-17.48-2.65-34.88%206.4-49.82c17.86-29.48%2059.42-45.26%20111.18-42.22a8%208%200%200%201%207.52%207.52c3%2051.77-12.78%2093.33-42.26%20111.19%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%22M205.41%20159.07a60.9%2060.9%200%200%201-31.83%208.86a71.7%2071.7%200%200%201-27.36-5.66A55.55%2055.55%200%200%200%20136%20194.51V224a8%208%200%200%201-8.53%208a8.18%208.18%200%200%201-7.47-8.25v-12.44l-38.62-38.62A52.5%2052.5%200%200%201%2063.44%20176a45.8%2045.8%200%200%201-23.92-6.67C17.73%20156.09%206%20125.62%208.27%2087.79a8%208%200%200%201%207.52-7.52c37.83-2.23%2068.3%209.46%2081.5%2031.25a46%2046%200%200%201%206.45%2028.48a4%204%200%200%201-6.89%202.43l-19.2-20.1a8%208%200%200%200-11.31%2011.31l53.88%2055.25c.06-.78.13-1.56.21-2.33a68.56%2068.56%200%200%201%2018.64-39.46l50.59-53.46a8%208%200%200%200-11.31-11.32l-49%2051.82a4%204%200%200%201-6.78-1.74c-4.74-17.48-2.65-34.88%206.4-49.82c17.86-29.48%2059.42-45.26%20111.18-42.22a8%208%200%200%201%207.52%207.52c3%2051.77-12.78%2093.33-42.26%20111.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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