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

Name
plant-thin
Set
Phosphor
Style
Thin
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="M243.63 48.12a4 4 0 0 0-3.76-3.75c-50.25-3-90.44 12.1-107.52 40.29c-11.64 19.22-11.17 41.92 1.24 64.21a67.33 67.33 0 0 0-16.65 34.41l-23.49-23.49c8.63-16 8.81-32.33.42-46.19C81.45 93.09 52.35 82.13 16 84.26A4 4 0 0 0 12.26 88c-2.13 36.33 8.83 65.43 29.34 77.85a41.8 41.8 0 0 0 21.88 6.18a51.3 51.3 0 0 0 24.31-6.6L116 193.67V224a4 4 0 0 0 8 0v-29.49a59.57 59.57 0 0 1 15.29-40c11.49 6.36 23.07 9.56 34.24 9.56a57 57 0 0 0 29.81-8.41c28.18-17.09 43.25-57.28 40.29-107.54M45.74 159C28.47 148.56 19 123.69 20.08 92.08c31.61-1.09 56.48 8.39 67 25.66c6.48 10.71 6.59 23.37.46 36.09l-28.72-28.66a4 4 0 0 0-5.65 5.65l28.67 28.67c-12.73 6.13-25.39 6.02-36.1-.49m153.45-10.2c-16.05 9.72-35.09 9.59-54.08-.25l57.72-57.73a4 4 0 0 0-5.65-5.66l-57.73 57.73c-9.84-19-10-38-.25-54.08c15.11-25 51.08-38.53 96.63-36.64c1.9 45.55-11.68 81.52-36.64 96.63"/></svg>

React

import type { SVGProps } from "react";

