four leaf clover emoji

four-leaf-clover from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.

Name
four-leaf-clover
Set
OpenMoji
Style
Default
Category
Animals Nature
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More animals nature icons from OpenMoji

Use the four leaf clover emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="m48.868 32.557l-3.69-3.1l4.63 1.335c2.43.483 4.685.321 5.798-1.768a4.286 4.286 0 0 0-1.767-5.797l-1.891-1.008l.336-.63l.672-1.26a4.286 4.286 0 0 0-1.768-5.798c-2.089-1.113-4.013-.01-5.797 1.767l-3.1 3.69l1.335-4.63c.489-2.366.321-4.685-1.767-5.798s-4.685-.322-5.798 1.767l-1.008 1.891l-.63-.336l-1.26-.671c-2.09-1.113-4.686-.322-5.798 1.767s-.192 4.183 1.767 5.797l4.56 3.56l.013.01l-4.553-1.49c-.884-.29-1.798-.498-2.727-.533c-1.653-.062-3.063.37-3.917 1.785c-1.284 2.126-.344 4.934 1.847 6.102l1.697.904l-.336.63l-.583 1.095c-1.147 2.154-.375 4.96 1.816 6.034c2.038 1 3.967.026 5.66-1.837l3.1-3.69l-1.335 4.63c-.504 2.02-.321 4.685 1.768 5.798a4.286 4.286 0 0 0 5.797-1.768l1.008-1.891l.63.336l1.261.672a4.286 4.286 0 0 0 5.798-1.767c1.112-2.09.251-4.066-1.768-5.798"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M30.366 41.03c-3.438 3.547-7.676 10.245-5.829 20.734"/><path stroke-miterlimit="10" d="m45.102 29.335l4.599 1.44c2.418.538 4.676.427 5.836-1.636s.428-4.676-1.635-5.836l-1.868-1.05l.35-.623l.7-1.245c1.16-2.063.429-4.676-1.634-5.836s-4.013-.1-5.837 1.635l-3.182 3.619M35.57 32.006l-1.44 4.6c-.55 2.007-.428 4.675 1.635 5.835s4.676.428 5.836-1.635l1.05-1.867l.623.35l1.245.7c2.064 1.16 4.677.428 5.837-1.635s.344-4.06-1.635-5.836l-3.62-3.183M33.77 22.963l-4.518-1.593c-.877-.309-1.786-.538-2.714-.594c-1.651-.1-3.07.3-3.956 1.695c-1.332 2.096-.457 4.925 1.708 6.142l1.676.943l-.35.622l-.608 1.081c-1.196 2.128-.488 4.95 1.678 6.074c2.015 1.046 3.965.116 5.7-1.708l3.183-3.62m6.862-12.202l1.44-4.6c.542-2.353.427-4.676-1.636-5.836S37.56 8.94 36.4 11.002l-1.05 1.868l-.623-.35l-1.245-.7a4.286 4.286 0 0 0-5.836 1.635c-1.16 2.063-.287 4.177 1.635 5.836l4.49 3.672"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFourLeafClover(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="m48.868 32.557l-3.69-3.1l4.63 1.335c2.43.483 4.685.321 5.798-1.768a4.286 4.286 0 0 0-1.767-5.797l-1.891-1.008l.336-.63l.672-1.26a4.286 4.286 0 0 0-1.768-5.798c-2.089-1.113-4.013-.01-5.797 1.767l-3.1 3.69l1.335-4.63c.489-2.366.321-4.685-1.767-5.798s-4.685-.322-5.798 1.767l-1.008 1.891l-.63-.336l-1.26-.671c-2.09-1.113-4.686-.322-5.798 1.767s-.192 4.183 1.767 5.797l4.56 3.56l.013.01l-4.553-1.49c-.884-.29-1.798-.498-2.727-.533c-1.653-.062-3.063.37-3.917 1.785c-1.284 2.126-.344 4.934 1.847 6.102l1.697.904l-.336.63l-.583 1.095c-1.147 2.154-.375 4.96 1.816 6.034c2.038 1 3.967.026 5.66-1.837l3.1-3.69l-1.335 4.63c-.504 2.02-.321 4.685 1.768 5.798a4.286 4.286 0 0 0 5.797-1.768l1.008-1.891l.63.336l1.261.672a4.286 4.286 0 0 0 5.798-1.767c1.112-2.09.251-4.066-1.768-5.798"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M30.366 41.03c-3.438 3.547-7.676 10.245-5.829 20.734"/><path strokeMiterlimit="10" d="m45.102 29.335l4.599 1.44c2.418.538 4.676.427 5.836-1.636s.428-4.676-1.635-5.836l-1.868-1.05l.35-.623l.7-1.245c1.16-2.063.429-4.676-1.634-5.836s-4.013-.1-5.837 1.635l-3.182 3.619M35.57 32.006l-1.44 4.6c-.55 2.007-.428 4.675 1.635 5.835s4.676.428 5.836-1.635l1.05-1.867l.623.35l1.245.7c2.064 1.16 4.677.428 5.837-1.635s.344-4.06-1.635-5.836l-3.62-3.183M33.77 22.963l-4.518-1.593c-.877-.309-1.786-.538-2.714-.594c-1.651-.1-3.07.3-3.956 1.695c-1.332 2.096-.457 4.925 1.708 6.142l1.676.943l-.35.622l-.608 1.081c-1.196 2.128-.488 4.95 1.678 6.074c2.015 1.046 3.965.116 5.7-1.708l3.183-3.62m6.862-12.202l1.44-4.6c.542-2.353.427-4.676-1.636-5.836S37.56 8.94 36.4 11.002l-1.05 1.868l-.623-.35l-1.245-.7a4.286 4.286 0 0 0-5.836 1.635c-1.16 2.063-.287 4.177 1.635 5.836l4.49 3.672"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="m48.868 32.557l-3.69-3.1l4.63 1.335c2.43.483 4.685.321 5.798-1.768a4.286 4.286 0 0 0-1.767-5.797l-1.891-1.008l.336-.63l.672-1.26a4.286 4.286 0 0 0-1.768-5.798c-2.089-1.113-4.013-.01-5.797 1.767l-3.1 3.69l1.335-4.63c.489-2.366.321-4.685-1.767-5.798s-4.685-.322-5.798 1.767l-1.008 1.891l-.63-.336l-1.26-.671c-2.09-1.113-4.686-.322-5.798 1.767s-.192 4.183 1.767 5.797l4.56 3.56l.013.01l-4.553-1.49c-.884-.29-1.798-.498-2.727-.533c-1.653-.062-3.063.37-3.917 1.785c-1.284 2.126-.344 4.934 1.847 6.102l1.697.904l-.336.63l-.583 1.095c-1.147 2.154-.375 4.96 1.816 6.034c2.038 1 3.967.026 5.66-1.837l3.1-3.69l-1.335 4.63c-.504 2.02-.321 4.685 1.768 5.798a4.286 4.286 0 0 0 5.797-1.768l1.008-1.891l.63.336l1.261.672a4.286 4.286 0 0 0 5.798-1.767c1.112-2.09.251-4.066-1.768-5.798"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M30.366 41.03c-3.438 3.547-7.676 10.245-5.829 20.734"/><path stroke-miterlimit="10" d="m45.102 29.335l4.599 1.44c2.418.538 4.676.427 5.836-1.636s.428-4.676-1.635-5.836l-1.868-1.05l.35-.623l.7-1.245c1.16-2.063.429-4.676-1.634-5.836s-4.013-.1-5.837 1.635l-3.182 3.619M35.57 32.006l-1.44 4.6c-.55 2.007-.428 4.675 1.635 5.835s4.676.428 5.836-1.635l1.05-1.867l.623.35l1.245.7c2.064 1.16 4.677.428 5.837-1.635s.344-4.06-1.635-5.836l-3.62-3.183M33.77 22.963l-4.518-1.593c-.877-.309-1.786-.538-2.714-.594c-1.651-.1-3.07.3-3.956 1.695c-1.332 2.096-.457 4.925 1.708 6.142l1.676.943l-.35.622l-.608 1.081c-1.196 2.128-.488 4.95 1.678 6.074c2.015 1.046 3.965.116 5.7-1.708l3.183-3.62m6.862-12.202l1.44-4.6c.542-2.353.427-4.676-1.636-5.836S37.56 8.94 36.4 11.002l-1.05 1.868l-.623-.35l-1.245-.7a4.286 4.286 0 0 0-5.836 1.635c-1.16 2.063-.287 4.177 1.635 5.836l4.49 3.672"/></g></svg>
</template>

