spade suit emoji

spade-suit from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.

Name
spade-suit
Set
OpenMoji
Style
Default
Category
Activities
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More activities icons from OpenMoji

Use the spade suit emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#3f3f3f"><path d="M39.4 51.9c.8 3.6 5.4 9.5 7.3 10.3H25.3c1.9-.8 6.6-6.8 7.3-10.3L36 48z"/><path d="M12.3 42c0 7 5.6 12.6 12.6 12.6c4.8 0 9-2.7 11.1-6.6c2.1 3.9 6.3 6.6 11.1 6.6c7 0 12.6-5.6 12.6-12.6c0-3-1-5.7-2.8-7.9L36 8.1l-20.9 26c-1.8 2.1-2.8 4.9-2.8 7.9"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M39.4 52.1c.8 3.6 5.4 9.3 7.3 10.1H25.3c1.9-.8 6.6-6.6 7.3-10.1"/><path d="M12.3 42c0 7 5.6 12.6 12.6 12.6c4.8 0 9-2.7 11.1-6.6c2.1 3.9 6.3 6.6 11.1 6.6c7 0 12.6-5.6 12.6-12.6c0-3-1-5.7-2.8-7.9h0L36 8.1l-20.9 26h0c-1.8 2.1-2.8 4.9-2.8 7.9"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiSpadeSuit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#3f3f3f"><path d="M39.4 51.9c.8 3.6 5.4 9.5 7.3 10.3H25.3c1.9-.8 6.6-6.8 7.3-10.3L36 48z"/><path d="M12.3 42c0 7 5.6 12.6 12.6 12.6c4.8 0 9-2.7 11.1-6.6c2.1 3.9 6.3 6.6 11.1 6.6c7 0 12.6-5.6 12.6-12.6c0-3-1-5.7-2.8-7.9L36 8.1l-20.9 26c-1.8 2.1-2.8 4.9-2.8 7.9"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M39.4 52.1c.8 3.6 5.4 9.3 7.3 10.1H25.3c1.9-.8 6.6-6.6 7.3-10.1"/><path d="M12.3 42c0 7 5.6 12.6 12.6 12.6c4.8 0 9-2.7 11.1-6.6c2.1 3.9 6.3 6.6 11.1 6.6c7 0 12.6-5.6 12.6-12.6c0-3-1-5.7-2.8-7.9h0L36 8.1l-20.9 26h0c-1.8 2.1-2.8 4.9-2.8 7.9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#3f3f3f"><path d="M39.4 51.9c.8 3.6 5.4 9.5 7.3 10.3H25.3c1.9-.8 6.6-6.8 7.3-10.3L36 48z"/><path d="M12.3 42c0 7 5.6 12.6 12.6 12.6c4.8 0 9-2.7 11.1-6.6c2.1 3.9 6.3 6.6 11.1 6.6c7 0 12.6-5.6 12.6-12.6c0-3-1-5.7-2.8-7.9L36 8.1l-20.9 26c-1.8 2.1-2.8 4.9-2.8 7.9"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M39.4 52.1c.8 3.6 5.4 9.3 7.3 10.1H25.3c1.9-.8 6.6-6.6 7.3-10.1"/><path d="M12.3 42c0 7 5.6 12.6 12.6 12.6c4.8 0 9-2.7 11.1-6.6c2.1 3.9 6.3 6.6 11.1 6.6c7 0 12.6-5.6 12.6-12.6c0-3-1-5.7-2.8-7.9h0L36 8.1l-20.9 26h0c-1.8 2.1-2.8 4.9-2.8 7.9"/></g></svg>
</template>

CSS

.icon-spade-suit {
  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%3Cg%20fill%3D%22%233f3f3f%22%3E%3Cpath%20d%3D%22M39.4%2051.9c.8%203.6%205.4%209.5%207.3%2010.3H25.3c1.9-.8%206.6-6.8%207.3-10.3L36%2048z%22%2F%3E%3Cpath%20d%3D%22M12.3%2042c0%207%205.6%2012.6%2012.6%2012.6c4.8%200%209-2.7%2011.1-6.6c2.1%203.9%206.3%206.6%2011.1%206.6c7%200%2012.6-5.6%2012.6-12.6c0-3-1-5.7-2.8-7.9L36%208.1l-20.9%2026c-1.8%202.1-2.8%204.9-2.8%207.9%22%2F%3E%3C%2Fg%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%22M39.4%2052.1c.8%203.6%205.4%209.3%207.3%2010.1H25.3c1.9-.8%206.6-6.6%207.3-10.1%22%2F%3E%3Cpath%20d%3D%22M12.3%2042c0%207%205.6%2012.6%2012.6%2012.6c4.8%200%209-2.7%2011.1-6.6c2.1%203.9%206.3%206.6%2011.1%206.6c7%200%2012.6-5.6%2012.6-12.6c0-3-1-5.7-2.8-7.9h0L36%208.1l-20.9%2026h0c-1.8%202.1-2.8%204.9-2.8%207.9%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%3Cg%20fill%3D%22%233f3f3f%22%3E%3Cpath%20d%3D%22M39.4%2051.9c.8%203.6%205.4%209.5%207.3%2010.3H25.3c1.9-.8%206.6-6.8%207.3-10.3L36%2048z%22%2F%3E%3Cpath%20d%3D%22M12.3%2042c0%207%205.6%2012.6%2012.6%2012.6c4.8%200%209-2.7%2011.1-6.6c2.1%203.9%206.3%206.6%2011.1%206.6c7%200%2012.6-5.6%2012.6-12.6c0-3-1-5.7-2.8-7.9L36%208.1l-20.9%2026c-1.8%202.1-2.8%204.9-2.8%207.9%22%2F%3E%3C%2Fg%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%22M39.4%2052.1c.8%203.6%205.4%209.3%207.3%2010.1H25.3c1.9-.8%206.6-6.6%207.3-10.1%22%2F%3E%3Cpath%20d%3D%22M12.3%2042c0%207%205.6%2012.6%2012.6%2012.6c4.8%200%209-2.7%2011.1-6.6c2.1%203.9%206.3%206.6%2011.1%206.6c7%200%2012.6-5.6%2012.6-12.6c0-3-1-5.7-2.8-7.9h0L36%208.1l-20.9%2026h0c-1.8%202.1-2.8%204.9-2.8%207.9%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/spade-suit.svg?color=%231a73e8&size=48