clover icon
clover-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- clover-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M6.75 2a4.75 4.75 0 0 0 0 9.5h4a.75.75 0 0 0 .75-.75v-4A4.75 4.75 0 0 0 6.75 2M3.5 6.75a3.25 3.25 0 1 1 6.5 0V10H6.75A3.25 3.25 0 0 1 3.5 6.75M6.75 22a4.75 4.75 0 1 1 0-9.5h4a.75.75 0 0 1 .75.75v4A4.75 4.75 0 0 1 6.75 22M3.5 17.25a3.25 3.25 0 0 0 6.5 0V14H6.75a3.25 3.25 0 0 0-3.25 3.25M22 6.75a4.75 4.75 0 1 0-9.5 0v4c0 .414.336.75.75.75h4A4.75 4.75 0 0 0 22 6.75M17.25 3.5a3.25 3.25 0 0 1 0 6.5H14V6.75a3.25 3.25 0 0 1 3.25-3.25m0 18.5a4.75 4.75 0 1 0 0-9.5h-4a.75.75 0 0 0-.75.75v4A4.75 4.75 0 0 0 17.25 22m3.25-4.75a3.25 3.25 0 0 1-6.5 0V14h3.25a3.25 3.25 0 0 1 3.25 3.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentClover24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 2a4.75 4.75 0 0 0 0 9.5h4a.75.75 0 0 0 .75-.75v-4A4.75 4.75 0 0 0 6.75 2M3.5 6.75a3.25 3.25 0 1 1 6.5 0V10H6.75A3.25 3.25 0 0 1 3.5 6.75M6.75 22a4.75 4.75 0 1 1 0-9.5h4a.75.75 0 0 1 .75.75v4A4.75 4.75 0 0 1 6.75 22M3.5 17.25a3.25 3.25 0 0 0 6.5 0V14H6.75a3.25 3.25 0 0 0-3.25 3.25M22 6.75a4.75 4.75 0 1 0-9.5 0v4c0 .414.336.75.75.75h4A4.75 4.75 0 0 0 22 6.75M17.25 3.5a3.25 3.25 0 0 1 0 6.5H14V6.75a3.25 3.25 0 0 1 3.25-3.25m0 18.5a4.75 4.75 0 1 0 0-9.5h-4a.75.75 0 0 0-.75.75v4A4.75 4.75 0 0 0 17.25 22m3.25-4.75a3.25 3.25 0 0 1-6.5 0V14h3.25a3.25 3.25 0 0 1 3.25 3.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 2a4.75 4.75 0 0 0 0 9.5h4a.75.75 0 0 0 .75-.75v-4A4.75 4.75 0 0 0 6.75 2M3.5 6.75a3.25 3.25 0 1 1 6.5 0V10H6.75A3.25 3.25 0 0 1 3.5 6.75M6.75 22a4.75 4.75 0 1 1 0-9.5h4a.75.75 0 0 1 .75.75v4A4.75 4.75 0 0 1 6.75 22M3.5 17.25a3.25 3.25 0 0 0 6.5 0V14H6.75a3.25 3.25 0 0 0-3.25 3.25M22 6.75a4.75 4.75 0 1 0-9.5 0v4c0 .414.336.75.75.75h4A4.75 4.75 0 0 0 22 6.75M17.25 3.5a3.25 3.25 0 0 1 0 6.5H14V6.75a3.25 3.25 0 0 1 3.25-3.25m0 18.5a4.75 4.75 0 1 0 0-9.5h-4a.75.75 0 0 0-.75.75v4A4.75 4.75 0 0 0 17.25 22m3.25-4.75a3.25 3.25 0 0 1-6.5 0V14h3.25a3.25 3.25 0 0 1 3.25 3.25"/></svg> </template>
CSS
.icon-clover-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%202a4.75%204.75%200%200%200%200%209.5h4a.75.75%200%200%200%20.75-.75v-4A4.75%204.75%200%200%200%206.75%202M3.5%206.75a3.25%203.25%200%201%201%206.5%200V10H6.75A3.25%203.25%200%200%201%203.5%206.75M6.75%2022a4.75%204.75%200%201%201%200-9.5h4a.75.75%200%200%201%20.75.75v4A4.75%204.75%200%200%201%206.75%2022M3.5%2017.25a3.25%203.25%200%200%200%206.5%200V14H6.75a3.25%203.25%200%200%200-3.25%203.25M22%206.75a4.75%204.75%200%201%200-9.5%200v4c0%20.414.336.75.75.75h4A4.75%204.75%200%200%200%2022%206.75M17.25%203.5a3.25%203.25%200%200%201%200%206.5H14V6.75a3.25%203.25%200%200%201%203.25-3.25m0%2018.5a4.75%204.75%200%201%200%200-9.5h-4a.75.75%200%200%200-.75.75v4A4.75%204.75%200%200%200%2017.25%2022m3.25-4.75a3.25%203.25%200%200%201-6.5%200V14h3.25a3.25%203.25%200%200%201%203.25%203.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%202a4.75%204.75%200%200%200%200%209.5h4a.75.75%200%200%200%20.75-.75v-4A4.75%204.75%200%200%200%206.75%202M3.5%206.75a3.25%203.25%200%201%201%206.5%200V10H6.75A3.25%203.25%200%200%201%203.5%206.75M6.75%2022a4.75%204.75%200%201%201%200-9.5h4a.75.75%200%200%201%20.75.75v4A4.75%204.75%200%200%201%206.75%2022M3.5%2017.25a3.25%203.25%200%200%200%206.5%200V14H6.75a3.25%203.25%200%200%200-3.25%203.25M22%206.75a4.75%204.75%200%201%200-9.5%200v4c0%20.414.336.75.75.75h4A4.75%204.75%200%200%200%2022%206.75M17.25%203.5a3.25%203.25%200%200%201%200%206.5H14V6.75a3.25%203.25%200%200%201%203.25-3.25m0%2018.5a4.75%204.75%200%201%200%200-9.5h-4a.75.75%200%200%200-.75.75v4A4.75%204.75%200%200%200%2017.25%2022m3.25-4.75a3.25%203.25%200%200%201-6.5%200V14h3.25a3.25%203.25%200%200%201%203.25%203.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/clover-24-regular.svg?color=%231a73e8&size=48