clover-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
clover-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

13 other variants in Fluent UI System Icons

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 28 28"><path fill="currentColor" d="M7.75 2a5.75 5.75 0 1 0 0 11.5h5a.75.75 0 0 0 .75-.75v-5A5.75 5.75 0 0 0 7.75 2M3.5 7.75a4.25 4.25 0 0 1 8.5 0V12H7.75A4.25 4.25 0 0 1 3.5 7.75M7.75 26a5.75 5.75 0 0 1 0-11.5h5a.75.75 0 0 1 .75.75v5A5.75 5.75 0 0 1 7.75 26M3.5 20.25a4.25 4.25 0 0 0 8.5 0V16H7.75a4.25 4.25 0 0 0-4.25 4.25M26 7.75a5.75 5.75 0 0 0-11.5 0v5c0 .414.336.75.75.75h5A5.75 5.75 0 0 0 26 7.75M20.25 3.5a4.25 4.25 0 0 1 0 8.5H16V7.75a4.25 4.25 0 0 1 4.25-4.25m0 22.5a5.75 5.75 0 0 0 0-11.5h-5a.75.75 0 0 0-.75.75v5A5.75 5.75 0 0 0 20.25 26m4.25-5.75a4.25 4.25 0 0 1-8.5 0V16h4.25a4.25 4.25 0 0 1 4.25 4.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentClover28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.75 2a5.75 5.75 0 1 0 0 11.5h5a.75.75 0 0 0 .75-.75v-5A5.75 5.75 0 0 0 7.75 2M3.5 7.75a4.25 4.25 0 0 1 8.5 0V12H7.75A4.25 4.25 0 0 1 3.5 7.75M7.75 26a5.75 5.75 0 0 1 0-11.5h5a.75.75 0 0 1 .75.75v5A5.75 5.75 0 0 1 7.75 26M3.5 20.25a4.25 4.25 0 0 0 8.5 0V16H7.75a4.25 4.25 0 0 0-4.25 4.25M26 7.75a5.75 5.75 0 0 0-11.5 0v5c0 .414.336.75.75.75h5A5.75 5.75 0 0 0 26 7.75M20.25 3.5a4.25 4.25 0 0 1 0 8.5H16V7.75a4.25 4.25 0 0 1 4.25-4.25m0 22.5a5.75 5.75 0 0 0 0-11.5h-5a.75.75 0 0 0-.75.75v5A5.75 5.75 0 0 0 20.25 26m4.25-5.75a4.25 4.25 0 0 1-8.5 0V16h4.25a4.25 4.25 0 0 1 4.25 4.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.75 2a5.75 5.75 0 1 0 0 11.5h5a.75.75 0 0 0 .75-.75v-5A5.75 5.75 0 0 0 7.75 2M3.5 7.75a4.25 4.25 0 0 1 8.5 0V12H7.75A4.25 4.25 0 0 1 3.5 7.75M7.75 26a5.75 5.75 0 0 1 0-11.5h5a.75.75 0 0 1 .75.75v5A5.75 5.75 0 0 1 7.75 26M3.5 20.25a4.25 4.25 0 0 0 8.5 0V16H7.75a4.25 4.25 0 0 0-4.25 4.25M26 7.75a5.75 5.75 0 0 0-11.5 0v5c0 .414.336.75.75.75h5A5.75 5.75 0 0 0 26 7.75M20.25 3.5a4.25 4.25 0 0 1 0 8.5H16V7.75a4.25 4.25 0 0 1 4.25-4.25m0 22.5a5.75 5.75 0 0 0 0-11.5h-5a.75.75 0 0 0-.75.75v5A5.75 5.75 0 0 0 20.25 26m4.25-5.75a4.25 4.25 0 0 1-8.5 0V16h4.25a4.25 4.25 0 0 1 4.25 4.25"/></svg>
</template>

CSS

.icon-clover-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.75%202a5.75%205.75%200%201%200%200%2011.5h5a.75.75%200%200%200%20.75-.75v-5A5.75%205.75%200%200%200%207.75%202M3.5%207.75a4.25%204.25%200%200%201%208.5%200V12H7.75A4.25%204.25%200%200%201%203.5%207.75M7.75%2026a5.75%205.75%200%200%201%200-11.5h5a.75.75%200%200%201%20.75.75v5A5.75%205.75%200%200%201%207.75%2026M3.5%2020.25a4.25%204.25%200%200%200%208.5%200V16H7.75a4.25%204.25%200%200%200-4.25%204.25M26%207.75a5.75%205.75%200%200%200-11.5%200v5c0%20.414.336.75.75.75h5A5.75%205.75%200%200%200%2026%207.75M20.25%203.5a4.25%204.25%200%200%201%200%208.5H16V7.75a4.25%204.25%200%200%201%204.25-4.25m0%2022.5a5.75%205.75%200%200%200%200-11.5h-5a.75.75%200%200%200-.75.75v5A5.75%205.75%200%200%200%2020.25%2026m4.25-5.75a4.25%204.25%200%200%201-8.5%200V16h4.25a4.25%204.25%200%200%201%204.25%204.25%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.75%202a5.75%205.75%200%201%200%200%2011.5h5a.75.75%200%200%200%20.75-.75v-5A5.75%205.75%200%200%200%207.75%202M3.5%207.75a4.25%204.25%200%200%201%208.5%200V12H7.75A4.25%204.25%200%200%201%203.5%207.75M7.75%2026a5.75%205.75%200%200%201%200-11.5h5a.75.75%200%200%201%20.75.75v5A5.75%205.75%200%200%201%207.75%2026M3.5%2020.25a4.25%204.25%200%200%200%208.5%200V16H7.75a4.25%204.25%200%200%200-4.25%204.25M26%207.75a5.75%205.75%200%200%200-11.5%200v5c0%20.414.336.75.75.75h5A5.75%205.75%200%200%200%2026%207.75M20.25%203.5a4.25%204.25%200%200%201%200%208.5H16V7.75a4.25%204.25%200%200%201%204.25-4.25m0%2022.5a5.75%205.75%200%200%200%200-11.5h-5a.75.75%200%200%200-.75.75v5A5.75%205.75%200%200%200%2020.25%2026m4.25-5.75a4.25%204.25%200%200%201-8.5%200V16h4.25a4.25%204.25%200%200%201%204.25%204.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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