flowerpot icon
flowerpot-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- flowerpot-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the flowerpot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6 13h12M6 13h12M6 13c0 3.854 1.188 6.519 1.733 7.539a.9.9 0 0 0 .802.461h6.93a.9.9 0 0 0 .802-.461C16.812 19.519 18 16.853 18 13M6 13a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1m-7.44-8.56c1.367 1.366 1.415 3.535 1.415 3.535s-2.169-.047-3.536-1.414s-1.414-3.536-1.414-3.536s2.169.048 3.535 1.415Zm5.24 2.31C14.97 8.185 13 8.598 13 8.598s-.627-1.913.201-3.348s2.8-1.848 2.8-1.848s.627 1.913-.202 3.348Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFlowerpotLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M6 13h12M6 13h12M6 13c0 3.854 1.188 6.519 1.733 7.539a.9.9 0 0 0 .802.461h6.93a.9.9 0 0 0 .802-.461C16.812 19.519 18 16.853 18 13M6 13a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1m-7.44-8.56c1.367 1.366 1.415 3.535 1.415 3.535s-2.169-.047-3.536-1.414s-1.414-3.536-1.414-3.536s2.169.048 3.535 1.415Zm5.24 2.31C14.97 8.185 13 8.598 13 8.598s-.627-1.913.201-3.348s2.8-1.848 2.8-1.848s.627 1.913-.202 3.348Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6 13h12M6 13h12M6 13c0 3.854 1.188 6.519 1.733 7.539a.9.9 0 0 0 .802.461h6.93a.9.9 0 0 0 .802-.461C16.812 19.519 18 16.853 18 13M6 13a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1m-7.44-8.56c1.367 1.366 1.415 3.535 1.415 3.535s-2.169-.047-3.536-1.414s-1.414-3.536-1.414-3.536s2.169.048 3.535 1.415Zm5.24 2.31C14.97 8.185 13 8.598 13 8.598s-.627-1.913.201-3.348s2.8-1.848 2.8-1.848s.627 1.913-.202 3.348Z"/></svg> </template>
CSS
.icon-flowerpot-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6%2013h12M6%2013h12M6%2013c0%203.854%201.188%206.519%201.733%207.539a.9.9%200%200%200%20.802.461h6.93a.9.9%200%200%200%20.802-.461C16.812%2019.519%2018%2016.853%2018%2013M6%2013a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h12a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201m-7.44-8.56c1.367%201.366%201.415%203.535%201.415%203.535s-2.169-.047-3.536-1.414s-1.414-3.536-1.414-3.536s2.169.048%203.535%201.415Zm5.24%202.31C14.97%208.185%2013%208.598%2013%208.598s-.627-1.913.201-3.348s2.8-1.848%202.8-1.848s.627%201.913-.202%203.348Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6%2013h12M6%2013h12M6%2013c0%203.854%201.188%206.519%201.733%207.539a.9.9%200%200%200%20.802.461h6.93a.9.9%200%200%200%20.802-.461C16.812%2019.519%2018%2016.853%2018%2013M6%2013a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h12a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201m-7.44-8.56c1.367%201.366%201.415%203.535%201.415%203.535s-2.169-.047-3.536-1.414s-1.414-3.536-1.414-3.536s2.169.048%203.535%201.415Zm5.24%202.31C14.97%208.185%2013%208.598%2013%208.598s-.627-1.913.201-3.348s2.8-1.848%202.8-1.848s.627%201.913-.202%203.348Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/flowerpot-line.svg?color=%231a73e8&size=48