four-leaves from IconPark Outline by ByteDance · Outline · Abstract · Apache-2.0 Free for personal and commercial use.

Name
four-leaves
Set
IconPark Outline
Style
Outline
Category
Abstract
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More abstract icons from IconPark Outline

Use the four leaves icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M44 4S33.59 2.201 30 8c-2.672 4.317 1 9 1 9M44 4L31 17M44 4s1.799 10.41-4 14c-4.317 2.672-9-1-9-1m0 0l-3 3m3 11l-3-3m16 16s-10.41 1.799-14-4c-2.672-4.317 1-9 1-9zm0 0s1.799-10.41-4-14c-4.317-2.672-9 1-9 1zm0 0L31 31zM17.264 17l3 3m-16-16s10.41-1.799 14 4c2.672 4.317-1 9-1 9zm0 0s-1.8 10.41 4 14c4.316 2.672 9-1 9-1zm0 0l13 13zm13 27l3-3m-16 16s10.41 1.799 14-4c2.672-4.317-1-9-1-9zm0 0s-1.8-10.41 4-14c4.316-2.672 9 1 9 1zm0 0l13-13z"/></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineFourLeaves(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M44 4S33.59 2.201 30 8c-2.672 4.317 1 9 1 9M44 4L31 17M44 4s1.799 10.41-4 14c-4.317 2.672-9-1-9-1m0 0l-3 3m3 11l-3-3m16 16s-10.41 1.799-14-4c-2.672-4.317 1-9 1-9zm0 0s1.799-10.41-4-14c-4.317-2.672-9 1-9 1zm0 0L31 31zM17.264 17l3 3m-16-16s10.41-1.799 14 4c2.672 4.317-1 9-1 9zm0 0s-1.8 10.41 4 14c4.316 2.672 9-1 9-1zm0 0l13 13zm13 27l3-3m-16 16s10.41 1.799 14-4c2.672-4.317-1-9-1-9zm0 0s-1.8-10.41 4-14c4.316-2.672 9 1 9 1zm0 0l13-13z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M44 4S33.59 2.201 30 8c-2.672 4.317 1 9 1 9M44 4L31 17M44 4s1.799 10.41-4 14c-4.317 2.672-9-1-9-1m0 0l-3 3m3 11l-3-3m16 16s-10.41 1.799-14-4c-2.672-4.317 1-9 1-9zm0 0s1.799-10.41-4-14c-4.317-2.672-9 1-9 1zm0 0L31 31zM17.264 17l3 3m-16-16s10.41-1.799 14 4c2.672 4.317-1 9-1 9zm0 0s-1.8 10.41 4 14c4.316 2.672 9-1 9-1zm0 0l13 13zm13 27l3-3m-16 16s10.41 1.799 14-4c2.672-4.317-1-9-1-9zm0 0s-1.8-10.41 4-14c4.316-2.672 9 1 9 1zm0 0l13-13z"/></svg>
</template>

CSS

.icon-four-leaves {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M44%204S33.59%202.201%2030%208c-2.672%204.317%201%209%201%209M44%204L31%2017M44%204s1.799%2010.41-4%2014c-4.317%202.672-9-1-9-1m0%200l-3%203m3%2011l-3-3m16%2016s-10.41%201.799-14-4c-2.672-4.317%201-9%201-9zm0%200s1.799-10.41-4-14c-4.317-2.672-9%201-9%201zm0%200L31%2031zM17.264%2017l3%203m-16-16s10.41-1.799%2014%204c2.672%204.317-1%209-1%209zm0%200s-1.8%2010.41%204%2014c4.316%202.672%209-1%209-1zm0%200l13%2013zm13%2027l3-3m-16%2016s10.41%201.799%2014-4c2.672-4.317-1-9-1-9zm0%200s-1.8-10.41%204-14c4.316-2.672%209%201%209%201zm0%200l13-13z%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%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M44%204S33.59%202.201%2030%208c-2.672%204.317%201%209%201%209M44%204L31%2017M44%204s1.799%2010.41-4%2014c-4.317%202.672-9-1-9-1m0%200l-3%203m3%2011l-3-3m16%2016s-10.41%201.799-14-4c-2.672-4.317%201-9%201-9zm0%200s1.799-10.41-4-14c-4.317-2.672-9%201-9%201zm0%200L31%2031zM17.264%2017l3%203m-16-16s10.41-1.799%2014%204c2.672%204.317-1%209-1%209zm0%200s-1.8%2010.41%204%2014c4.316%202.672%209-1%209-1zm0%200l13%2013zm13%2027l3-3m-16%2016s10.41%201.799%2014-4c2.672-4.317-1-9-1-9zm0%200s-1.8-10.41%204-14c4.316-2.672%209%201%209%201zm0%200l13-13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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