potted plant icon
potted-plant-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- potted-plant-thin
- Set
- Phosphor
- Style
- Thin
- 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="M122.83 138.83L145 116.7c9 4.89 18.06 7.35 26.81 7.35a45.57 45.57 0 0 0 23.87-6.74c22.42-13.58 34.41-45.45 32.07-85.26a4 4 0 0 0-3.75-3.76c-39.81-2.35-71.68 9.65-85.26 32.07c-9.21 15.2-9 33.09.61 50.68L120 130.34l-17.06-17.06c6.66-12.78 6.71-26.2 0-37.22C92.89 59.4 69.33 50.49 40 52.21A4 4 0 0 0 36.21 56c-1.73 29.36 7.19 52.92 23.85 63A34.3 34.3 0 0 0 78 124a42 42 0 0 0 19.34-5l17 17.06l-12 12H56a4 4 0 0 0 0 8h12.79L82.7 218.6a11.93 11.93 0 0 0 11.72 9.4h67.17a11.93 11.93 0 0 0 11.71-9.4l13.91-62.6H200a4 4 0 0 0 0-8h-86.34zm22.7-74.32c11.62-19.2 39.27-29.71 74.37-28.41c1.29 35.1-9.21 62.74-28.41 74.37c-13.08 7.92-28.77 7.32-44.29-1.68c-8.99-15.51-9.59-31.2-1.67-44.28m-50.48 46.54c-10.84 6.19-21.76 6.59-30.84 1.08C50.78 104 43.35 84.68 44 60c24.64-.69 44 6.74 52.1 20.17c5.54 9.12 5.14 20.04-1.05 30.88m84 45l-13.53 60.87a4 4 0 0 1-3.9 3.13h-67.2a4 4 0 0 1-3.91-3.13L77 156Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPottedPlantThin(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="M122.83 138.83L145 116.7c9 4.89 18.06 7.35 26.81 7.35a45.57 45.57 0 0 0 23.87-6.74c22.42-13.58 34.41-45.45 32.07-85.26a4 4 0 0 0-3.75-3.76c-39.81-2.35-71.68 9.65-85.26 32.07c-9.21 15.2-9 33.09.61 50.68L120 130.34l-17.06-17.06c6.66-12.78 6.71-26.2 0-37.22C92.89 59.4 69.33 50.49 40 52.21A4 4 0 0 0 36.21 56c-1.73 29.36 7.19 52.92 23.85 63A34.3 34.3 0 0 0 78 124a42 42 0 0 0 19.34-5l17 17.06l-12 12H56a4 4 0 0 0 0 8h12.79L82.7 218.6a11.93 11.93 0 0 0 11.72 9.4h67.17a11.93 11.93 0 0 0 11.71-9.4l13.91-62.6H200a4 4 0 0 0 0-8h-86.34zm22.7-74.32c11.62-19.2 39.27-29.71 74.37-28.41c1.29 35.1-9.21 62.74-28.41 74.37c-13.08 7.92-28.77 7.32-44.29-1.68c-8.99-15.51-9.59-31.2-1.67-44.28m-50.48 46.54c-10.84 6.19-21.76 6.59-30.84 1.08C50.78 104 43.35 84.68 44 60c24.64-.69 44 6.74 52.1 20.17c5.54 9.12 5.14 20.04-1.05 30.88m84 45l-13.53 60.87a4 4 0 0 1-3.9 3.13h-67.2a4 4 0 0 1-3.91-3.13L77 156Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M122.83 138.83L145 116.7c9 4.89 18.06 7.35 26.81 7.35a45.57 45.57 0 0 0 23.87-6.74c22.42-13.58 34.41-45.45 32.07-85.26a4 4 0 0 0-3.75-3.76c-39.81-2.35-71.68 9.65-85.26 32.07c-9.21 15.2-9 33.09.61 50.68L120 130.34l-17.06-17.06c6.66-12.78 6.71-26.2 0-37.22C92.89 59.4 69.33 50.49 40 52.21A4 4 0 0 0 36.21 56c-1.73 29.36 7.19 52.92 23.85 63A34.3 34.3 0 0 0 78 124a42 42 0 0 0 19.34-5l17 17.06l-12 12H56a4 4 0 0 0 0 8h12.79L82.7 218.6a11.93 11.93 0 0 0 11.72 9.4h67.17a11.93 11.93 0 0 0 11.71-9.4l13.91-62.6H200a4 4 0 0 0 0-8h-86.34zm22.7-74.32c11.62-19.2 39.27-29.71 74.37-28.41c1.29 35.1-9.21 62.74-28.41 74.37c-13.08 7.92-28.77 7.32-44.29-1.68c-8.99-15.51-9.59-31.2-1.67-44.28m-50.48 46.54c-10.84 6.19-21.76 6.59-30.84 1.08C50.78 104 43.35 84.68 44 60c24.64-.69 44 6.74 52.1 20.17c5.54 9.12 5.14 20.04-1.05 30.88m84 45l-13.53 60.87a4 4 0 0 1-3.9 3.13h-67.2a4 4 0 0 1-3.91-3.13L77 156Z"/></svg> </template>
CSS
.icon-potted-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%22M122.83%20138.83L145%20116.7c9%204.89%2018.06%207.35%2026.81%207.35a45.57%2045.57%200%200%200%2023.87-6.74c22.42-13.58%2034.41-45.45%2032.07-85.26a4%204%200%200%200-3.75-3.76c-39.81-2.35-71.68%209.65-85.26%2032.07c-9.21%2015.2-9%2033.09.61%2050.68L120%20130.34l-17.06-17.06c6.66-12.78%206.71-26.2%200-37.22C92.89%2059.4%2069.33%2050.49%2040%2052.21A4%204%200%200%200%2036.21%2056c-1.73%2029.36%207.19%2052.92%2023.85%2063A34.3%2034.3%200%200%200%2078%20124a42%2042%200%200%200%2019.34-5l17%2017.06l-12%2012H56a4%204%200%200%200%200%208h12.79L82.7%20218.6a11.93%2011.93%200%200%200%2011.72%209.4h67.17a11.93%2011.93%200%200%200%2011.71-9.4l13.91-62.6H200a4%204%200%200%200%200-8h-86.34zm22.7-74.32c11.62-19.2%2039.27-29.71%2074.37-28.41c1.29%2035.1-9.21%2062.74-28.41%2074.37c-13.08%207.92-28.77%207.32-44.29-1.68c-8.99-15.51-9.59-31.2-1.67-44.28m-50.48%2046.54c-10.84%206.19-21.76%206.59-30.84%201.08C50.78%20104%2043.35%2084.68%2044%2060c24.64-.69%2044%206.74%2052.1%2020.17c5.54%209.12%205.14%2020.04-1.05%2030.88m84%2045l-13.53%2060.87a4%204%200%200%201-3.9%203.13h-67.2a4%204%200%200%201-3.91-3.13L77%20156Z%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%22M122.83%20138.83L145%20116.7c9%204.89%2018.06%207.35%2026.81%207.35a45.57%2045.57%200%200%200%2023.87-6.74c22.42-13.58%2034.41-45.45%2032.07-85.26a4%204%200%200%200-3.75-3.76c-39.81-2.35-71.68%209.65-85.26%2032.07c-9.21%2015.2-9%2033.09.61%2050.68L120%20130.34l-17.06-17.06c6.66-12.78%206.71-26.2%200-37.22C92.89%2059.4%2069.33%2050.49%2040%2052.21A4%204%200%200%200%2036.21%2056c-1.73%2029.36%207.19%2052.92%2023.85%2063A34.3%2034.3%200%200%200%2078%20124a42%2042%200%200%200%2019.34-5l17%2017.06l-12%2012H56a4%204%200%200%200%200%208h12.79L82.7%20218.6a11.93%2011.93%200%200%200%2011.72%209.4h67.17a11.93%2011.93%200%200%200%2011.71-9.4l13.91-62.6H200a4%204%200%200%200%200-8h-86.34zm22.7-74.32c11.62-19.2%2039.27-29.71%2074.37-28.41c1.29%2035.1-9.21%2062.74-28.41%2074.37c-13.08%207.92-28.77%207.32-44.29-1.68c-8.99-15.51-9.59-31.2-1.67-44.28m-50.48%2046.54c-10.84%206.19-21.76%206.59-30.84%201.08C50.78%20104%2043.35%2084.68%2044%2060c24.64-.69%2044%206.74%2052.1%2020.17c5.54%209.12%205.14%2020.04-1.05%2030.88m84%2045l-13.53%2060.87a4%204%200%200%201-3.9%203.13h-67.2a4%204%200%200%201-3.91-3.13L77%20156Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/potted-plant-thin.svg?color=%231a73e8&size=48