spade-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
spade-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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-linejoin="round" stroke-width="2" d="M10.095 18.166c-3.186 1.21-6.684-1.683-6.593-5.645c.065-2.845 2.321-5.584 6.79-8.181c.703-.41 1.197-.69 1.467-.842a.49.49 0 0 1 .482 0c.27.152.764.433 1.467.842c4.469 2.597 6.725 5.336 6.79 8.181c.09 3.962-3.407 6.854-6.593 5.645c.284 1.062.644 2.084 1.095 2.835H9c.45-.751.81-1.773 1.095-2.835Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSpadeLine(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" strokeLinejoin="round" strokeWidth="2" d="M10.095 18.166c-3.186 1.21-6.684-1.683-6.593-5.645c.065-2.845 2.321-5.584 6.79-8.181c.703-.41 1.197-.69 1.467-.842a.49.49 0 0 1 .482 0c.27.152.764.433 1.467.842c4.469 2.597 6.725 5.336 6.79 8.181c.09 3.962-3.407 6.854-6.593 5.645c.284 1.062.644 2.084 1.095 2.835H9c.45-.751.81-1.773 1.095-2.835Z"/></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-linejoin="round" stroke-width="2" d="M10.095 18.166c-3.186 1.21-6.684-1.683-6.593-5.645c.065-2.845 2.321-5.584 6.79-8.181c.703-.41 1.197-.69 1.467-.842a.49.49 0 0 1 .482 0c.27.152.764.433 1.467.842c4.469 2.597 6.725 5.336 6.79 8.181c.09 3.962-3.407 6.854-6.593 5.645c.284 1.062.644 2.084 1.095 2.835H9c.45-.751.81-1.773 1.095-2.835Z"/></svg>
</template>

CSS

.icon-spade-line {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.095%2018.166c-3.186%201.21-6.684-1.683-6.593-5.645c.065-2.845%202.321-5.584%206.79-8.181c.703-.41%201.197-.69%201.467-.842a.49.49%200%200%201%20.482%200c.27.152.764.433%201.467.842c4.469%202.597%206.725%205.336%206.79%208.181c.09%203.962-3.407%206.854-6.593%205.645c.284%201.062.644%202.084%201.095%202.835H9c.45-.751.81-1.773%201.095-2.835Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.095%2018.166c-3.186%201.21-6.684-1.683-6.593-5.645c.065-2.845%202.321-5.584%206.79-8.181c.703-.41%201.197-.69%201.467-.842a.49.49%200%200%201%20.482%200c.27.152.764.433%201.467.842c4.469%202.597%206.725%205.336%206.79%208.181c.09%203.962-3.407%206.854-6.593%205.645c.284%201.062.644%202.084%201.095%202.835H9c.45-.751.81-1.773%201.095-2.835Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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