spade from Unicons by Iconscout · Line · Sports · Apache-2.0 Free for personal and commercial use.

Name
spade
Set
Unicons
Style
Line
Category
Sports
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More sports icons from Unicons

Use the spade icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.06 12.28a5.7 5.7 0 0 0-1.67-4L14 2.81a2.83 2.83 0 0 0-4 0L4.61 8.23a5.7 5.7 0 0 0-1.67 4A5.7 5.7 0 0 0 8.66 18a6.9 6.9 0 0 1-1.23 2.37A1 1 0 0 0 8.24 22h7.52a1 1 0 0 0 .78-1.63A6.8 6.8 0 0 1 15.31 18a5.69 5.69 0 0 0 5.75-5.71ZM18 14.91a3.78 3.78 0 0 1-3.66.95a1 1 0 0 0-.17 0h-.2a1.4 1.4 0 0 0-.22.06h-.15a.7.7 0 0 0-.13.11a.8.8 0 0 0-.17.14a.6.6 0 0 1-.06.11a3 3 0 0 0-.12.23a1 1 0 0 0 0 .18v.18a8.8 8.8 0 0 0 .82 3.13h-3.88a8.6 8.6 0 0 0 .88-3v-.19a1 1 0 0 0 0-.18a1 1 0 0 0-.13-.24a.5.5 0 0 0-.06-.1a.5.5 0 0 0-.16-.14a1 1 0 0 0-.13-.11h-.14a1 1 0 0 0-.23-.07H9.9a1 1 0 0 0-.18 0A3.81 3.81 0 0 1 6 14.91a3.75 3.75 0 0 1-1.09-2.63A3.7 3.7 0 0 1 6 9.65l5.4-5.42a.81.81 0 0 1 1.13 0L18 9.65a3.7 3.7 0 0 1 1.09 2.63A3.78 3.78 0 0 1 18 14.91"/></svg>

React

import type { SVGProps } from "react";

