suit spade icon
suit-spade-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- suit-spade-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the suit spade icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.004 33.215c0 5.578 4.312 9.914 9.914 9.914c3.117 0 6.305-1.031 7.687-3.773h.235c0 3.117-3.422 5.695-4.805 7.148c-1.687 1.758-.656 4.195 1.523 4.195h14.883c2.156 0 3.188-2.437 1.5-4.195c-1.383-1.453-4.804-4.031-4.804-7.148h.257c1.36 2.742 4.57 3.773 7.665 3.773c5.601 0 9.937-4.336 9.937-9.914c0-10.5-13.969-14.93-19.57-26.227c-.469-.96-1.196-1.687-2.438-1.687s-1.945.726-2.437 1.687C19.949 18.285 6.004 22.715 6.004 33.215"/></svg>
React
import type { SVGProps } from "react";
export function F7SuitSpadeFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.004 33.215c0 5.578 4.312 9.914 9.914 9.914c3.117 0 6.305-1.031 7.687-3.773h.235c0 3.117-3.422 5.695-4.805 7.148c-1.687 1.758-.656 4.195 1.523 4.195h14.883c2.156 0 3.188-2.437 1.5-4.195c-1.383-1.453-4.804-4.031-4.804-7.148h.257c1.36 2.742 4.57 3.773 7.665 3.773c5.601 0 9.937-4.336 9.937-9.914c0-10.5-13.969-14.93-19.57-26.227c-.469-.96-1.196-1.687-2.438-1.687s-1.945.726-2.437 1.687C19.949 18.285 6.004 22.715 6.004 33.215"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.004 33.215c0 5.578 4.312 9.914 9.914 9.914c3.117 0 6.305-1.031 7.687-3.773h.235c0 3.117-3.422 5.695-4.805 7.148c-1.687 1.758-.656 4.195 1.523 4.195h14.883c2.156 0 3.188-2.437 1.5-4.195c-1.383-1.453-4.804-4.031-4.804-7.148h.257c1.36 2.742 4.57 3.773 7.665 3.773c5.601 0 9.937-4.336 9.937-9.914c0-10.5-13.969-14.93-19.57-26.227c-.469-.96-1.196-1.687-2.438-1.687s-1.945.726-2.437 1.687C19.949 18.285 6.004 22.715 6.004 33.215"/></svg> </template>
CSS
.icon-suit-spade-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.004%2033.215c0%205.578%204.312%209.914%209.914%209.914c3.117%200%206.305-1.031%207.687-3.773h.235c0%203.117-3.422%205.695-4.805%207.148c-1.687%201.758-.656%204.195%201.523%204.195h14.883c2.156%200%203.188-2.437%201.5-4.195c-1.383-1.453-4.804-4.031-4.804-7.148h.257c1.36%202.742%204.57%203.773%207.665%203.773c5.601%200%209.937-4.336%209.937-9.914c0-10.5-13.969-14.93-19.57-26.227c-.469-.96-1.196-1.687-2.438-1.687s-1.945.726-2.437%201.687C19.949%2018.285%206.004%2022.715%206.004%2033.215%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.004%2033.215c0%205.578%204.312%209.914%209.914%209.914c3.117%200%206.305-1.031%207.687-3.773h.235c0%203.117-3.422%205.695-4.805%207.148c-1.687%201.758-.656%204.195%201.523%204.195h14.883c2.156%200%203.188-2.437%201.5-4.195c-1.383-1.453-4.804-4.031-4.804-7.148h.257c1.36%202.742%204.57%203.773%207.665%203.773c5.601%200%209.937-4.336%209.937-9.914c0-10.5-13.969-14.93-19.57-26.227c-.469-.96-1.196-1.687-2.438-1.687s-1.945.726-2.437%201.687C19.949%2018.285%206.004%2022.715%206.004%2033.215%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/suit-spade-fill.svg?color=%231a73e8&size=48