shamrock emoji

shamrock from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.

Name
shamrock
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 shamrock emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#5c9e31" d="M35.75 38.86a2 2 0 0 1 2.936.001l5.07 5.48c1.982 2.24 4.492 3.222 6.903 1.766c2.343-1.415 3.029-4.517 1.657-6.886l-.761-1.315l-.417-.72l1.967-1.139c2.4-1.389 3.397-4.586 1.982-6.97c-1.388-2.34-4.075-2.434-6.788-1.773l-1.526.447c-1.592.466-3.026-1.097-2.426-2.643l.816-2.101c.408-1.052.873-2.08 1.32-3.117c.917-2.125 1.105-4.2-.474-5.847c-1.963-2.049-5.3-1.904-7.307.102l-1.584 1.584l-.588-.588l-.996-.996c-2.01-2.01-5.355-2.15-7.317-.092c-1.569 1.645-1.386 3.683-.467 5.823c.45 1.048.919 2.089 1.332 3.153l.788 2.03c.604 1.555-.85 3.122-2.446 2.637l-1.29-.392c-2.713-.66-5.4-.567-6.788 1.772c-1.415 2.385-.418 5.582 1.981 6.971l1.967 1.14l-.416.719l-.762 1.315c-1.371 2.369-.685 5.47 1.658 6.886c2.411 1.456 4.92.473 6.903-1.765z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-miterlimit="10" d="M35.76 38.94a2 2 0 0 1 2.936 0l5.069 5.48c1.983 2.24 4.492 3.222 6.903 1.766c2.343-1.415 3.03-4.517 1.658-6.886l-.762-1.315l-.416-.72l1.967-1.139c2.4-1.389 3.397-4.586 1.982-6.97c-1.388-2.34-4.076-2.434-6.789-1.773l-1.525.447c-1.592.466-3.027-1.097-2.426-2.643l.815-2.101c.409-1.052.873-2.08 1.32-3.117c.918-2.125 1.105-4.2-.473-5.847c-1.963-2.049-5.3-1.904-7.307.102l-1.584 1.584l-.588-.588l-.996-.996c-2.01-2.01-5.356-2.15-7.318-.092c-1.568 1.645-1.386 3.683-.466 5.823c.45 1.048.918 2.089 1.331 3.153l.789 2.03c.603 1.555-.85 3.122-2.446 2.637l-1.29-.392c-2.713-.66-5.4-.567-6.789 1.772c-1.415 2.385-.418 5.582 1.982 6.971l1.967 1.14l-.416.718l-.762 1.316c-1.371 2.369-.685 5.47 1.658 6.886c2.41 1.456 4.92.473 6.903-1.765z"/><path d="M37.137 44.052C33.7 47.6 29.461 54.298 31.308 64.787"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiShamrock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#5c9e31" d="M35.75 38.86a2 2 0 0 1 2.936.001l5.07 5.48c1.982 2.24 4.492 3.222 6.903 1.766c2.343-1.415 3.029-4.517 1.657-6.886l-.761-1.315l-.417-.72l1.967-1.139c2.4-1.389 3.397-4.586 1.982-6.97c-1.388-2.34-4.075-2.434-6.788-1.773l-1.526.447c-1.592.466-3.026-1.097-2.426-2.643l.816-2.101c.408-1.052.873-2.08 1.32-3.117c.917-2.125 1.105-4.2-.474-5.847c-1.963-2.049-5.3-1.904-7.307.102l-1.584 1.584l-.588-.588l-.996-.996c-2.01-2.01-5.355-2.15-7.317-.092c-1.569 1.645-1.386 3.683-.467 5.823c.45 1.048.919 2.089 1.332 3.153l.788 2.03c.604 1.555-.85 3.122-2.446 2.637l-1.29-.392c-2.713-.66-5.4-.567-6.788 1.772c-1.415 2.385-.418 5.582 1.981 6.971l1.967 1.14l-.416.719l-.762 1.315c-1.371 2.369-.685 5.47 1.658 6.886c2.411 1.456 4.92.473 6.903-1.765z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path strokeMiterlimit="10" d="M35.76 38.94a2 2 0 0 1 2.936 0l5.069 5.48c1.983 2.24 4.492 3.222 6.903 1.766c2.343-1.415 3.03-4.517 1.658-6.886l-.762-1.315l-.416-.72l1.967-1.139c2.4-1.389 3.397-4.586 1.982-6.97c-1.388-2.34-4.076-2.434-6.789-1.773l-1.525.447c-1.592.466-3.027-1.097-2.426-2.643l.815-2.101c.409-1.052.873-2.08 1.32-3.117c.918-2.125 1.105-4.2-.473-5.847c-1.963-2.049-5.3-1.904-7.307.102l-1.584 1.584l-.588-.588l-.996-.996c-2.01-2.01-5.356-2.15-7.318-.092c-1.568 1.645-1.386 3.683-.466 5.823c.45 1.048.918 2.089 1.331 3.153l.789 2.03c.603 1.555-.85 3.122-2.446 2.637l-1.29-.392c-2.713-.66-5.4-.567-6.789 1.772c-1.415 2.385-.418 5.582 1.982 6.971l1.967 1.14l-.416.718l-.762 1.316c-1.371 2.369-.685 5.47 1.658 6.886c2.41 1.456 4.92.473 6.903-1.765z"/><path d="M37.137 44.052C33.7 47.6 29.461 54.298 31.308 64.787"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#5c9e31" d="M35.75 38.86a2 2 0 0 1 2.936.001l5.07 5.48c1.982 2.24 4.492 3.222 6.903 1.766c2.343-1.415 3.029-4.517 1.657-6.886l-.761-1.315l-.417-.72l1.967-1.139c2.4-1.389 3.397-4.586 1.982-6.97c-1.388-2.34-4.075-2.434-6.788-1.773l-1.526.447c-1.592.466-3.026-1.097-2.426-2.643l.816-2.101c.408-1.052.873-2.08 1.32-3.117c.917-2.125 1.105-4.2-.474-5.847c-1.963-2.049-5.3-1.904-7.307.102l-1.584 1.584l-.588-.588l-.996-.996c-2.01-2.01-5.355-2.15-7.317-.092c-1.569 1.645-1.386 3.683-.467 5.823c.45 1.048.919 2.089 1.332 3.153l.788 2.03c.604 1.555-.85 3.122-2.446 2.637l-1.29-.392c-2.713-.66-5.4-.567-6.788 1.772c-1.415 2.385-.418 5.582 1.981 6.971l1.967 1.14l-.416.719l-.762 1.315c-1.371 2.369-.685 5.47 1.658 6.886c2.411 1.456 4.92.473 6.903-1.765z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-miterlimit="10" d="M35.76 38.94a2 2 0 0 1 2.936 0l5.069 5.48c1.983 2.24 4.492 3.222 6.903 1.766c2.343-1.415 3.03-4.517 1.658-6.886l-.762-1.315l-.416-.72l1.967-1.139c2.4-1.389 3.397-4.586 1.982-6.97c-1.388-2.34-4.076-2.434-6.789-1.773l-1.525.447c-1.592.466-3.027-1.097-2.426-2.643l.815-2.101c.409-1.052.873-2.08 1.32-3.117c.918-2.125 1.105-4.2-.473-5.847c-1.963-2.049-5.3-1.904-7.307.102l-1.584 1.584l-.588-.588l-.996-.996c-2.01-2.01-5.356-2.15-7.318-.092c-1.568 1.645-1.386 3.683-.466 5.823c.45 1.048.918 2.089 1.331 3.153l.789 2.03c.603 1.555-.85 3.122-2.446 2.637l-1.29-.392c-2.713-.66-5.4-.567-6.789 1.772c-1.415 2.385-.418 5.582 1.982 6.971l1.967 1.14l-.416.718l-.762 1.316c-1.371 2.369-.685 5.47 1.658 6.886c2.41 1.456 4.92.473 6.903-1.765z"/><path d="M37.137 44.052C33.7 47.6 29.461 54.298 31.308 64.787"/></g></svg>
</template>

