potted plant icon
potted-plant-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- potted-plant-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the potted plant icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.55 22q-.7 0-1.225-.425t-.7-1.1L5.5 16h13l-1.125 4.475q-.175.675-.7 1.1T15.45 22zM12 8q0-2.25 1.525-3.9t3.8-2q.125-.025.225.025t.2.125t.138.187t.012.238q-.275 1.975-1.612 3.437T13 7.9V10h7q.425 0 .713.288T21 11v2q0 .825-.587 1.413T19 15H5q-.825 0-1.412-.587T3 13v-2q0-.425.288-.712T4 10h7V7.9q-1.95-.325-3.287-1.787T6.1 2.675q-.025-.125.013-.237t.137-.188t.2-.125t.225-.025q2.275.35 3.8 2T12 8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPottedPlantRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.55 22q-.7 0-1.225-.425t-.7-1.1L5.5 16h13l-1.125 4.475q-.175.675-.7 1.1T15.45 22zM12 8q0-2.25 1.525-3.9t3.8-2q.125-.025.225.025t.2.125t.138.187t.012.238q-.275 1.975-1.612 3.437T13 7.9V10h7q.425 0 .713.288T21 11v2q0 .825-.587 1.413T19 15H5q-.825 0-1.412-.587T3 13v-2q0-.425.288-.712T4 10h7V7.9q-1.95-.325-3.287-1.787T6.1 2.675q-.025-.125.013-.237t.137-.188t.2-.125t.225-.025q2.275.35 3.8 2T12 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.55 22q-.7 0-1.225-.425t-.7-1.1L5.5 16h13l-1.125 4.475q-.175.675-.7 1.1T15.45 22zM12 8q0-2.25 1.525-3.9t3.8-2q.125-.025.225.025t.2.125t.138.187t.012.238q-.275 1.975-1.612 3.437T13 7.9V10h7q.425 0 .713.288T21 11v2q0 .825-.587 1.413T19 15H5q-.825 0-1.412-.587T3 13v-2q0-.425.288-.712T4 10h7V7.9q-1.95-.325-3.287-1.787T6.1 2.675q-.025-.125.013-.237t.137-.188t.2-.125t.225-.025q2.275.35 3.8 2T12 8"/></svg> </template>
CSS
.icon-potted-plant-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.55%2022q-.7%200-1.225-.425t-.7-1.1L5.5%2016h13l-1.125%204.475q-.175.675-.7%201.1T15.45%2022zM12%208q0-2.25%201.525-3.9t3.8-2q.125-.025.225.025t.2.125t.138.187t.012.238q-.275%201.975-1.612%203.437T13%207.9V10h7q.425%200%20.713.288T21%2011v2q0%20.825-.587%201.413T19%2015H5q-.825%200-1.412-.587T3%2013v-2q0-.425.288-.712T4%2010h7V7.9q-1.95-.325-3.287-1.787T6.1%202.675q-.025-.125.013-.237t.137-.188t.2-.125t.225-.025q2.275.35%203.8%202T12%208%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.55%2022q-.7%200-1.225-.425t-.7-1.1L5.5%2016h13l-1.125%204.475q-.175.675-.7%201.1T15.45%2022zM12%208q0-2.25%201.525-3.9t3.8-2q.125-.025.225.025t.2.125t.138.187t.012.238q-.275%201.975-1.612%203.437T13%207.9V10h7q.425%200%20.713.288T21%2011v2q0%20.825-.587%201.413T19%2015H5q-.825%200-1.412-.587T3%2013v-2q0-.425.288-.712T4%2010h7V7.9q-1.95-.325-3.287-1.787T6.1%202.675q-.025-.125.013-.237t.137-.188t.2-.125t.225-.025q2.275.35%203.8%202T12%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/potted-plant-rounded.svg?color=%231a73e8&size=48