plant from Akar Icons by Arturo Wibawa · Outline · MIT Free for personal and commercial use.

Name
plant
Set
Akar Icons
Style
Outline
Viewbox
24×24
License
MIT

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 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11.964 6.97s-3.075.306-4.685-1.035C5.669 4.593 6.036 2.03 6.036 2.03s3.075-.306 4.686 1.035c1.61 1.342 1.242 3.905 1.242 3.905"/><path d="M12.036 6.97s3.075.306 4.685-1.035c1.61-1.342 1.243-3.905 1.243-3.905s-3.075-.306-4.685 1.035c-1.61 1.342-1.243 3.905-1.243 3.905M4 11a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm1 3h14l-2 8H7z"/></g></svg>

React

import type { SVGProps } from "react";

export function AkarIconsPlant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M11.964 6.97s-3.075.306-4.685-1.035C5.669 4.593 6.036 2.03 6.036 2.03s3.075-.306 4.686 1.035c1.61 1.342 1.242 3.905 1.242 3.905"/><path d="M12.036 6.97s3.075.306 4.685-1.035c1.61-1.342 1.243-3.905 1.243-3.905s-3.075-.306-4.685 1.035c-1.61 1.342-1.243 3.905-1.243 3.905M4 11a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm1 3h14l-2 8H7z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11.964 6.97s-3.075.306-4.685-1.035C5.669 4.593 6.036 2.03 6.036 2.03s3.075-.306 4.686 1.035c1.61 1.342 1.242 3.905 1.242 3.905"/><path d="M12.036 6.97s3.075.306 4.685-1.035c1.61-1.342 1.243-3.905 1.243-3.905s-3.075-.306-4.685 1.035c-1.61 1.342-1.243 3.905-1.243 3.905M4 11a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm1 3h14l-2 8H7z"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M11.964%206.97s-3.075.306-4.685-1.035C5.669%204.593%206.036%202.03%206.036%202.03s3.075-.306%204.686%201.035c1.61%201.342%201.242%203.905%201.242%203.905%22%2F%3E%3Cpath%20d%3D%22M12.036%206.97s3.075.306%204.685-1.035c1.61-1.342%201.243-3.905%201.243-3.905s-3.075-.306-4.685%201.035c-1.61%201.342-1.243%203.905-1.243%203.905M4%2011a1%201%200%200%201%201-1h14a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1zm1%203h14l-2%208H7z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M11.964%206.97s-3.075.306-4.685-1.035C5.669%204.593%206.036%202.03%206.036%202.03s3.075-.306%204.686%201.035c1.61%201.342%201.242%203.905%201.242%203.905%22%2F%3E%3Cpath%20d%3D%22M12.036%206.97s3.075.306%204.685-1.035c1.61-1.342%201.243-3.905%201.243-3.905s-3.075-.306-4.685%201.035c-1.61%201.342-1.243%203.905-1.243%203.905M4%2011a1%201%200%200%201%201-1h14a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1zm1%203h14l-2%208H7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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