clover from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
clover
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the clover 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-width="1.5"><path stroke-linejoin="round" d="M9.5 8L7.9 6.4a2.577 2.577 0 0 1 3.644-3.645L12 3.21l.456-.455A2.577 2.577 0 0 1 16.1 6.4L14.5 8m1.6-1.6a2.577 2.577 0 1 1 3.645 3.644l-.456.456l.456.456A2.577 2.577 0 0 1 16.1 14.6m0 0a2.577 2.577 0 0 1-3.644 3.645L12 17.79l-.456.456A2.577 2.577 0 1 1 7.9 14.6m8.2 0L14.5 13m-6.6 1.6a2.577 2.577 0 0 1-3.645-3.644l.455-.456l-.455-.456A2.577 2.577 0 1 1 7.9 6.4m0 8.2L9.5 13"/><path d="m7.5 15l-1.879 1.879A7.24 7.24 0 0 0 3.5 22"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsClover(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M9.5 8L7.9 6.4a2.577 2.577 0 0 1 3.644-3.645L12 3.21l.456-.455A2.577 2.577 0 0 1 16.1 6.4L14.5 8m1.6-1.6a2.577 2.577 0 1 1 3.645 3.644l-.456.456l.456.456A2.577 2.577 0 0 1 16.1 14.6m0 0a2.577 2.577 0 0 1-3.644 3.645L12 17.79l-.456.456A2.577 2.577 0 1 1 7.9 14.6m8.2 0L14.5 13m-6.6 1.6a2.577 2.577 0 0 1-3.645-3.644l.455-.456l-.455-.456A2.577 2.577 0 1 1 7.9 6.4m0 8.2L9.5 13"/><path d="m7.5 15l-1.879 1.879A7.24 7.24 0 0 0 3.5 22"/></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-width="1.5"><path stroke-linejoin="round" d="M9.5 8L7.9 6.4a2.577 2.577 0 0 1 3.644-3.645L12 3.21l.456-.455A2.577 2.577 0 0 1 16.1 6.4L14.5 8m1.6-1.6a2.577 2.577 0 1 1 3.645 3.644l-.456.456l.456.456A2.577 2.577 0 0 1 16.1 14.6m0 0a2.577 2.577 0 0 1-3.644 3.645L12 17.79l-.456.456A2.577 2.577 0 1 1 7.9 14.6m8.2 0L14.5 13m-6.6 1.6a2.577 2.577 0 0 1-3.645-3.644l.455-.456l-.455-.456A2.577 2.577 0 1 1 7.9 6.4m0 8.2L9.5 13"/><path d="m7.5 15l-1.879 1.879A7.24 7.24 0 0 0 3.5 22"/></g></svg>
</template>

CSS

.icon-clover {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%208L7.9%206.4a2.577%202.577%200%200%201%203.644-3.645L12%203.21l.456-.455A2.577%202.577%200%200%201%2016.1%206.4L14.5%208m1.6-1.6a2.577%202.577%200%201%201%203.645%203.644l-.456.456l.456.456A2.577%202.577%200%200%201%2016.1%2014.6m0%200a2.577%202.577%200%200%201-3.644%203.645L12%2017.79l-.456.456A2.577%202.577%200%201%201%207.9%2014.6m8.2%200L14.5%2013m-6.6%201.6a2.577%202.577%200%200%201-3.645-3.644l.455-.456l-.455-.456A2.577%202.577%200%201%201%207.9%206.4m0%208.2L9.5%2013%22%2F%3E%3Cpath%20d%3D%22m7.5%2015l-1.879%201.879A7.24%207.24%200%200%200%203.5%2022%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%208L7.9%206.4a2.577%202.577%200%200%201%203.644-3.645L12%203.21l.456-.455A2.577%202.577%200%200%201%2016.1%206.4L14.5%208m1.6-1.6a2.577%202.577%200%201%201%203.645%203.644l-.456.456l.456.456A2.577%202.577%200%200%201%2016.1%2014.6m0%200a2.577%202.577%200%200%201-3.644%203.645L12%2017.79l-.456.456A2.577%202.577%200%201%201%207.9%2014.6m8.2%200L14.5%2013m-6.6%201.6a2.577%202.577%200%200%201-3.645-3.644l.455-.456l-.455-.456A2.577%202.577%200%201%201%207.9%206.4m0%208.2L9.5%2013%22%2F%3E%3Cpath%20d%3D%22m7.5%2015l-1.879%201.879A7.24%207.24%200%200%200%203.5%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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