plant icon
plant from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- plant
- Set
- Phosphor
- Style
- Regular
- 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="M247.63 47.89a8 8 0 0 0-7.52-7.52c-51.76-3-93.32 12.74-111.18 42.22c-11.8 19.49-11.78 43.16-.16 65.74a71.3 71.3 0 0 0-14.17 27L98.33 159c7.82-16.33 7.52-33.35-1-47.49c-13.2-21.79-43.67-33.47-81.5-31.25a8 8 0 0 0-7.52 7.52c-2.23 37.83 9.46 68.3 31.25 81.5A45.8 45.8 0 0 0 63.44 176A54.6 54.6 0 0 0 87 170.33l25 25V224a8 8 0 0 0 16 0v-29.49a55.6 55.6 0 0 1 12.27-35a73.9 73.9 0 0 0 33.31 8.4a60.9 60.9 0 0 0 31.83-8.86c29.48-17.84 45.26-59.4 42.22-111.16M47.81 155.6C32.47 146.31 23.79 124.32 24 96c28.32-.24 50.31 8.47 59.6 23.81c4.85 8 5.64 17.33 2.46 26.94l-24.41-24.41a8 8 0 0 0-11.31 11.31l24.41 24.41c-9.61 3.18-18.93 2.39-26.94-2.46m149.31-10.22c-13.4 8.11-29.15 8.73-45.15 2l53.69-53.7a8 8 0 0 0-11.31-11.31L140.65 136c-6.76-16-6.15-31.76 2-45.15c13.94-23 47-35.82 89.33-34.83c.96 42.32-11.84 75.42-34.86 89.36"/></svg>
React
import type { SVGProps } from "react";
export function PhPlant(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="M247.63 47.89a8 8 0 0 0-7.52-7.52c-51.76-3-93.32 12.74-111.18 42.22c-11.8 19.49-11.78 43.16-.16 65.74a71.3 71.3 0 0 0-14.17 27L98.33 159c7.82-16.33 7.52-33.35-1-47.49c-13.2-21.79-43.67-33.47-81.5-31.25a8 8 0 0 0-7.52 7.52c-2.23 37.83 9.46 68.3 31.25 81.5A45.8 45.8 0 0 0 63.44 176A54.6 54.6 0 0 0 87 170.33l25 25V224a8 8 0 0 0 16 0v-29.49a55.6 55.6 0 0 1 12.27-35a73.9 73.9 0 0 0 33.31 8.4a60.9 60.9 0 0 0 31.83-8.86c29.48-17.84 45.26-59.4 42.22-111.16M47.81 155.6C32.47 146.31 23.79 124.32 24 96c28.32-.24 50.31 8.47 59.6 23.81c4.85 8 5.64 17.33 2.46 26.94l-24.41-24.41a8 8 0 0 0-11.31 11.31l24.41 24.41c-9.61 3.18-18.93 2.39-26.94-2.46m149.31-10.22c-13.4 8.11-29.15 8.73-45.15 2l53.69-53.7a8 8 0 0 0-11.31-11.31L140.65 136c-6.76-16-6.15-31.76 2-45.15c13.94-23 47-35.82 89.33-34.83c.96 42.32-11.84 75.42-34.86 89.36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M247.63 47.89a8 8 0 0 0-7.52-7.52c-51.76-3-93.32 12.74-111.18 42.22c-11.8 19.49-11.78 43.16-.16 65.74a71.3 71.3 0 0 0-14.17 27L98.33 159c7.82-16.33 7.52-33.35-1-47.49c-13.2-21.79-43.67-33.47-81.5-31.25a8 8 0 0 0-7.52 7.52c-2.23 37.83 9.46 68.3 31.25 81.5A45.8 45.8 0 0 0 63.44 176A54.6 54.6 0 0 0 87 170.33l25 25V224a8 8 0 0 0 16 0v-29.49a55.6 55.6 0 0 1 12.27-35a73.9 73.9 0 0 0 33.31 8.4a60.9 60.9 0 0 0 31.83-8.86c29.48-17.84 45.26-59.4 42.22-111.16M47.81 155.6C32.47 146.31 23.79 124.32 24 96c28.32-.24 50.31 8.47 59.6 23.81c4.85 8 5.64 17.33 2.46 26.94l-24.41-24.41a8 8 0 0 0-11.31 11.31l24.41 24.41c-9.61 3.18-18.93 2.39-26.94-2.46m149.31-10.22c-13.4 8.11-29.15 8.73-45.15 2l53.69-53.7a8 8 0 0 0-11.31-11.31L140.65 136c-6.76-16-6.15-31.76 2-45.15c13.94-23 47-35.82 89.33-34.83c.96 42.32-11.84 75.42-34.86 89.36"/></svg> </template>
CSS
.icon-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%22M247.63%2047.89a8%208%200%200%200-7.52-7.52c-51.76-3-93.32%2012.74-111.18%2042.22c-11.8%2019.49-11.78%2043.16-.16%2065.74a71.3%2071.3%200%200%200-14.17%2027L98.33%20159c7.82-16.33%207.52-33.35-1-47.49c-13.2-21.79-43.67-33.47-81.5-31.25a8%208%200%200%200-7.52%207.52c-2.23%2037.83%209.46%2068.3%2031.25%2081.5A45.8%2045.8%200%200%200%2063.44%20176A54.6%2054.6%200%200%200%2087%20170.33l25%2025V224a8%208%200%200%200%2016%200v-29.49a55.6%2055.6%200%200%201%2012.27-35a73.9%2073.9%200%200%200%2033.31%208.4a60.9%2060.9%200%200%200%2031.83-8.86c29.48-17.84%2045.26-59.4%2042.22-111.16M47.81%20155.6C32.47%20146.31%2023.79%20124.32%2024%2096c28.32-.24%2050.31%208.47%2059.6%2023.81c4.85%208%205.64%2017.33%202.46%2026.94l-24.41-24.41a8%208%200%200%200-11.31%2011.31l24.41%2024.41c-9.61%203.18-18.93%202.39-26.94-2.46m149.31-10.22c-13.4%208.11-29.15%208.73-45.15%202l53.69-53.7a8%208%200%200%200-11.31-11.31L140.65%20136c-6.76-16-6.15-31.76%202-45.15c13.94-23%2047-35.82%2089.33-34.83c.96%2042.32-11.84%2075.42-34.86%2089.36%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%22M247.63%2047.89a8%208%200%200%200-7.52-7.52c-51.76-3-93.32%2012.74-111.18%2042.22c-11.8%2019.49-11.78%2043.16-.16%2065.74a71.3%2071.3%200%200%200-14.17%2027L98.33%20159c7.82-16.33%207.52-33.35-1-47.49c-13.2-21.79-43.67-33.47-81.5-31.25a8%208%200%200%200-7.52%207.52c-2.23%2037.83%209.46%2068.3%2031.25%2081.5A45.8%2045.8%200%200%200%2063.44%20176A54.6%2054.6%200%200%200%2087%20170.33l25%2025V224a8%208%200%200%200%2016%200v-29.49a55.6%2055.6%200%200%201%2012.27-35a73.9%2073.9%200%200%200%2033.31%208.4a60.9%2060.9%200%200%200%2031.83-8.86c29.48-17.84%2045.26-59.4%2042.22-111.16M47.81%20155.6C32.47%20146.31%2023.79%20124.32%2024%2096c28.32-.24%2050.31%208.47%2059.6%2023.81c4.85%208%205.64%2017.33%202.46%2026.94l-24.41-24.41a8%208%200%200%200-11.31%2011.31l24.41%2024.41c-9.61%203.18-18.93%202.39-26.94-2.46m149.31-10.22c-13.4%208.11-29.15%208.73-45.15%202l53.69-53.7a8%208%200%200%200-11.31-11.31L140.65%20136c-6.76-16-6.15-31.76%202-45.15c13.94-23%2047-35.82%2089.33-34.83c.96%2042.32-11.84%2075.42-34.86%2089.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/plant.svg?color=%231a73e8&size=48