CSS

.icon-four-leaf-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22m48.868%2032.557l-3.69-3.1l4.63%201.335c2.43.483%204.685.321%205.798-1.768a4.286%204.286%200%200%200-1.767-5.797l-1.891-1.008l.336-.63l.672-1.26a4.286%204.286%200%200%200-1.768-5.798c-2.089-1.113-4.013-.01-5.797%201.767l-3.1%203.69l1.335-4.63c.489-2.366.321-4.685-1.767-5.798s-4.685-.322-5.798%201.767l-1.008%201.891l-.63-.336l-1.26-.671c-2.09-1.113-4.686-.322-5.798%201.767s-.192%204.183%201.767%205.797l4.56%203.56l.013.01l-4.553-1.49c-.884-.29-1.798-.498-2.727-.533c-1.653-.062-3.063.37-3.917%201.785c-1.284%202.126-.344%204.934%201.847%206.102l1.697.904l-.336.63l-.583%201.095c-1.147%202.154-.375%204.96%201.816%206.034c2.038%201%203.967.026%205.66-1.837l3.1-3.69l-1.335%204.63c-.504%202.02-.321%204.685%201.768%205.798a4.286%204.286%200%200%200%205.797-1.768l1.008-1.891l.63.336l1.261.672a4.286%204.286%200%200%200%205.798-1.767c1.112-2.09.251-4.066-1.768-5.798%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M30.366%2041.03c-3.438%203.547-7.676%2010.245-5.829%2020.734%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m45.102%2029.335l4.599%201.44c2.418.538%204.676.427%205.836-1.636s.428-4.676-1.635-5.836l-1.868-1.05l.35-.623l.7-1.245c1.16-2.063.429-4.676-1.634-5.836s-4.013-.1-5.837%201.635l-3.182%203.619M35.57%2032.006l-1.44%204.6c-.55%202.007-.428%204.675%201.635%205.835s4.676.428%205.836-1.635l1.05-1.867l.623.35l1.245.7c2.064%201.16%204.677.428%205.837-1.635s.344-4.06-1.635-5.836l-3.62-3.183M33.77%2022.963l-4.518-1.593c-.877-.309-1.786-.538-2.714-.594c-1.651-.1-3.07.3-3.956%201.695c-1.332%202.096-.457%204.925%201.708%206.142l1.676.943l-.35.622l-.608%201.081c-1.196%202.128-.488%204.95%201.678%206.074c2.015%201.046%203.965.116%205.7-1.708l3.183-3.62m6.862-12.202l1.44-4.6c.542-2.353.427-4.676-1.636-5.836S37.56%208.94%2036.4%2011.002l-1.05%201.868l-.623-.35l-1.245-.7a4.286%204.286%200%200%200-5.836%201.635c-1.16%202.063-.287%204.177%201.635%205.836l4.49%203.672%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22m48.868%2032.557l-3.69-3.1l4.63%201.335c2.43.483%204.685.321%205.798-1.768a4.286%204.286%200%200%200-1.767-5.797l-1.891-1.008l.336-.63l.672-1.26a4.286%204.286%200%200%200-1.768-5.798c-2.089-1.113-4.013-.01-5.797%201.767l-3.1%203.69l1.335-4.63c.489-2.366.321-4.685-1.767-5.798s-4.685-.322-5.798%201.767l-1.008%201.891l-.63-.336l-1.26-.671c-2.09-1.113-4.686-.322-5.798%201.767s-.192%204.183%201.767%205.797l4.56%203.56l.013.01l-4.553-1.49c-.884-.29-1.798-.498-2.727-.533c-1.653-.062-3.063.37-3.917%201.785c-1.284%202.126-.344%204.934%201.847%206.102l1.697.904l-.336.63l-.583%201.095c-1.147%202.154-.375%204.96%201.816%206.034c2.038%201%203.967.026%205.66-1.837l3.1-3.69l-1.335%204.63c-.504%202.02-.321%204.685%201.768%205.798a4.286%204.286%200%200%200%205.797-1.768l1.008-1.891l.63.336l1.261.672a4.286%204.286%200%200%200%205.798-1.767c1.112-2.09.251-4.066-1.768-5.798%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M30.366%2041.03c-3.438%203.547-7.676%2010.245-5.829%2020.734%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m45.102%2029.335l4.599%201.44c2.418.538%204.676.427%205.836-1.636s.428-4.676-1.635-5.836l-1.868-1.05l.35-.623l.7-1.245c1.16-2.063.429-4.676-1.634-5.836s-4.013-.1-5.837%201.635l-3.182%203.619M35.57%2032.006l-1.44%204.6c-.55%202.007-.428%204.675%201.635%205.835s4.676.428%205.836-1.635l1.05-1.867l.623.35l1.245.7c2.064%201.16%204.677.428%205.837-1.635s.344-4.06-1.635-5.836l-3.62-3.183M33.77%2022.963l-4.518-1.593c-.877-.309-1.786-.538-2.714-.594c-1.651-.1-3.07.3-3.956%201.695c-1.332%202.096-.457%204.925%201.708%206.142l1.676.943l-.35.622l-.608%201.081c-1.196%202.128-.488%204.95%201.678%206.074c2.015%201.046%203.965.116%205.7-1.708l3.183-3.62m6.862-12.202l1.44-4.6c.542-2.353.427-4.676-1.636-5.836S37.56%208.94%2036.4%2011.002l-1.05%201.868l-.623-.35l-1.245-.7a4.286%204.286%200%200%200-5.836%201.635c-1.16%202.063-.287%204.177%201.635%205.836l4.49%203.672%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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