potted plant icon
potted-plant from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- potted-plant
- Set
- Phosphor
- Style
- Regular
- 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-76.7l2.35-2.35l20.06-20.06a59.55 59.55 0 0 0 26.1 6.36a49.56 49.56 0 0 0 25.89-7.22c23.72-14.36 36.43-47.6 34-88.92a8 8 0 0 0-7.52-7.52c-41.32-2.42-74.56 10.28-88.92 34c-9.36 15.45-9.6 34.11-.87 52L120 124.68l-12.21-12.21c6-13.25 5.57-27-1.39-38.48C95.53 56 70.61 46.41 39.73 48.22a8 8 0 0 0-7.51 7.51C30.4 86.6 40 111.52 58 122.4a38.2 38.2 0 0 0 20 5.6a45 45 0 0 0 18.52-4.19L108.68 136l-8 8H56a8 8 0 0 0 0 16h9.59l13.21 59.47A15.91 15.91 0 0 0 94.42 232h67.17a15.91 15.91 0 0 0 15.62-12.53L190.42 160H200a8 8 0 0 0 0-16m-51-77.42c10.46-17.26 35.24-27 67-26.57c.41 31.81-9.31 56.58-26.57 67c-11.51 7-25.4 6.54-39.28-1.18C142.42 92 142 78.09 149 66.58m-56.89 41.53c-9.2 4.93-18.31 5.16-25.83.6C54.78 101.74 48.15 85.31 48 64c21.31.15 37.75 6.78 44.71 18.28c4.56 7.52 4.29 16.63-.6 25.83M161.59 216H94.42L82 160h92Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPottedPlant(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-76.7l2.35-2.35l20.06-20.06a59.55 59.55 0 0 0 26.1 6.36a49.56 49.56 0 0 0 25.89-7.22c23.72-14.36 36.43-47.6 34-88.92a8 8 0 0 0-7.52-7.52c-41.32-2.42-74.56 10.28-88.92 34c-9.36 15.45-9.6 34.11-.87 52L120 124.68l-12.21-12.21c6-13.25 5.57-27-1.39-38.48C95.53 56 70.61 46.41 39.73 48.22a8 8 0 0 0-7.51 7.51C30.4 86.6 40 111.52 58 122.4a38.2 38.2 0 0 0 20 5.6a45 45 0 0 0 18.52-4.19L108.68 136l-8 8H56a8 8 0 0 0 0 16h9.59l13.21 59.47A15.91 15.91 0 0 0 94.42 232h67.17a15.91 15.91 0 0 0 15.62-12.53L190.42 160H200a8 8 0 0 0 0-16m-51-77.42c10.46-17.26 35.24-27 67-26.57c.41 31.81-9.31 56.58-26.57 67c-11.51 7-25.4 6.54-39.28-1.18C142.42 92 142 78.09 149 66.58m-56.89 41.53c-9.2 4.93-18.31 5.16-25.83.6C54.78 101.74 48.15 85.31 48 64c21.31.15 37.75 6.78 44.71 18.28c4.56 7.52 4.29 16.63-.6 25.83M161.59 216H94.42L82 160h92Z"/></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-76.7l2.35-2.35l20.06-20.06a59.55 59.55 0 0 0 26.1 6.36a49.56 49.56 0 0 0 25.89-7.22c23.72-14.36 36.43-47.6 34-88.92a8 8 0 0 0-7.52-7.52c-41.32-2.42-74.56 10.28-88.92 34c-9.36 15.45-9.6 34.11-.87 52L120 124.68l-12.21-12.21c6-13.25 5.57-27-1.39-38.48C95.53 56 70.61 46.41 39.73 48.22a8 8 0 0 0-7.51 7.51C30.4 86.6 40 111.52 58 122.4a38.2 38.2 0 0 0 20 5.6a45 45 0 0 0 18.52-4.19L108.68 136l-8 8H56a8 8 0 0 0 0 16h9.59l13.21 59.47A15.91 15.91 0 0 0 94.42 232h67.17a15.91 15.91 0 0 0 15.62-12.53L190.42 160H200a8 8 0 0 0 0-16m-51-77.42c10.46-17.26 35.24-27 67-26.57c.41 31.81-9.31 56.58-26.57 67c-11.51 7-25.4 6.54-39.28-1.18C142.42 92 142 78.09 149 66.58m-56.89 41.53c-9.2 4.93-18.31 5.16-25.83.6C54.78 101.74 48.15 85.31 48 64c21.31.15 37.75 6.78 44.71 18.28c4.56 7.52 4.29 16.63-.6 25.83M161.59 216H94.42L82 160h92Z"/></svg> </template>
CSS
.icon-potted-plant {
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-76.7l2.35-2.35l20.06-20.06a59.55%2059.55%200%200%200%2026.1%206.36a49.56%2049.56%200%200%200%2025.89-7.22c23.72-14.36%2036.43-47.6%2034-88.92a8%208%200%200%200-7.52-7.52c-41.32-2.42-74.56%2010.28-88.92%2034c-9.36%2015.45-9.6%2034.11-.87%2052L120%20124.68l-12.21-12.21c6-13.25%205.57-27-1.39-38.48C95.53%2056%2070.61%2046.41%2039.73%2048.22a8%208%200%200%200-7.51%207.51C30.4%2086.6%2040%20111.52%2058%20122.4a38.2%2038.2%200%200%200%2020%205.6a45%2045%200%200%200%2018.52-4.19L108.68%20136l-8%208H56a8%208%200%200%200%200%2016h9.59l13.21%2059.47A15.91%2015.91%200%200%200%2094.42%20232h67.17a15.91%2015.91%200%200%200%2015.62-12.53L190.42%20160H200a8%208%200%200%200%200-16m-51-77.42c10.46-17.26%2035.24-27%2067-26.57c.41%2031.81-9.31%2056.58-26.57%2067c-11.51%207-25.4%206.54-39.28-1.18C142.42%2092%20142%2078.09%20149%2066.58m-56.89%2041.53c-9.2%204.93-18.31%205.16-25.83.6C54.78%20101.74%2048.15%2085.31%2048%2064c21.31.15%2037.75%206.78%2044.71%2018.28c4.56%207.52%204.29%2016.63-.6%2025.83M161.59%20216H94.42L82%20160h92Z%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-76.7l2.35-2.35l20.06-20.06a59.55%2059.55%200%200%200%2026.1%206.36a49.56%2049.56%200%200%200%2025.89-7.22c23.72-14.36%2036.43-47.6%2034-88.92a8%208%200%200%200-7.52-7.52c-41.32-2.42-74.56%2010.28-88.92%2034c-9.36%2015.45-9.6%2034.11-.87%2052L120%20124.68l-12.21-12.21c6-13.25%205.57-27-1.39-38.48C95.53%2056%2070.61%2046.41%2039.73%2048.22a8%208%200%200%200-7.51%207.51C30.4%2086.6%2040%20111.52%2058%20122.4a38.2%2038.2%200%200%200%2020%205.6a45%2045%200%200%200%2018.52-4.19L108.68%20136l-8%208H56a8%208%200%200%200%200%2016h9.59l13.21%2059.47A15.91%2015.91%200%200%200%2094.42%20232h67.17a15.91%2015.91%200%200%200%2015.62-12.53L190.42%20160H200a8%208%200%200%200%200-16m-51-77.42c10.46-17.26%2035.24-27%2067-26.57c.41%2031.81-9.31%2056.58-26.57%2067c-11.51%207-25.4%206.54-39.28-1.18C142.42%2092%20142%2078.09%20149%2066.58m-56.89%2041.53c-9.2%204.93-18.31%205.16-25.83.6C54.78%20101.74%2048.15%2085.31%2048%2064c21.31.15%2037.75%206.78%2044.71%2018.28c4.56%207.52%204.29%2016.63-.6%2025.83M161.59%20216H94.42L82%20160h92Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/potted-plant.svg?color=%231a73e8&size=48