export function PhPlantThin(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="M243.63 48.12a4 4 0 0 0-3.76-3.75c-50.25-3-90.44 12.1-107.52 40.29c-11.64 19.22-11.17 41.92 1.24 64.21a67.33 67.33 0 0 0-16.65 34.41l-23.49-23.49c8.63-16 8.81-32.33.42-46.19C81.45 93.09 52.35 82.13 16 84.26A4 4 0 0 0 12.26 88c-2.13 36.33 8.83 65.43 29.34 77.85a41.8 41.8 0 0 0 21.88 6.18a51.3 51.3 0 0 0 24.31-6.6L116 193.67V224a4 4 0 0 0 8 0v-29.49a59.57 59.57 0 0 1 15.29-40c11.49 6.36 23.07 9.56 34.24 9.56a57 57 0 0 0 29.81-8.41c28.18-17.09 43.25-57.28 40.29-107.54M45.74 159C28.47 148.56 19 123.69 20.08 92.08c31.61-1.09 56.48 8.39 67 25.66c6.48 10.71 6.59 23.37.46 36.09l-28.72-28.66a4 4 0 0 0-5.65 5.65l28.67 28.67c-12.73 6.13-25.39 6.02-36.1-.49m153.45-10.2c-16.05 9.72-35.09 9.59-54.08-.25l57.72-57.73a4 4 0 0 0-5.65-5.66l-57.73 57.73c-9.84-19-10-38-.25-54.08c15.11-25 51.08-38.53 96.63-36.64c1.9 45.55-11.68 81.52-36.64 96.63"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.63 48.12a4 4 0 0 0-3.76-3.75c-50.25-3-90.44 12.1-107.52 40.29c-11.64 19.22-11.17 41.92 1.24 64.21a67.33 67.33 0 0 0-16.65 34.41l-23.49-23.49c8.63-16 8.81-32.33.42-46.19C81.45 93.09 52.35 82.13 16 84.26A4 4 0 0 0 12.26 88c-2.13 36.33 8.83 65.43 29.34 77.85a41.8 41.8 0 0 0 21.88 6.18a51.3 51.3 0 0 0 24.31-6.6L116 193.67V224a4 4 0 0 0 8 0v-29.49a59.57 59.57 0 0 1 15.29-40c11.49 6.36 23.07 9.56 34.24 9.56a57 57 0 0 0 29.81-8.41c28.18-17.09 43.25-57.28 40.29-107.54M45.74 159C28.47 148.56 19 123.69 20.08 92.08c31.61-1.09 56.48 8.39 67 25.66c6.48 10.71 6.59 23.37.46 36.09l-28.72-28.66a4 4 0 0 0-5.65 5.65l28.67 28.67c-12.73 6.13-25.39 6.02-36.1-.49m153.45-10.2c-16.05 9.72-35.09 9.59-54.08-.25l57.72-57.73a4 4 0 0 0-5.65-5.66l-57.73 57.73c-9.84-19-10-38-.25-54.08c15.11-25 51.08-38.53 96.63-36.64c1.9 45.55-11.68 81.52-36.64 96.63"/></svg>
</template>

CSS

.icon-plant-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%22M243.63%2048.12a4%204%200%200%200-3.76-3.75c-50.25-3-90.44%2012.1-107.52%2040.29c-11.64%2019.22-11.17%2041.92%201.24%2064.21a67.33%2067.33%200%200%200-16.65%2034.41l-23.49-23.49c8.63-16%208.81-32.33.42-46.19C81.45%2093.09%2052.35%2082.13%2016%2084.26A4%204%200%200%200%2012.26%2088c-2.13%2036.33%208.83%2065.43%2029.34%2077.85a41.8%2041.8%200%200%200%2021.88%206.18a51.3%2051.3%200%200%200%2024.31-6.6L116%20193.67V224a4%204%200%200%200%208%200v-29.49a59.57%2059.57%200%200%201%2015.29-40c11.49%206.36%2023.07%209.56%2034.24%209.56a57%2057%200%200%200%2029.81-8.41c28.18-17.09%2043.25-57.28%2040.29-107.54M45.74%20159C28.47%20148.56%2019%20123.69%2020.08%2092.08c31.61-1.09%2056.48%208.39%2067%2025.66c6.48%2010.71%206.59%2023.37.46%2036.09l-28.72-28.66a4%204%200%200%200-5.65%205.65l28.67%2028.67c-12.73%206.13-25.39%206.02-36.1-.49m153.45-10.2c-16.05%209.72-35.09%209.59-54.08-.25l57.72-57.73a4%204%200%200%200-5.65-5.66l-57.73%2057.73c-9.84-19-10-38-.25-54.08c15.11-25%2051.08-38.53%2096.63-36.64c1.9%2045.55-11.68%2081.52-36.64%2096.63%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%22M243.63%2048.12a4%204%200%200%200-3.76-3.75c-50.25-3-90.44%2012.1-107.52%2040.29c-11.64%2019.22-11.17%2041.92%201.24%2064.21a67.33%2067.33%200%200%200-16.65%2034.41l-23.49-23.49c8.63-16%208.81-32.33.42-46.19C81.45%2093.09%2052.35%2082.13%2016%2084.26A4%204%200%200%200%2012.26%2088c-2.13%2036.33%208.83%2065.43%2029.34%2077.85a41.8%2041.8%200%200%200%2021.88%206.18a51.3%2051.3%200%200%200%2024.31-6.6L116%20193.67V224a4%204%200%200%200%208%200v-29.49a59.57%2059.57%200%200%201%2015.29-40c11.49%206.36%2023.07%209.56%2034.24%209.56a57%2057%200%200%200%2029.81-8.41c28.18-17.09%2043.25-57.28%2040.29-107.54M45.74%20159C28.47%20148.56%2019%20123.69%2020.08%2092.08c31.61-1.09%2056.48%208.39%2067%2025.66c6.48%2010.71%206.59%2023.37.46%2036.09l-28.72-28.66a4%204%200%200%200-5.65%205.65l28.67%2028.67c-12.73%206.13-25.39%206.02-36.1-.49m153.45-10.2c-16.05%209.72-35.09%209.59-54.08-.25l57.72-57.73a4%204%200%200%200-5.65-5.66l-57.73%2057.73c-9.84-19-10-38-.25-54.08c15.11-25%2051.08-38.53%2096.63-36.64c1.9%2045.55-11.68%2081.52-36.64%2096.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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