potted plant icon

potted-plant-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
potted-plant-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the potted plant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 144h-71l21.24-21.25a60.1 60.1 0 0 0 24 5.22a51.7 51.7 0 0 0 27-7.54c24-14.57 37-47.79 34.54-88.87a12 12 0 0 0-11.27-11.27c-41.09-2.41-74.31 10.49-88.87 34.54c-9.24 15.24-10 33.4-2.33 51L120 119l-11.14-11.13c4.94-12.89 4-26.12-2.76-37.36C95 52.25 70.12 42.4 39.49 44.21a12 12 0 0 0-11.28 11.27c-1.8 30.64 8 55.54 26.32 66.61a40.27 40.27 0 0 0 21 5.9a45.6 45.6 0 0 0 16.31-3.13L103 136l-8 8H56a12 12 0 0 0 0 24h7.27l11.63 52.34A19.89 19.89 0 0 0 94.42 236h67.17a19.88 19.88 0 0 0 19.52-15.66L192.74 168H200a12 12 0 0 0 0-24m-43.9-76.74C164.8 52.89 185.29 44.5 212 44c-.48 26.69-8.87 47.18-23.25 55.89c-9.43 5.71-20.45 5.48-32-.62c-6.14-11.56-6.36-22.58-.65-32.01M85.51 101.5c-5.23 2.53-12 4-18.54.07c-8.47-5.13-13.81-17.48-14.8-33.4c15.93 1 28.27 6.32 33.4 14.79c3.94 6.52 2.43 13.31-.06 18.54M158.38 212H97.62l-9.77-44h80.31Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPottedPlantBold(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="M200 144h-71l21.24-21.25a60.1 60.1 0 0 0 24 5.22a51.7 51.7 0 0 0 27-7.54c24-14.57 37-47.79 34.54-88.87a12 12 0 0 0-11.27-11.27c-41.09-2.41-74.31 10.49-88.87 34.54c-9.24 15.24-10 33.4-2.33 51L120 119l-11.14-11.13c4.94-12.89 4-26.12-2.76-37.36C95 52.25 70.12 42.4 39.49 44.21a12 12 0 0 0-11.28 11.27c-1.8 30.64 8 55.54 26.32 66.61a40.27 40.27 0 0 0 21 5.9a45.6 45.6 0 0 0 16.31-3.13L103 136l-8 8H56a12 12 0 0 0 0 24h7.27l11.63 52.34A19.89 19.89 0 0 0 94.42 236h67.17a19.88 19.88 0 0 0 19.52-15.66L192.74 168H200a12 12 0 0 0 0-24m-43.9-76.74C164.8 52.89 185.29 44.5 212 44c-.48 26.69-8.87 47.18-23.25 55.89c-9.43 5.71-20.45 5.48-32-.62c-6.14-11.56-6.36-22.58-.65-32.01M85.51 101.5c-5.23 2.53-12 4-18.54.07c-8.47-5.13-13.81-17.48-14.8-33.4c15.93 1 28.27 6.32 33.4 14.79c3.94 6.52 2.43 13.31-.06 18.54M158.38 212H97.62l-9.77-44h80.31Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 144h-71l21.24-21.25a60.1 60.1 0 0 0 24 5.22a51.7 51.7 0 0 0 27-7.54c24-14.57 37-47.79 34.54-88.87a12 12 0 0 0-11.27-11.27c-41.09-2.41-74.31 10.49-88.87 34.54c-9.24 15.24-10 33.4-2.33 51L120 119l-11.14-11.13c4.94-12.89 4-26.12-2.76-37.36C95 52.25 70.12 42.4 39.49 44.21a12 12 0 0 0-11.28 11.27c-1.8 30.64 8 55.54 26.32 66.61a40.27 40.27 0 0 0 21 5.9a45.6 45.6 0 0 0 16.31-3.13L103 136l-8 8H56a12 12 0 0 0 0 24h7.27l11.63 52.34A19.89 19.89 0 0 0 94.42 236h67.17a19.88 19.88 0 0 0 19.52-15.66L192.74 168H200a12 12 0 0 0 0-24m-43.9-76.74C164.8 52.89 185.29 44.5 212 44c-.48 26.69-8.87 47.18-23.25 55.89c-9.43 5.71-20.45 5.48-32-.62c-6.14-11.56-6.36-22.58-.65-32.01M85.51 101.5c-5.23 2.53-12 4-18.54.07c-8.47-5.13-13.81-17.48-14.8-33.4c15.93 1 28.27 6.32 33.4 14.79c3.94 6.52 2.43 13.31-.06 18.54M158.38 212H97.62l-9.77-44h80.31Z"/></svg>
</template>

CSS

.icon-potted-plant-bold {
  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%22M200%20144h-71l21.24-21.25a60.1%2060.1%200%200%200%2024%205.22a51.7%2051.7%200%200%200%2027-7.54c24-14.57%2037-47.79%2034.54-88.87a12%2012%200%200%200-11.27-11.27c-41.09-2.41-74.31%2010.49-88.87%2034.54c-9.24%2015.24-10%2033.4-2.33%2051L120%20119l-11.14-11.13c4.94-12.89%204-26.12-2.76-37.36C95%2052.25%2070.12%2042.4%2039.49%2044.21a12%2012%200%200%200-11.28%2011.27c-1.8%2030.64%208%2055.54%2026.32%2066.61a40.27%2040.27%200%200%200%2021%205.9a45.6%2045.6%200%200%200%2016.31-3.13L103%20136l-8%208H56a12%2012%200%200%200%200%2024h7.27l11.63%2052.34A19.89%2019.89%200%200%200%2094.42%20236h67.17a19.88%2019.88%200%200%200%2019.52-15.66L192.74%20168H200a12%2012%200%200%200%200-24m-43.9-76.74C164.8%2052.89%20185.29%2044.5%20212%2044c-.48%2026.69-8.87%2047.18-23.25%2055.89c-9.43%205.71-20.45%205.48-32-.62c-6.14-11.56-6.36-22.58-.65-32.01M85.51%20101.5c-5.23%202.53-12%204-18.54.07c-8.47-5.13-13.81-17.48-14.8-33.4c15.93%201%2028.27%206.32%2033.4%2014.79c3.94%206.52%202.43%2013.31-.06%2018.54M158.38%20212H97.62l-9.77-44h80.31Z%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%22M200%20144h-71l21.24-21.25a60.1%2060.1%200%200%200%2024%205.22a51.7%2051.7%200%200%200%2027-7.54c24-14.57%2037-47.79%2034.54-88.87a12%2012%200%200%200-11.27-11.27c-41.09-2.41-74.31%2010.49-88.87%2034.54c-9.24%2015.24-10%2033.4-2.33%2051L120%20119l-11.14-11.13c4.94-12.89%204-26.12-2.76-37.36C95%2052.25%2070.12%2042.4%2039.49%2044.21a12%2012%200%200%200-11.28%2011.27c-1.8%2030.64%208%2055.54%2026.32%2066.61a40.27%2040.27%200%200%200%2021%205.9a45.6%2045.6%200%200%200%2016.31-3.13L103%20136l-8%208H56a12%2012%200%200%200%200%2024h7.27l11.63%2052.34A19.89%2019.89%200%200%200%2094.42%20236h67.17a19.88%2019.88%200%200%200%2019.52-15.66L192.74%20168H200a12%2012%200%200%200%200-24m-43.9-76.74C164.8%2052.89%20185.29%2044.5%20212%2044c-.48%2026.69-8.87%2047.18-23.25%2055.89c-9.43%205.71-20.45%205.48-32-.62c-6.14-11.56-6.36-22.58-.65-32.01M85.51%20101.5c-5.23%202.53-12%204-18.54.07c-8.47-5.13-13.81-17.48-14.8-33.4c15.93%201%2028.27%206.32%2033.4%2014.79c3.94%206.52%202.43%2013.31-.06%2018.54M158.38%20212H97.62l-9.77-44h80.31Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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