CSS

.icon-shamrock {
  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%235c9e31%22%20d%3D%22M35.75%2038.86a2%202%200%200%201%202.936.001l5.07%205.48c1.982%202.24%204.492%203.222%206.903%201.766c2.343-1.415%203.029-4.517%201.657-6.886l-.761-1.315l-.417-.72l1.967-1.139c2.4-1.389%203.397-4.586%201.982-6.97c-1.388-2.34-4.075-2.434-6.788-1.773l-1.526.447c-1.592.466-3.026-1.097-2.426-2.643l.816-2.101c.408-1.052.873-2.08%201.32-3.117c.917-2.125%201.105-4.2-.474-5.847c-1.963-2.049-5.3-1.904-7.307.102l-1.584%201.584l-.588-.588l-.996-.996c-2.01-2.01-5.355-2.15-7.317-.092c-1.569%201.645-1.386%203.683-.467%205.823c.45%201.048.919%202.089%201.332%203.153l.788%202.03c.604%201.555-.85%203.122-2.446%202.637l-1.29-.392c-2.713-.66-5.4-.567-6.788%201.772c-1.415%202.385-.418%205.582%201.981%206.971l1.967%201.14l-.416.719l-.762%201.315c-1.371%202.369-.685%205.47%201.658%206.886c2.411%201.456%204.92.473%206.903-1.765z%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%20stroke-miterlimit%3D%2210%22%20d%3D%22M35.76%2038.94a2%202%200%200%201%202.936%200l5.069%205.48c1.983%202.24%204.492%203.222%206.903%201.766c2.343-1.415%203.03-4.517%201.658-6.886l-.762-1.315l-.416-.72l1.967-1.139c2.4-1.389%203.397-4.586%201.982-6.97c-1.388-2.34-4.076-2.434-6.789-1.773l-1.525.447c-1.592.466-3.027-1.097-2.426-2.643l.815-2.101c.409-1.052.873-2.08%201.32-3.117c.918-2.125%201.105-4.2-.473-5.847c-1.963-2.049-5.3-1.904-7.307.102l-1.584%201.584l-.588-.588l-.996-.996c-2.01-2.01-5.356-2.15-7.318-.092c-1.568%201.645-1.386%203.683-.466%205.823c.45%201.048.918%202.089%201.331%203.153l.789%202.03c.603%201.555-.85%203.122-2.446%202.637l-1.29-.392c-2.713-.66-5.4-.567-6.789%201.772c-1.415%202.385-.418%205.582%201.982%206.971l1.967%201.14l-.416.718l-.762%201.316c-1.371%202.369-.685%205.47%201.658%206.886c2.41%201.456%204.92.473%206.903-1.765z%22%2F%3E%3Cpath%20d%3D%22M37.137%2044.052C33.7%2047.6%2029.461%2054.298%2031.308%2064.787%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%235c9e31%22%20d%3D%22M35.75%2038.86a2%202%200%200%201%202.936.001l5.07%205.48c1.982%202.24%204.492%203.222%206.903%201.766c2.343-1.415%203.029-4.517%201.657-6.886l-.761-1.315l-.417-.72l1.967-1.139c2.4-1.389%203.397-4.586%201.982-6.97c-1.388-2.34-4.075-2.434-6.788-1.773l-1.526.447c-1.592.466-3.026-1.097-2.426-2.643l.816-2.101c.408-1.052.873-2.08%201.32-3.117c.917-2.125%201.105-4.2-.474-5.847c-1.963-2.049-5.3-1.904-7.307.102l-1.584%201.584l-.588-.588l-.996-.996c-2.01-2.01-5.355-2.15-7.317-.092c-1.569%201.645-1.386%203.683-.467%205.823c.45%201.048.919%202.089%201.332%203.153l.788%202.03c.604%201.555-.85%203.122-2.446%202.637l-1.29-.392c-2.713-.66-5.4-.567-6.788%201.772c-1.415%202.385-.418%205.582%201.981%206.971l1.967%201.14l-.416.719l-.762%201.315c-1.371%202.369-.685%205.47%201.658%206.886c2.411%201.456%204.92.473%206.903-1.765z%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%20stroke-miterlimit%3D%2210%22%20d%3D%22M35.76%2038.94a2%202%200%200%201%202.936%200l5.069%205.48c1.983%202.24%204.492%203.222%206.903%201.766c2.343-1.415%203.03-4.517%201.658-6.886l-.762-1.315l-.416-.72l1.967-1.139c2.4-1.389%203.397-4.586%201.982-6.97c-1.388-2.34-4.076-2.434-6.789-1.773l-1.525.447c-1.592.466-3.027-1.097-2.426-2.643l.815-2.101c.409-1.052.873-2.08%201.32-3.117c.918-2.125%201.105-4.2-.473-5.847c-1.963-2.049-5.3-1.904-7.307.102l-1.584%201.584l-.588-.588l-.996-.996c-2.01-2.01-5.356-2.15-7.318-.092c-1.568%201.645-1.386%203.683-.466%205.823c.45%201.048.918%202.089%201.331%203.153l.789%202.03c.603%201.555-.85%203.122-2.446%202.637l-1.29-.392c-2.713-.66-5.4-.567-6.789%201.772c-1.415%202.385-.418%205.582%201.982%206.971l1.967%201.14l-.416.718l-.762%201.316c-1.371%202.369-.685%205.47%201.658%206.886c2.41%201.456%204.92.473%206.903-1.765z%22%2F%3E%3Cpath%20d%3D%22M37.137%2044.052C33.7%2047.6%2029.461%2054.298%2031.308%2064.787%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/shamrock.svg?color=%231a73e8&size=48