spade from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
spade
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the spade icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.367 21.4c.176-.28-.051-.729-.505-1.625c-.241-.476-1.578-2.883-1.115-3.365c.121-.126.55-.02 1.405.195c1.255.316 2.87.205 4.268-.834C24.721 11.837 15.175 2 11.992 2s-12.73 9.837-7.428 13.771c1.399 1.039 3.013 1.15 4.269.834c.855-.214 1.283-.321 1.404-.195c.464.482-.873 2.89-1.114 3.365c-.454.896-.681 1.344-.506 1.624c.415.66 6.164.931 6.75 0"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSpade(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15.367 21.4c.176-.28-.051-.729-.505-1.625c-.241-.476-1.578-2.883-1.115-3.365c.121-.126.55-.02 1.405.195c1.255.316 2.87.205 4.268-.834C24.721 11.837 15.175 2 11.992 2s-12.73 9.837-7.428 13.771c1.399 1.039 3.013 1.15 4.269.834c.855-.214 1.283-.321 1.404-.195c.464.482-.873 2.89-1.114 3.365c-.454.896-.681 1.344-.506 1.624c.415.66 6.164.931 6.75 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.367 21.4c.176-.28-.051-.729-.505-1.625c-.241-.476-1.578-2.883-1.115-3.365c.121-.126.55-.02 1.405.195c1.255.316 2.87.205 4.268-.834C24.721 11.837 15.175 2 11.992 2s-12.73 9.837-7.428 13.771c1.399 1.039 3.013 1.15 4.269.834c.855-.214 1.283-.321 1.404-.195c.464.482-.873 2.89-1.114 3.365c-.454.896-.681 1.344-.506 1.624c.415.66 6.164.931 6.75 0"/></svg>
</template>

CSS

.icon-spade {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.367%2021.4c.176-.28-.051-.729-.505-1.625c-.241-.476-1.578-2.883-1.115-3.365c.121-.126.55-.02%201.405.195c1.255.316%202.87.205%204.268-.834C24.721%2011.837%2015.175%202%2011.992%202s-12.73%209.837-7.428%2013.771c1.399%201.039%203.013%201.15%204.269.834c.855-.214%201.283-.321%201.404-.195c.464.482-.873%202.89-1.114%203.365c-.454.896-.681%201.344-.506%201.624c.415.66%206.164.931%206.75%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.367%2021.4c.176-.28-.051-.729-.505-1.625c-.241-.476-1.578-2.883-1.115-3.365c.121-.126.55-.02%201.405.195c1.255.316%202.87.205%204.268-.834C24.721%2011.837%2015.175%202%2011.992%202s-12.73%209.837-7.428%2013.771c1.399%201.039%203.013%201.15%204.269.834c.855-.214%201.283-.321%201.404-.195c.464.482-.873%202.89-1.114%203.365c-.454.896-.681%201.344-.506%201.624c.415.66%206.164.931%206.75%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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