clover from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
clover
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

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 640 640"><path fill="currentColor" d="M374.4 80c36.2 0 65.6 29.4 65.6 65.7v5.2c0 11.2-2.7 22.3-7.8 32.2l-2.3 4.2l-20.1 33.5c-1.1 1.9-1.2 3.4-1.1 4.5c.2 1.3.9 2.7 2.1 3.9s2.6 1.9 3.9 2.1c1.1.2 2.6.1 4.5-1.1l33.5-20.1l4.2-2.3c10-5.1 21-7.8 32.2-7.8h5.2c36.2 0 65.6 29.4 65.6 65.7c0 17.4-6.9 34.1-19.2 46.4l-1.3 1.3c-3.7 3.7-3.7 9.6 0 13.3l1.3 1.3c12.3 12.3 19.2 29 19.2 46.4c0 36.2-29.4 65.6-65.6 65.6h-5.2c-12.8 0-25.5-3.5-36.5-10.1l-33.5-20.1c-1.9-1.1-3.4-1.2-4.5-1.1c-1.3.2-2.7.9-3.9 2.1s-1.9 2.6-2.1 3.9c-.2 1.1-.1 2.6 1.1 4.5l20.1 33.5c6.6 11 10.1 23.6 10.1 36.5v5.2c0 36.2-29.4 65.6-65.6 65.6c-17.4 0-34.1-6.9-46.4-19.2l-1.3-1.3c-3.7-3.7-9.6-3.7-13.3 0l-1.3 1.3c-12.3 12.3-29 19.2-46.4 19.2c-36.2 0-65.6-29.4-65.7-65.6v-5.2c0-12.8 3.5-25.5 10.1-36.5l20.1-33.5c1.1-1.9 1.2-3.4 1.1-4.5c-.2-1.3-.9-2.7-2.1-3.9s-2.6-1.9-3.9-2.1c-.5-.1-1.2-.1-1.9 0l-2.5 1l-33.5 20.1c-11 6.6-23.6 10.1-36.5 10.1h-5.2c-36.2.1-65.6-29.3-65.6-65.5c0-17.4 6.9-34.1 19.2-46.4l1.3-1.3l1.2-1.5c2.1-3.1 2.1-7.2 0-10.3l-1.2-1.5l-1.3-1.3c-12.3-12.3-19.2-29-19.2-46.4c0-36.3 29.4-65.7 65.7-65.7h5.2c12.8 0 25.5 3.5 36.5 10.1l33.5 20.1l2.5 1c.7.1 1.4.1 1.9.1c1.3-.2 2.7-.9 3.9-2.1s1.9-2.6 2.1-3.9c.1-.5.1-1.2-.1-1.9l-1-2.5l-20.1-33.5c-6.6-11-10.1-23.6-10.1-36.5v-5.2c0-36.2 29.4-65.7 65.7-65.7c17.4 0 34.1 6.9 46.4 19.2l1.3 1.3c3.7 3.6 9.6 3.7 13.3 0l1.3-1.3l4.8-4.4c11.7-9.5 26.3-14.8 41.6-14.8"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidClover(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M374.4 80c36.2 0 65.6 29.4 65.6 65.7v5.2c0 11.2-2.7 22.3-7.8 32.2l-2.3 4.2l-20.1 33.5c-1.1 1.9-1.2 3.4-1.1 4.5c.2 1.3.9 2.7 2.1 3.9s2.6 1.9 3.9 2.1c1.1.2 2.6.1 4.5-1.1l33.5-20.1l4.2-2.3c10-5.1 21-7.8 32.2-7.8h5.2c36.2 0 65.6 29.4 65.6 65.7c0 17.4-6.9 34.1-19.2 46.4l-1.3 1.3c-3.7 3.7-3.7 9.6 0 13.3l1.3 1.3c12.3 12.3 19.2 29 19.2 46.4c0 36.2-29.4 65.6-65.6 65.6h-5.2c-12.8 0-25.5-3.5-36.5-10.1l-33.5-20.1c-1.9-1.1-3.4-1.2-4.5-1.1c-1.3.2-2.7.9-3.9 2.1s-1.9 2.6-2.1 3.9c-.2 1.1-.1 2.6 1.1 4.5l20.1 33.5c6.6 11 10.1 23.6 10.1 36.5v5.2c0 36.2-29.4 65.6-65.6 65.6c-17.4 0-34.1-6.9-46.4-19.2l-1.3-1.3c-3.7-3.7-9.6-3.7-13.3 0l-1.3 1.3c-12.3 12.3-29 19.2-46.4 19.2c-36.2 0-65.6-29.4-65.7-65.6v-5.2c0-12.8 3.5-25.5 10.1-36.5l20.1-33.5c1.1-1.9 1.2-3.4 1.1-4.5c-.2-1.3-.9-2.7-2.1-3.9s-2.6-1.9-3.9-2.1c-.5-.1-1.2-.1-1.9 0l-2.5 1l-33.5 20.1c-11 6.6-23.6 10.1-36.5 10.1h-5.2c-36.2.1-65.6-29.3-65.6-65.5c0-17.4 6.9-34.1 19.2-46.4l1.3-1.3l1.2-1.5c2.1-3.1 2.1-7.2 0-10.3l-1.2-1.5l-1.3-1.3c-12.3-12.3-19.2-29-19.2-46.4c0-36.3 29.4-65.7 65.7-65.7h5.2c12.8 0 25.5 3.5 36.5 10.1l33.5 20.1l2.5 1c.7.1 1.4.1 1.9.1c1.3-.2 2.7-.9 3.9-2.1s1.9-2.6 2.1-3.9c.1-.5.1-1.2-.1-1.9l-1-2.5l-20.1-33.5c-6.6-11-10.1-23.6-10.1-36.5v-5.2c0-36.2 29.4-65.7 65.7-65.7c17.4 0 34.1 6.9 46.4 19.2l1.3 1.3c3.7 3.6 9.6 3.7 13.3 0l1.3-1.3l4.8-4.4c11.7-9.5 26.3-14.8 41.6-14.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M374.4 80c36.2 0 65.6 29.4 65.6 65.7v5.2c0 11.2-2.7 22.3-7.8 32.2l-2.3 4.2l-20.1 33.5c-1.1 1.9-1.2 3.4-1.1 4.5c.2 1.3.9 2.7 2.1 3.9s2.6 1.9 3.9 2.1c1.1.2 2.6.1 4.5-1.1l33.5-20.1l4.2-2.3c10-5.1 21-7.8 32.2-7.8h5.2c36.2 0 65.6 29.4 65.6 65.7c0 17.4-6.9 34.1-19.2 46.4l-1.3 1.3c-3.7 3.7-3.7 9.6 0 13.3l1.3 1.3c12.3 12.3 19.2 29 19.2 46.4c0 36.2-29.4 65.6-65.6 65.6h-5.2c-12.8 0-25.5-3.5-36.5-10.1l-33.5-20.1c-1.9-1.1-3.4-1.2-4.5-1.1c-1.3.2-2.7.9-3.9 2.1s-1.9 2.6-2.1 3.9c-.2 1.1-.1 2.6 1.1 4.5l20.1 33.5c6.6 11 10.1 23.6 10.1 36.5v5.2c0 36.2-29.4 65.6-65.6 65.6c-17.4 0-34.1-6.9-46.4-19.2l-1.3-1.3c-3.7-3.7-9.6-3.7-13.3 0l-1.3 1.3c-12.3 12.3-29 19.2-46.4 19.2c-36.2 0-65.6-29.4-65.7-65.6v-5.2c0-12.8 3.5-25.5 10.1-36.5l20.1-33.5c1.1-1.9 1.2-3.4 1.1-4.5c-.2-1.3-.9-2.7-2.1-3.9s-2.6-1.9-3.9-2.1c-.5-.1-1.2-.1-1.9 0l-2.5 1l-33.5 20.1c-11 6.6-23.6 10.1-36.5 10.1h-5.2c-36.2.1-65.6-29.3-65.6-65.5c0-17.4 6.9-34.1 19.2-46.4l1.3-1.3l1.2-1.5c2.1-3.1 2.1-7.2 0-10.3l-1.2-1.5l-1.3-1.3c-12.3-12.3-19.2-29-19.2-46.4c0-36.3 29.4-65.7 65.7-65.7h5.2c12.8 0 25.5 3.5 36.5 10.1l33.5 20.1l2.5 1c.7.1 1.4.1 1.9.1c1.3-.2 2.7-.9 3.9-2.1s1.9-2.6 2.1-3.9c.1-.5.1-1.2-.1-1.9l-1-2.5l-20.1-33.5c-6.6-11-10.1-23.6-10.1-36.5v-5.2c0-36.2 29.4-65.7 65.7-65.7c17.4 0 34.1 6.9 46.4 19.2l1.3 1.3c3.7 3.6 9.6 3.7 13.3 0l1.3-1.3l4.8-4.4c11.7-9.5 26.3-14.8 41.6-14.8"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M374.4%2080c36.2%200%2065.6%2029.4%2065.6%2065.7v5.2c0%2011.2-2.7%2022.3-7.8%2032.2l-2.3%204.2l-20.1%2033.5c-1.1%201.9-1.2%203.4-1.1%204.5c.2%201.3.9%202.7%202.1%203.9s2.6%201.9%203.9%202.1c1.1.2%202.6.1%204.5-1.1l33.5-20.1l4.2-2.3c10-5.1%2021-7.8%2032.2-7.8h5.2c36.2%200%2065.6%2029.4%2065.6%2065.7c0%2017.4-6.9%2034.1-19.2%2046.4l-1.3%201.3c-3.7%203.7-3.7%209.6%200%2013.3l1.3%201.3c12.3%2012.3%2019.2%2029%2019.2%2046.4c0%2036.2-29.4%2065.6-65.6%2065.6h-5.2c-12.8%200-25.5-3.5-36.5-10.1l-33.5-20.1c-1.9-1.1-3.4-1.2-4.5-1.1c-1.3.2-2.7.9-3.9%202.1s-1.9%202.6-2.1%203.9c-.2%201.1-.1%202.6%201.1%204.5l20.1%2033.5c6.6%2011%2010.1%2023.6%2010.1%2036.5v5.2c0%2036.2-29.4%2065.6-65.6%2065.6c-17.4%200-34.1-6.9-46.4-19.2l-1.3-1.3c-3.7-3.7-9.6-3.7-13.3%200l-1.3%201.3c-12.3%2012.3-29%2019.2-46.4%2019.2c-36.2%200-65.6-29.4-65.7-65.6v-5.2c0-12.8%203.5-25.5%2010.1-36.5l20.1-33.5c1.1-1.9%201.2-3.4%201.1-4.5c-.2-1.3-.9-2.7-2.1-3.9s-2.6-1.9-3.9-2.1c-.5-.1-1.2-.1-1.9%200l-2.5%201l-33.5%2020.1c-11%206.6-23.6%2010.1-36.5%2010.1h-5.2c-36.2.1-65.6-29.3-65.6-65.5c0-17.4%206.9-34.1%2019.2-46.4l1.3-1.3l1.2-1.5c2.1-3.1%202.1-7.2%200-10.3l-1.2-1.5l-1.3-1.3c-12.3-12.3-19.2-29-19.2-46.4c0-36.3%2029.4-65.7%2065.7-65.7h5.2c12.8%200%2025.5%203.5%2036.5%2010.1l33.5%2020.1l2.5%201c.7.1%201.4.1%201.9.1c1.3-.2%202.7-.9%203.9-2.1s1.9-2.6%202.1-3.9c.1-.5.1-1.2-.1-1.9l-1-2.5l-20.1-33.5c-6.6-11-10.1-23.6-10.1-36.5v-5.2c0-36.2%2029.4-65.7%2065.7-65.7c17.4%200%2034.1%206.9%2046.4%2019.2l1.3%201.3c3.7%203.6%209.6%203.7%2013.3%200l1.3-1.3l4.8-4.4c11.7-9.5%2026.3-14.8%2041.6-14.8%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M374.4%2080c36.2%200%2065.6%2029.4%2065.6%2065.7v5.2c0%2011.2-2.7%2022.3-7.8%2032.2l-2.3%204.2l-20.1%2033.5c-1.1%201.9-1.2%203.4-1.1%204.5c.2%201.3.9%202.7%202.1%203.9s2.6%201.9%203.9%202.1c1.1.2%202.6.1%204.5-1.1l33.5-20.1l4.2-2.3c10-5.1%2021-7.8%2032.2-7.8h5.2c36.2%200%2065.6%2029.4%2065.6%2065.7c0%2017.4-6.9%2034.1-19.2%2046.4l-1.3%201.3c-3.7%203.7-3.7%209.6%200%2013.3l1.3%201.3c12.3%2012.3%2019.2%2029%2019.2%2046.4c0%2036.2-29.4%2065.6-65.6%2065.6h-5.2c-12.8%200-25.5-3.5-36.5-10.1l-33.5-20.1c-1.9-1.1-3.4-1.2-4.5-1.1c-1.3.2-2.7.9-3.9%202.1s-1.9%202.6-2.1%203.9c-.2%201.1-.1%202.6%201.1%204.5l20.1%2033.5c6.6%2011%2010.1%2023.6%2010.1%2036.5v5.2c0%2036.2-29.4%2065.6-65.6%2065.6c-17.4%200-34.1-6.9-46.4-19.2l-1.3-1.3c-3.7-3.7-9.6-3.7-13.3%200l-1.3%201.3c-12.3%2012.3-29%2019.2-46.4%2019.2c-36.2%200-65.6-29.4-65.7-65.6v-5.2c0-12.8%203.5-25.5%2010.1-36.5l20.1-33.5c1.1-1.9%201.2-3.4%201.1-4.5c-.2-1.3-.9-2.7-2.1-3.9s-2.6-1.9-3.9-2.1c-.5-.1-1.2-.1-1.9%200l-2.5%201l-33.5%2020.1c-11%206.6-23.6%2010.1-36.5%2010.1h-5.2c-36.2.1-65.6-29.3-65.6-65.5c0-17.4%206.9-34.1%2019.2-46.4l1.3-1.3l1.2-1.5c2.1-3.1%202.1-7.2%200-10.3l-1.2-1.5l-1.3-1.3c-12.3-12.3-19.2-29-19.2-46.4c0-36.3%2029.4-65.7%2065.7-65.7h5.2c12.8%200%2025.5%203.5%2036.5%2010.1l33.5%2020.1l2.5%201c.7.1%201.4.1%201.9.1c1.3-.2%202.7-.9%203.9-2.1s1.9-2.6%202.1-3.9c.1-.5.1-1.2-.1-1.9l-1-2.5l-20.1-33.5c-6.6-11-10.1-23.6-10.1-36.5v-5.2c0-36.2%2029.4-65.7%2065.7-65.7c17.4%200%2034.1%206.9%2046.4%2019.2l1.3%201.3c3.7%203.6%209.6%203.7%2013.3%200l1.3-1.3l4.8-4.4c11.7-9.5%2026.3-14.8%2041.6-14.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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