spades icon
spades from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- spades
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the spades 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.375 21.4c.176-.28-.051-.729-.505-1.625c-.241-.476-1.578-2.883-1.115-3.365c.121-.126.549-.02 1.404.195c1.256.316 2.87.205 4.27-.834C24.728 11.837 15.182 2 12 2S-.73 11.837 4.572 15.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.115 3.365c-.454.896-.68 1.344-.505 1.624c.415.66 6.164.931 6.75 0"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSpades(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.375 21.4c.176-.28-.051-.729-.505-1.625c-.241-.476-1.578-2.883-1.115-3.365c.121-.126.549-.02 1.404.195c1.256.316 2.87.205 4.27-.834C24.728 11.837 15.182 2 12 2S-.73 11.837 4.572 15.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.115 3.365c-.454.896-.68 1.344-.505 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.375 21.4c.176-.28-.051-.729-.505-1.625c-.241-.476-1.578-2.883-1.115-3.365c.121-.126.549-.02 1.404.195c1.256.316 2.87.205 4.27-.834C24.728 11.837 15.182 2 12 2S-.73 11.837 4.572 15.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.115 3.365c-.454.896-.68 1.344-.505 1.624c.415.66 6.164.931 6.75 0"/></svg> </template>
CSS
.icon-spades {
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.375%2021.4c.176-.28-.051-.729-.505-1.625c-.241-.476-1.578-2.883-1.115-3.365c.121-.126.549-.02%201.404.195c1.256.316%202.87.205%204.27-.834C24.728%2011.837%2015.182%202%2012%202S-.73%2011.837%204.572%2015.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.115%203.365c-.454.896-.68%201.344-.505%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.375%2021.4c.176-.28-.051-.729-.505-1.625c-.241-.476-1.578-2.883-1.115-3.365c.121-.126.549-.02%201.404.195c1.256.316%202.87.205%204.27-.834C24.728%2011.837%2015.182%202%2012%202S-.73%2011.837%204.572%2015.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.115%203.365c-.454.896-.68%201.344-.505%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/spades.svg?color=%231a73e8&size=48