leaves two icon

leaves-two from IconPark by ByteDance · Color · Energy · Apache-2.0 Free for personal and commercial use.

Name
leaves-two
Set
IconPark
Style
Color
Category
Energy
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More energy icons from IconPark

Use the leaves two icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M20.9999 17C29.3846 14.8792 38.6651 8.24004 41.9999 5C41.9999 20 38.1985 28.4716 35.9999 31C25.9999 42.5 15.0652 37.1591 12.9999 33C8.14514 23.2233 15.0699 18.4999 20.9999 17Z"/><path d="M6 43C6.41176 41 8.38824 36.4 13 34"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkLeavesTwo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M20.9999 17C29.3846 14.8792 38.6651 8.24004 41.9999 5C41.9999 20 38.1985 28.4716 35.9999 31C25.9999 42.5 15.0652 37.1591 12.9999 33C8.14514 23.2233 15.0699 18.4999 20.9999 17Z"/><path d="M6 43C6.41176 41 8.38824 36.4 13 34"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M20.9999 17C29.3846 14.8792 38.6651 8.24004 41.9999 5C41.9999 20 38.1985 28.4716 35.9999 31C25.9999 42.5 15.0652 37.1591 12.9999 33C8.14514 23.2233 15.0699 18.4999 20.9999 17Z"/><path d="M6 43C6.41176 41 8.38824 36.4 13 34"/></g></svg>
</template>

CSS

.icon-leaves-two {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M20.9999%2017C29.3846%2014.8792%2038.6651%208.24004%2041.9999%205C41.9999%2020%2038.1985%2028.4716%2035.9999%2031C25.9999%2042.5%2015.0652%2037.1591%2012.9999%2033C8.14514%2023.2233%2015.0699%2018.4999%2020.9999%2017Z%22%2F%3E%3Cpath%20d%3D%22M6%2043C6.41176%2041%208.38824%2036.4%2013%2034%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M20.9999%2017C29.3846%2014.8792%2038.6651%208.24004%2041.9999%205C41.9999%2020%2038.1985%2028.4716%2035.9999%2031C25.9999%2042.5%2015.0652%2037.1591%2012.9999%2033C8.14514%2023.2233%2015.0699%2018.4999%2020.9999%2017Z%22%2F%3E%3Cpath%20d%3D%22M6%2043C6.41176%2041%208.38824%2036.4%2013%2034%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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