leaf-3-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
leaf-3-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the leaf 3 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="M10.121 3a2.121 2.121 0 0 0-1.5 3.621L12 10l3.379-3.379A2.121 2.121 0 0 0 13.879 3h-.201A2.3 2.3 0 0 0 12 3.716A2.3 2.3 0 0 0 10.322 3zM21 10.121a2.121 2.121 0 0 0-3.621-1.5L14 12l3.379 3.379a2.121 2.121 0 0 0 3.621-1.5v-.201A2.3 2.3 0 0 0 20.284 12A2.3 2.3 0 0 0 21 10.322zM13.879 21a2.121 2.121 0 0 0 1.5-3.621L12 14l-3.379 3.379a2.121 2.121 0 0 0 1.5 3.621h.201A2.3 2.3 0 0 0 12 20.284a2.3 2.3 0 0 0 1.678.716zM3 13.879a2.121 2.121 0 0 0 3.621 1.5L10 12L6.621 8.621A2.121 2.121 0 0 0 3 10.121v.201c0 .665.277 1.258.716 1.678A2.3 2.3 0 0 0 3 13.678z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteLeaf3Line(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="M10.121 3a2.121 2.121 0 0 0-1.5 3.621L12 10l3.379-3.379A2.121 2.121 0 0 0 13.879 3h-.201A2.3 2.3 0 0 0 12 3.716A2.3 2.3 0 0 0 10.322 3zM21 10.121a2.121 2.121 0 0 0-3.621-1.5L14 12l3.379 3.379a2.121 2.121 0 0 0 3.621-1.5v-.201A2.3 2.3 0 0 0 20.284 12A2.3 2.3 0 0 0 21 10.322zM13.879 21a2.121 2.121 0 0 0 1.5-3.621L12 14l-3.379 3.379a2.121 2.121 0 0 0 1.5 3.621h.201A2.3 2.3 0 0 0 12 20.284a2.3 2.3 0 0 0 1.678.716zM3 13.879a2.121 2.121 0 0 0 3.621 1.5L10 12L6.621 8.621A2.121 2.121 0 0 0 3 10.121v.201c0 .665.277 1.258.716 1.678A2.3 2.3 0 0 0 3 13.678z"/></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="M10.121 3a2.121 2.121 0 0 0-1.5 3.621L12 10l3.379-3.379A2.121 2.121 0 0 0 13.879 3h-.201A2.3 2.3 0 0 0 12 3.716A2.3 2.3 0 0 0 10.322 3zM21 10.121a2.121 2.121 0 0 0-3.621-1.5L14 12l3.379 3.379a2.121 2.121 0 0 0 3.621-1.5v-.201A2.3 2.3 0 0 0 20.284 12A2.3 2.3 0 0 0 21 10.322zM13.879 21a2.121 2.121 0 0 0 1.5-3.621L12 14l-3.379 3.379a2.121 2.121 0 0 0 1.5 3.621h.201A2.3 2.3 0 0 0 12 20.284a2.3 2.3 0 0 0 1.678.716zM3 13.879a2.121 2.121 0 0 0 3.621 1.5L10 12L6.621 8.621A2.121 2.121 0 0 0 3 10.121v.201c0 .665.277 1.258.716 1.678A2.3 2.3 0 0 0 3 13.678z"/></svg>
</template>

CSS

.icon-leaf-3-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%22M10.121%203a2.121%202.121%200%200%200-1.5%203.621L12%2010l3.379-3.379A2.121%202.121%200%200%200%2013.879%203h-.201A2.3%202.3%200%200%200%2012%203.716A2.3%202.3%200%200%200%2010.322%203zM21%2010.121a2.121%202.121%200%200%200-3.621-1.5L14%2012l3.379%203.379a2.121%202.121%200%200%200%203.621-1.5v-.201A2.3%202.3%200%200%200%2020.284%2012A2.3%202.3%200%200%200%2021%2010.322zM13.879%2021a2.121%202.121%200%200%200%201.5-3.621L12%2014l-3.379%203.379a2.121%202.121%200%200%200%201.5%203.621h.201A2.3%202.3%200%200%200%2012%2020.284a2.3%202.3%200%200%200%201.678.716zM3%2013.879a2.121%202.121%200%200%200%203.621%201.5L10%2012L6.621%208.621A2.121%202.121%200%200%200%203%2010.121v.201c0%20.665.277%201.258.716%201.678A2.3%202.3%200%200%200%203%2013.678z%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%22M10.121%203a2.121%202.121%200%200%200-1.5%203.621L12%2010l3.379-3.379A2.121%202.121%200%200%200%2013.879%203h-.201A2.3%202.3%200%200%200%2012%203.716A2.3%202.3%200%200%200%2010.322%203zM21%2010.121a2.121%202.121%200%200%200-3.621-1.5L14%2012l3.379%203.379a2.121%202.121%200%200%200%203.621-1.5v-.201A2.3%202.3%200%200%200%2020.284%2012A2.3%202.3%200%200%200%2021%2010.322zM13.879%2021a2.121%202.121%200%200%200%201.5-3.621L12%2014l-3.379%203.379a2.121%202.121%200%200%200%201.5%203.621h.201A2.3%202.3%200%200%200%2012%2020.284a2.3%202.3%200%200%200%201.678.716zM3%2013.879a2.121%202.121%200%200%200%203.621%201.5L10%2012L6.621%208.621A2.121%202.121%200%200%200%203%2010.121v.201c0%20.665.277%201.258.716%201.678A2.3%202.3%200%200%200%203%2013.678z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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