export function UilSpade(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.06 12.28a5.7 5.7 0 0 0-1.67-4L14 2.81a2.83 2.83 0 0 0-4 0L4.61 8.23a5.7 5.7 0 0 0-1.67 4A5.7 5.7 0 0 0 8.66 18a6.9 6.9 0 0 1-1.23 2.37A1 1 0 0 0 8.24 22h7.52a1 1 0 0 0 .78-1.63A6.8 6.8 0 0 1 15.31 18a5.69 5.69 0 0 0 5.75-5.71ZM18 14.91a3.78 3.78 0 0 1-3.66.95a1 1 0 0 0-.17 0h-.2a1.4 1.4 0 0 0-.22.06h-.15a.7.7 0 0 0-.13.11a.8.8 0 0 0-.17.14a.6.6 0 0 1-.06.11a3 3 0 0 0-.12.23a1 1 0 0 0 0 .18v.18a8.8 8.8 0 0 0 .82 3.13h-3.88a8.6 8.6 0 0 0 .88-3v-.19a1 1 0 0 0 0-.18a1 1 0 0 0-.13-.24a.5.5 0 0 0-.06-.1a.5.5 0 0 0-.16-.14a1 1 0 0 0-.13-.11h-.14a1 1 0 0 0-.23-.07H9.9a1 1 0 0 0-.18 0A3.81 3.81 0 0 1 6 14.91a3.75 3.75 0 0 1-1.09-2.63A3.7 3.7 0 0 1 6 9.65l5.4-5.42a.81.81 0 0 1 1.13 0L18 9.65a3.7 3.7 0 0 1 1.09 2.63A3.78 3.78 0 0 1 18 14.91"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.06 12.28a5.7 5.7 0 0 0-1.67-4L14 2.81a2.83 2.83 0 0 0-4 0L4.61 8.23a5.7 5.7 0 0 0-1.67 4A5.7 5.7 0 0 0 8.66 18a6.9 6.9 0 0 1-1.23 2.37A1 1 0 0 0 8.24 22h7.52a1 1 0 0 0 .78-1.63A6.8 6.8 0 0 1 15.31 18a5.69 5.69 0 0 0 5.75-5.71ZM18 14.91a3.78 3.78 0 0 1-3.66.95a1 1 0 0 0-.17 0h-.2a1.4 1.4 0 0 0-.22.06h-.15a.7.7 0 0 0-.13.11a.8.8 0 0 0-.17.14a.6.6 0 0 1-.06.11a3 3 0 0 0-.12.23a1 1 0 0 0 0 .18v.18a8.8 8.8 0 0 0 .82 3.13h-3.88a8.6 8.6 0 0 0 .88-3v-.19a1 1 0 0 0 0-.18a1 1 0 0 0-.13-.24a.5.5 0 0 0-.06-.1a.5.5 0 0 0-.16-.14a1 1 0 0 0-.13-.11h-.14a1 1 0 0 0-.23-.07H9.9a1 1 0 0 0-.18 0A3.81 3.81 0 0 1 6 14.91a3.75 3.75 0 0 1-1.09-2.63A3.7 3.7 0 0 1 6 9.65l5.4-5.42a.81.81 0 0 1 1.13 0L18 9.65a3.7 3.7 0 0 1 1.09 2.63A3.78 3.78 0 0 1 18 14.91"/></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%22currentColor%22%20d%3D%22M21.06%2012.28a5.7%205.7%200%200%200-1.67-4L14%202.81a2.83%202.83%200%200%200-4%200L4.61%208.23a5.7%205.7%200%200%200-1.67%204A5.7%205.7%200%200%200%208.66%2018a6.9%206.9%200%200%201-1.23%202.37A1%201%200%200%200%208.24%2022h7.52a1%201%200%200%200%20.78-1.63A6.8%206.8%200%200%201%2015.31%2018a5.69%205.69%200%200%200%205.75-5.71ZM18%2014.91a3.78%203.78%200%200%201-3.66.95a1%201%200%200%200-.17%200h-.2a1.4%201.4%200%200%200-.22.06h-.15a.7.7%200%200%200-.13.11a.8.8%200%200%200-.17.14a.6.6%200%200%201-.06.11a3%203%200%200%200-.12.23a1%201%200%200%200%200%20.18v.18a8.8%208.8%200%200%200%20.82%203.13h-3.88a8.6%208.6%200%200%200%20.88-3v-.19a1%201%200%200%200%200-.18a1%201%200%200%200-.13-.24a.5.5%200%200%200-.06-.1a.5.5%200%200%200-.16-.14a1%201%200%200%200-.13-.11h-.14a1%201%200%200%200-.23-.07H9.9a1%201%200%200%200-.18%200A3.81%203.81%200%200%201%206%2014.91a3.75%203.75%200%200%201-1.09-2.63A3.7%203.7%200%200%201%206%209.65l5.4-5.42a.81.81%200%200%201%201.13%200L18%209.65a3.7%203.7%200%200%201%201.09%202.63A3.78%203.78%200%200%201%2018%2014.91%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%22currentColor%22%20d%3D%22M21.06%2012.28a5.7%205.7%200%200%200-1.67-4L14%202.81a2.83%202.83%200%200%200-4%200L4.61%208.23a5.7%205.7%200%200%200-1.67%204A5.7%205.7%200%200%200%208.66%2018a6.9%206.9%200%200%201-1.23%202.37A1%201%200%200%200%208.24%2022h7.52a1%201%200%200%200%20.78-1.63A6.8%206.8%200%200%201%2015.31%2018a5.69%205.69%200%200%200%205.75-5.71ZM18%2014.91a3.78%203.78%200%200%201-3.66.95a1%201%200%200%200-.17%200h-.2a1.4%201.4%200%200%200-.22.06h-.15a.7.7%200%200%200-.13.11a.8.8%200%200%200-.17.14a.6.6%200%200%201-.06.11a3%203%200%200%200-.12.23a1%201%200%200%200%200%20.18v.18a8.8%208.8%200%200%200%20.82%203.13h-3.88a8.6%208.6%200%200%200%20.88-3v-.19a1%201%200%200%200%200-.18a1%201%200%200%200-.13-.24a.5.5%200%200%200-.06-.1a.5.5%200%200%200-.16-.14a1%201%200%200%200-.13-.11h-.14a1%201%200%200%200-.23-.07H9.9a1%201%200%200%200-.18%200A3.81%203.81%200%200%201%206%2014.91a3.75%203.75%200%200%201-1.09-2.63A3.7%203.7%200%200%201%206%209.65l5.4-5.42a.81.81%200%200%201%201.13%200L18%209.65a3.7%203.7%200%200%201%201.09%202.63A3.78%203.78%200%200%201%2018%2014.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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