leaf-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
leaf-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the leaf icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.055 14.328l-.018-.168l-.004-.043a11 11 0 0 1-.047-1.12C3.004 6.707 7.276 3 15.986 3H20a1 1 0 0 1 1 1l-.002 2.057C20.5 14.758 16.258 19 9 19H6.369a16 16 0 0 0-.375 2.11a1 1 0 1 1-1.988-.22q.174-1.568.58-2.947l-.118-.146l-.208-.28l-.157-.229l-.182-.293l-.098-.171l-.065-.122a6 6 0 0 1-.397-.941l-.072-.237l-.085-.327l-.057-.268l-.043-.242zm8.539-4.242c-2.845 1.265-4.854 3.13-6.108 5.583q.098.2.218.4l.185.281l.07.097q.12.164.258.329l.197.224h.649c1.037-2.271 2.777-3.946 5.343-5.086a1 1 0 0 0-.812-1.828"/></svg>

React

import type { SVGProps } from "react";

export function TablerLeafFilled(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="m3.055 14.328l-.018-.168l-.004-.043a11 11 0 0 1-.047-1.12C3.004 6.707 7.276 3 15.986 3H20a1 1 0 0 1 1 1l-.002 2.057C20.5 14.758 16.258 19 9 19H6.369a16 16 0 0 0-.375 2.11a1 1 0 1 1-1.988-.22q.174-1.568.58-2.947l-.118-.146l-.208-.28l-.157-.229l-.182-.293l-.098-.171l-.065-.122a6 6 0 0 1-.397-.941l-.072-.237l-.085-.327l-.057-.268l-.043-.242zm8.539-4.242c-2.845 1.265-4.854 3.13-6.108 5.583q.098.2.218.4l.185.281l.07.097q.12.164.258.329l.197.224h.649c1.037-2.271 2.777-3.946 5.343-5.086a1 1 0 0 0-.812-1.828"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.055 14.328l-.018-.168l-.004-.043a11 11 0 0 1-.047-1.12C3.004 6.707 7.276 3 15.986 3H20a1 1 0 0 1 1 1l-.002 2.057C20.5 14.758 16.258 19 9 19H6.369a16 16 0 0 0-.375 2.11a1 1 0 1 1-1.988-.22q.174-1.568.58-2.947l-.118-.146l-.208-.28l-.157-.229l-.182-.293l-.098-.171l-.065-.122a6 6 0 0 1-.397-.941l-.072-.237l-.085-.327l-.057-.268l-.043-.242zm8.539-4.242c-2.845 1.265-4.854 3.13-6.108 5.583q.098.2.218.4l.185.281l.07.097q.12.164.258.329l.197.224h.649c1.037-2.271 2.777-3.946 5.343-5.086a1 1 0 0 0-.812-1.828"/></svg>
</template>

CSS

.icon-leaf-filled {
  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%22m3.055%2014.328l-.018-.168l-.004-.043a11%2011%200%200%201-.047-1.12C3.004%206.707%207.276%203%2015.986%203H20a1%201%200%200%201%201%201l-.002%202.057C20.5%2014.758%2016.258%2019%209%2019H6.369a16%2016%200%200%200-.375%202.11a1%201%200%201%201-1.988-.22q.174-1.568.58-2.947l-.118-.146l-.208-.28l-.157-.229l-.182-.293l-.098-.171l-.065-.122a6%206%200%200%201-.397-.941l-.072-.237l-.085-.327l-.057-.268l-.043-.242zm8.539-4.242c-2.845%201.265-4.854%203.13-6.108%205.583q.098.2.218.4l.185.281l.07.097q.12.164.258.329l.197.224h.649c1.037-2.271%202.777-3.946%205.343-5.086a1%201%200%200%200-.812-1.828%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%22m3.055%2014.328l-.018-.168l-.004-.043a11%2011%200%200%201-.047-1.12C3.004%206.707%207.276%203%2015.986%203H20a1%201%200%200%201%201%201l-.002%202.057C20.5%2014.758%2016.258%2019%209%2019H6.369a16%2016%200%200%200-.375%202.11a1%201%200%201%201-1.988-.22q.174-1.568.58-2.947l-.118-.146l-.208-.28l-.157-.229l-.182-.293l-.098-.171l-.065-.122a6%206%200%200%201-.397-.941l-.072-.237l-.085-.327l-.057-.268l-.043-.242zm8.539-4.242c-2.845%201.265-4.854%203.13-6.108%205.583q.098.2.218.4l.185.281l.07.097q.12.164.258.329l.197.224h.649c1.037-2.271%202.777-3.946%205.343-5.086a1%201%200%200%200-.812-1.828%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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