flower pot icon

flower-pot from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
flower-pot
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the flower pot 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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 9c0-4.5 2-5 4-5c0 3-1.5 5-4 5m0 0c0-4.5-2-5-4-5c0 3 1.5 5 4 5m-2-5s.5-1.5 2-2c1.5.5 2 2 2 2m-2 5v6m0-2c.25-.667 1.2-2 3-2m-1.85 4h-2.3c-2.053 0-3.08 0-3.586.597c-.506.596-.224 1.473.34 3.227l.093.291c.444 1.38.666 2.07 1.256 2.473l.027.017C9.578 22 10.385 22 12 22s2.422 0 3.02-.395l.027-.017c.59-.402.812-1.093 1.256-2.473l.094-.29c.563-1.755.845-2.632.339-3.228C16.229 15 15.203 15 13.15 15"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFlowerPot(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 9c0-4.5 2-5 4-5c0 3-1.5 5-4 5m0 0c0-4.5-2-5-4-5c0 3 1.5 5 4 5m-2-5s.5-1.5 2-2c1.5.5 2 2 2 2m-2 5v6m0-2c.25-.667 1.2-2 3-2m-1.85 4h-2.3c-2.053 0-3.08 0-3.586.597c-.506.596-.224 1.473.34 3.227l.093.291c.444 1.38.666 2.07 1.256 2.473l.027.017C9.578 22 10.385 22 12 22s2.422 0 3.02-.395l.027-.017c.59-.402.812-1.093 1.256-2.473l.094-.29c.563-1.755.845-2.632.339-3.228C16.229 15 15.203 15 13.15 15"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 9c0-4.5 2-5 4-5c0 3-1.5 5-4 5m0 0c0-4.5-2-5-4-5c0 3 1.5 5 4 5m-2-5s.5-1.5 2-2c1.5.5 2 2 2 2m-2 5v6m0-2c.25-.667 1.2-2 3-2m-1.85 4h-2.3c-2.053 0-3.08 0-3.586.597c-.506.596-.224 1.473.34 3.227l.093.291c.444 1.38.666 2.07 1.256 2.473l.027.017C9.578 22 10.385 22 12 22s2.422 0 3.02-.395l.027-.017c.59-.402.812-1.093 1.256-2.473l.094-.29c.563-1.755.845-2.632.339-3.228C16.229 15 15.203 15 13.15 15"/></svg>
</template>

CSS

.icon-flower-pot {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%209c0-4.5%202-5%204-5c0%203-1.5%205-4%205m0%200c0-4.5-2-5-4-5c0%203%201.5%205%204%205m-2-5s.5-1.5%202-2c1.5.5%202%202%202%202m-2%205v6m0-2c.25-.667%201.2-2%203-2m-1.85%204h-2.3c-2.053%200-3.08%200-3.586.597c-.506.596-.224%201.473.34%203.227l.093.291c.444%201.38.666%202.07%201.256%202.473l.027.017C9.578%2022%2010.385%2022%2012%2022s2.422%200%203.02-.395l.027-.017c.59-.402.812-1.093%201.256-2.473l.094-.29c.563-1.755.845-2.632.339-3.228C16.229%2015%2015.203%2015%2013.15%2015%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%209c0-4.5%202-5%204-5c0%203-1.5%205-4%205m0%200c0-4.5-2-5-4-5c0%203%201.5%205%204%205m-2-5s.5-1.5%202-2c1.5.5%202%202%202%202m-2%205v6m0-2c.25-.667%201.2-2%203-2m-1.85%204h-2.3c-2.053%200-3.08%200-3.586.597c-.506.596-.224%201.473.34%203.227l.093.291c.444%201.38.666%202.07%201.256%202.473l.027.017C9.578%2022%2010.385%2022%2012%2022s2.422%200%203.02-.395l.027-.017c.59-.402.812-1.093%201.256-2.473l.094-.29c.563-1.755.845-2.632.339-3.228C16.229%2015%2015.203%2015%2013.15%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/flower-pot.svg?color=%231a73e8&size=48