spade icon
spade-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- spade-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 256 256"><path fill="currentColor" d="M178.56 52.93a281 281 0 0 0-48.77-32.51a4 4 0 0 0-3.58 0a281 281 0 0 0-48.77 32.51C45.1 79.88 28 108.61 28 136a52 52 0 0 0 76.46 45.89l-12.29 41A4 4 0 0 0 96 228h64a4 4 0 0 0 3.83-5.15l-12.29-41A52 52 0 0 0 228 136c0-27.39-17.1-56.12-49.44-83.07M176 180a44 44 0 0 1-28.92-10.84a4 4 0 0 0-6.46 4.17l14 46.67h-53.24l14-46.67a4 4 0 0 0-6.46-4.17A44 44 0 0 1 36 136c0-56.06 79-100.56 92-107.49c13 6.93 92 51.38 92 107.49a44.05 44.05 0 0 1-44 44"/></svg>
React
import type { SVGProps } from "react";
export function PhSpadeThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M178.56 52.93a281 281 0 0 0-48.77-32.51a4 4 0 0 0-3.58 0a281 281 0 0 0-48.77 32.51C45.1 79.88 28 108.61 28 136a52 52 0 0 0 76.46 45.89l-12.29 41A4 4 0 0 0 96 228h64a4 4 0 0 0 3.83-5.15l-12.29-41A52 52 0 0 0 228 136c0-27.39-17.1-56.12-49.44-83.07M176 180a44 44 0 0 1-28.92-10.84a4 4 0 0 0-6.46 4.17l14 46.67h-53.24l14-46.67a4 4 0 0 0-6.46-4.17A44 44 0 0 1 36 136c0-56.06 79-100.56 92-107.49c13 6.93 92 51.38 92 107.49a44.05 44.05 0 0 1-44 44"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M178.56 52.93a281 281 0 0 0-48.77-32.51a4 4 0 0 0-3.58 0a281 281 0 0 0-48.77 32.51C45.1 79.88 28 108.61 28 136a52 52 0 0 0 76.46 45.89l-12.29 41A4 4 0 0 0 96 228h64a4 4 0 0 0 3.83-5.15l-12.29-41A52 52 0 0 0 228 136c0-27.39-17.1-56.12-49.44-83.07M176 180a44 44 0 0 1-28.92-10.84a4 4 0 0 0-6.46 4.17l14 46.67h-53.24l14-46.67a4 4 0 0 0-6.46-4.17A44 44 0 0 1 36 136c0-56.06 79-100.56 92-107.49c13 6.93 92 51.38 92 107.49a44.05 44.05 0 0 1-44 44"/></svg> </template>
CSS
.icon-spade-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M178.56%2052.93a281%20281%200%200%200-48.77-32.51a4%204%200%200%200-3.58%200a281%20281%200%200%200-48.77%2032.51C45.1%2079.88%2028%20108.61%2028%20136a52%2052%200%200%200%2076.46%2045.89l-12.29%2041A4%204%200%200%200%2096%20228h64a4%204%200%200%200%203.83-5.15l-12.29-41A52%2052%200%200%200%20228%20136c0-27.39-17.1-56.12-49.44-83.07M176%20180a44%2044%200%200%201-28.92-10.84a4%204%200%200%200-6.46%204.17l14%2046.67h-53.24l14-46.67a4%204%200%200%200-6.46-4.17A44%2044%200%200%201%2036%20136c0-56.06%2079-100.56%2092-107.49c13%206.93%2092%2051.38%2092%20107.49a44.05%2044.05%200%200%201-44%2044%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M178.56%2052.93a281%20281%200%200%200-48.77-32.51a4%204%200%200%200-3.58%200a281%20281%200%200%200-48.77%2032.51C45.1%2079.88%2028%20108.61%2028%20136a52%2052%200%200%200%2076.46%2045.89l-12.29%2041A4%204%200%200%200%2096%20228h64a4%204%200%200%200%203.83-5.15l-12.29-41A52%2052%200%200%200%20228%20136c0-27.39-17.1-56.12-49.44-83.07M176%20180a44%2044%200%200%201-28.92-10.84a4%204%200%200%200-6.46%204.17l14%2046.67h-53.24l14-46.67a4%204%200%200%200-6.46-4.17A44%2044%200%200%201%2036%20136c0-56.06%2079-100.56%2092-107.49c13%206.93%2092%2051.38%2092%20107.49a44.05%2044.05%200%200%201-44%2044%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/spade-thin.svg?color=%231a73e8&size=48