potted plant icon
potted-plant-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- potted-plant-light
- Set
- Phosphor
- Style
- Light
- 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="m124.24 140.24l21.09-21.09a58 58 0 0 0 26.49 6.79a47.55 47.55 0 0 0 24.85-6.94c23.07-14 35.42-46.53 33-87.09a6 6 0 0 0-5.64-5.64c-40.56-2.38-73.12 10-87.09 33c-9.22 15.22-9.2 33.71-.14 51.35L120 127.51l-14.64-14.63c6.32-13 6.15-26.6-.67-37.86C94.21 57.72 70 48.44 39.85 50.21a6 6 0 0 0-5.64 5.64C32.44 86 41.72 110.2 59 120.69A36.23 36.23 0 0 0 78 126a43.4 43.4 0 0 0 18.93-4.6l14.58 14.6l-10 10H56a6 6 0 0 0 0 12h11.18l13.57 61a13.91 13.91 0 0 0 13.67 11h67.17a13.91 13.91 0 0 0 13.66-11l13.57-61H200a6 6 0 0 0 0-12h-81.52zm23-74.7c11-18.22 37.24-28.33 70.72-27.5c.83 33.47-9.28 59.68-27.5 70.72c-12.3 7.44-27.09 6.92-41.79-1.43c-8.36-14.7-8.88-29.49-1.43-41.79m-53.66 44c-10 5.56-20 5.87-28.34.84C52.78 102.87 45.75 85 46 62c23-.29 40.88 6.78 48.42 19.24c5.03 8.3 4.72 18.32-.84 28.34ZM176.52 158l-13 58.43a2 2 0 0 1-1.95 1.57H94.42a2 2 0 0 1-2-1.57L79.48 158Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPottedPlantLight(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="m124.24 140.24l21.09-21.09a58 58 0 0 0 26.49 6.79a47.55 47.55 0 0 0 24.85-6.94c23.07-14 35.42-46.53 33-87.09a6 6 0 0 0-5.64-5.64c-40.56-2.38-73.12 10-87.09 33c-9.22 15.22-9.2 33.71-.14 51.35L120 127.51l-14.64-14.63c6.32-13 6.15-26.6-.67-37.86C94.21 57.72 70 48.44 39.85 50.21a6 6 0 0 0-5.64 5.64C32.44 86 41.72 110.2 59 120.69A36.23 36.23 0 0 0 78 126a43.4 43.4 0 0 0 18.93-4.6l14.58 14.6l-10 10H56a6 6 0 0 0 0 12h11.18l13.57 61a13.91 13.91 0 0 0 13.67 11h67.17a13.91 13.91 0 0 0 13.66-11l13.57-61H200a6 6 0 0 0 0-12h-81.52zm23-74.7c11-18.22 37.24-28.33 70.72-27.5c.83 33.47-9.28 59.68-27.5 70.72c-12.3 7.44-27.09 6.92-41.79-1.43c-8.36-14.7-8.88-29.49-1.43-41.79m-53.66 44c-10 5.56-20 5.87-28.34.84C52.78 102.87 45.75 85 46 62c23-.29 40.88 6.78 48.42 19.24c5.03 8.3 4.72 18.32-.84 28.34ZM176.52 158l-13 58.43a2 2 0 0 1-1.95 1.57H94.42a2 2 0 0 1-2-1.57L79.48 158Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m124.24 140.24l21.09-21.09a58 58 0 0 0 26.49 6.79a47.55 47.55 0 0 0 24.85-6.94c23.07-14 35.42-46.53 33-87.09a6 6 0 0 0-5.64-5.64c-40.56-2.38-73.12 10-87.09 33c-9.22 15.22-9.2 33.71-.14 51.35L120 127.51l-14.64-14.63c6.32-13 6.15-26.6-.67-37.86C94.21 57.72 70 48.44 39.85 50.21a6 6 0 0 0-5.64 5.64C32.44 86 41.72 110.2 59 120.69A36.23 36.23 0 0 0 78 126a43.4 43.4 0 0 0 18.93-4.6l14.58 14.6l-10 10H56a6 6 0 0 0 0 12h11.18l13.57 61a13.91 13.91 0 0 0 13.67 11h67.17a13.91 13.91 0 0 0 13.66-11l13.57-61H200a6 6 0 0 0 0-12h-81.52zm23-74.7c11-18.22 37.24-28.33 70.72-27.5c.83 33.47-9.28 59.68-27.5 70.72c-12.3 7.44-27.09 6.92-41.79-1.43c-8.36-14.7-8.88-29.49-1.43-41.79m-53.66 44c-10 5.56-20 5.87-28.34.84C52.78 102.87 45.75 85 46 62c23-.29 40.88 6.78 48.42 19.24c5.03 8.3 4.72 18.32-.84 28.34ZM176.52 158l-13 58.43a2 2 0 0 1-1.95 1.57H94.42a2 2 0 0 1-2-1.57L79.48 158Z"/></svg> </template>
CSS
.icon-potted-plant-light {
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%22m124.24%20140.24l21.09-21.09a58%2058%200%200%200%2026.49%206.79a47.55%2047.55%200%200%200%2024.85-6.94c23.07-14%2035.42-46.53%2033-87.09a6%206%200%200%200-5.64-5.64c-40.56-2.38-73.12%2010-87.09%2033c-9.22%2015.22-9.2%2033.71-.14%2051.35L120%20127.51l-14.64-14.63c6.32-13%206.15-26.6-.67-37.86C94.21%2057.72%2070%2048.44%2039.85%2050.21a6%206%200%200%200-5.64%205.64C32.44%2086%2041.72%20110.2%2059%20120.69A36.23%2036.23%200%200%200%2078%20126a43.4%2043.4%200%200%200%2018.93-4.6l14.58%2014.6l-10%2010H56a6%206%200%200%200%200%2012h11.18l13.57%2061a13.91%2013.91%200%200%200%2013.67%2011h67.17a13.91%2013.91%200%200%200%2013.66-11l13.57-61H200a6%206%200%200%200%200-12h-81.52zm23-74.7c11-18.22%2037.24-28.33%2070.72-27.5c.83%2033.47-9.28%2059.68-27.5%2070.72c-12.3%207.44-27.09%206.92-41.79-1.43c-8.36-14.7-8.88-29.49-1.43-41.79m-53.66%2044c-10%205.56-20%205.87-28.34.84C52.78%20102.87%2045.75%2085%2046%2062c23-.29%2040.88%206.78%2048.42%2019.24c5.03%208.3%204.72%2018.32-.84%2028.34ZM176.52%20158l-13%2058.43a2%202%200%200%201-1.95%201.57H94.42a2%202%200%200%201-2-1.57L79.48%20158Z%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%22m124.24%20140.24l21.09-21.09a58%2058%200%200%200%2026.49%206.79a47.55%2047.55%200%200%200%2024.85-6.94c23.07-14%2035.42-46.53%2033-87.09a6%206%200%200%200-5.64-5.64c-40.56-2.38-73.12%2010-87.09%2033c-9.22%2015.22-9.2%2033.71-.14%2051.35L120%20127.51l-14.64-14.63c6.32-13%206.15-26.6-.67-37.86C94.21%2057.72%2070%2048.44%2039.85%2050.21a6%206%200%200%200-5.64%205.64C32.44%2086%2041.72%20110.2%2059%20120.69A36.23%2036.23%200%200%200%2078%20126a43.4%2043.4%200%200%200%2018.93-4.6l14.58%2014.6l-10%2010H56a6%206%200%200%200%200%2012h11.18l13.57%2061a13.91%2013.91%200%200%200%2013.67%2011h67.17a13.91%2013.91%200%200%200%2013.66-11l13.57-61H200a6%206%200%200%200%200-12h-81.52zm23-74.7c11-18.22%2037.24-28.33%2070.72-27.5c.83%2033.47-9.28%2059.68-27.5%2070.72c-12.3%207.44-27.09%206.92-41.79-1.43c-8.36-14.7-8.88-29.49-1.43-41.79m-53.66%2044c-10%205.56-20%205.87-28.34.84C52.78%20102.87%2045.75%2085%2046%2062c23-.29%2040.88%206.78%2048.42%2019.24c5.03%208.3%204.72%2018.32-.84%2028.34ZM176.52%20158l-13%2058.43a2%202%200%200%201-1.95%201.57H94.42a2%202%200%200%201-2-1.57L79.48%20158Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/potted-plant-light.svg?color=%231a73e8&size=48