potted plant icon
potted-plant-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- potted-plant-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.973 21q-.584 0-1.023-.358t-.613-.898L6.269 15.5h11.423l-1.067 4.244q-.175.54-.613.898T14.988 21zm3.008-12.885q.192-1.846 1.448-3.188t3.075-1.746q.1-.029.19.002q.09.03.172.105q.08.075.108.17q.028.093.003.198q-.41 1.667-1.612 2.87q-1.204 1.203-2.884 1.547v2.446h6.711q.344 0 .576.232t.232.576v1.683q0 .694-.497 1.188t-1.195.494H5.692q-.698 0-1.195-.493T4 13.014v-1.678q0-.357.232-.587t.576-.23h6.673V8.073Q9.8 7.729 8.597 6.526t-1.612-2.87q-.026-.105.002-.198t.11-.17t.18-.105t.2-.001q1.82.422 3.056 1.764t1.448 3.17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPottedPlantRounded(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.973 21q-.584 0-1.023-.358t-.613-.898L6.269 15.5h11.423l-1.067 4.244q-.175.54-.613.898T14.988 21zm3.008-12.885q.192-1.846 1.448-3.188t3.075-1.746q.1-.029.19.002q.09.03.172.105q.08.075.108.17q.028.093.003.198q-.41 1.667-1.612 2.87q-1.204 1.203-2.884 1.547v2.446h6.711q.344 0 .576.232t.232.576v1.683q0 .694-.497 1.188t-1.195.494H5.692q-.698 0-1.195-.493T4 13.014v-1.678q0-.357.232-.587t.576-.23h6.673V8.073Q9.8 7.729 8.597 6.526t-1.612-2.87q-.026-.105.002-.198t.11-.17t.18-.105t.2-.001q1.82.422 3.056 1.764t1.448 3.17"/></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.973 21q-.584 0-1.023-.358t-.613-.898L6.269 15.5h11.423l-1.067 4.244q-.175.54-.613.898T14.988 21zm3.008-12.885q.192-1.846 1.448-3.188t3.075-1.746q.1-.029.19.002q.09.03.172.105q.08.075.108.17q.028.093.003.198q-.41 1.667-1.612 2.87q-1.204 1.203-2.884 1.547v2.446h6.711q.344 0 .576.232t.232.576v1.683q0 .694-.497 1.188t-1.195.494H5.692q-.698 0-1.195-.493T4 13.014v-1.678q0-.357.232-.587t.576-.23h6.673V8.073Q9.8 7.729 8.597 6.526t-1.612-2.87q-.026-.105.002-.198t.11-.17t.18-.105t.2-.001q1.82.422 3.056 1.764t1.448 3.17"/></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.973%2021q-.584%200-1.023-.358t-.613-.898L6.269%2015.5h11.423l-1.067%204.244q-.175.54-.613.898T14.988%2021zm3.008-12.885q.192-1.846%201.448-3.188t3.075-1.746q.1-.029.19.002q.09.03.172.105q.08.075.108.17q.028.093.003.198q-.41%201.667-1.612%202.87q-1.204%201.203-2.884%201.547v2.446h6.711q.344%200%20.576.232t.232.576v1.683q0%20.694-.497%201.188t-1.195.494H5.692q-.698%200-1.195-.493T4%2013.014v-1.678q0-.357.232-.587t.576-.23h6.673V8.073Q9.8%207.729%208.597%206.526t-1.612-2.87q-.026-.105.002-.198t.11-.17t.18-.105t.2-.001q1.82.422%203.056%201.764t1.448%203.17%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.973%2021q-.584%200-1.023-.358t-.613-.898L6.269%2015.5h11.423l-1.067%204.244q-.175.54-.613.898T14.988%2021zm3.008-12.885q.192-1.846%201.448-3.188t3.075-1.746q.1-.029.19.002q.09.03.172.105q.08.075.108.17q.028.093.003.198q-.41%201.667-1.612%202.87q-1.204%201.203-2.884%201.547v2.446h6.711q.344%200%20.576.232t.232.576v1.683q0%20.694-.497%201.188t-1.195.494H5.692q-.698%200-1.195-.493T4%2013.014v-1.678q0-.357.232-.587t.576-.23h6.673V8.073Q9.8%207.729%208.597%206.526t-1.612-2.87q-.026-.105.002-.198t.11-.17t.18-.105t.2-.001q1.82.422%203.056%201.764t1.448%203.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/potted-plant-rounded.svg?color=%231a73e8&size=48