suit spade icon
suit-spade from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- suit-spade
- Set
- Framework7 Icons
- Style
- Outline
- 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 32.98c0 5.954 3.984 9.938 9.937 9.938c2.602 0 5.016-.89 6.703-2.25c-.937 2.531-2.671 4.453-3.68 5.625c-1.452 1.805-.773 4.195 1.782 4.195H35.23c2.555 0 3.235-2.39 1.782-4.195c-1.008-1.172-2.742-3.094-3.68-5.625c1.688 1.36 4.125 2.25 6.703 2.25c5.977 0 9.961-3.984 9.961-9.937c0-9.891-14.016-14.743-19.71-25.758c-.493-.961-1.032-1.711-2.298-1.711c-1.265 0-1.781.75-2.297 1.71C19.996 18.239 6.004 23.09 6.004 32.98m3.445-.046c0-7.899 13.031-11.766 18.54-23.602C33.495 21.168 46.55 25.035 46.55 32.934c0 4.054-2.696 6.726-6.75 6.726c-2.836 0-5.133-1.219-6.68-2.625c-1.406-1.242-3.445-.656-3.352 1.477c.258 2.414 1.875 6.023 3.54 8.015c.328.399.14.727-.212.727H22.902c-.375 0-.562-.328-.234-.727c1.664-1.992 3.281-5.601 3.539-8.015c.094-2.133-1.945-2.72-3.352-1.477c-1.547 1.406-3.843 2.625-6.68 2.625c-4.054 0-6.726-2.672-6.726-6.726"/></svg>
React
import type { SVGProps } from "react";
export function F7SuitSpade(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 32.98c0 5.954 3.984 9.938 9.937 9.938c2.602 0 5.016-.89 6.703-2.25c-.937 2.531-2.671 4.453-3.68 5.625c-1.452 1.805-.773 4.195 1.782 4.195H35.23c2.555 0 3.235-2.39 1.782-4.195c-1.008-1.172-2.742-3.094-3.68-5.625c1.688 1.36 4.125 2.25 6.703 2.25c5.977 0 9.961-3.984 9.961-9.937c0-9.891-14.016-14.743-19.71-25.758c-.493-.961-1.032-1.711-2.298-1.711c-1.265 0-1.781.75-2.297 1.71C19.996 18.239 6.004 23.09 6.004 32.98m3.445-.046c0-7.899 13.031-11.766 18.54-23.602C33.495 21.168 46.55 25.035 46.55 32.934c0 4.054-2.696 6.726-6.75 6.726c-2.836 0-5.133-1.219-6.68-2.625c-1.406-1.242-3.445-.656-3.352 1.477c.258 2.414 1.875 6.023 3.54 8.015c.328.399.14.727-.212.727H22.902c-.375 0-.562-.328-.234-.727c1.664-1.992 3.281-5.601 3.539-8.015c.094-2.133-1.945-2.72-3.352-1.477c-1.547 1.406-3.843 2.625-6.68 2.625c-4.054 0-6.726-2.672-6.726-6.726"/></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 32.98c0 5.954 3.984 9.938 9.937 9.938c2.602 0 5.016-.89 6.703-2.25c-.937 2.531-2.671 4.453-3.68 5.625c-1.452 1.805-.773 4.195 1.782 4.195H35.23c2.555 0 3.235-2.39 1.782-4.195c-1.008-1.172-2.742-3.094-3.68-5.625c1.688 1.36 4.125 2.25 6.703 2.25c5.977 0 9.961-3.984 9.961-9.937c0-9.891-14.016-14.743-19.71-25.758c-.493-.961-1.032-1.711-2.298-1.711c-1.265 0-1.781.75-2.297 1.71C19.996 18.239 6.004 23.09 6.004 32.98m3.445-.046c0-7.899 13.031-11.766 18.54-23.602C33.495 21.168 46.55 25.035 46.55 32.934c0 4.054-2.696 6.726-6.75 6.726c-2.836 0-5.133-1.219-6.68-2.625c-1.406-1.242-3.445-.656-3.352 1.477c.258 2.414 1.875 6.023 3.54 8.015c.328.399.14.727-.212.727H22.902c-.375 0-.562-.328-.234-.727c1.664-1.992 3.281-5.601 3.539-8.015c.094-2.133-1.945-2.72-3.352-1.477c-1.547 1.406-3.843 2.625-6.68 2.625c-4.054 0-6.726-2.672-6.726-6.726"/></svg> </template>
CSS
.icon-suit-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.004%2032.98c0%205.954%203.984%209.938%209.937%209.938c2.602%200%205.016-.89%206.703-2.25c-.937%202.531-2.671%204.453-3.68%205.625c-1.452%201.805-.773%204.195%201.782%204.195H35.23c2.555%200%203.235-2.39%201.782-4.195c-1.008-1.172-2.742-3.094-3.68-5.625c1.688%201.36%204.125%202.25%206.703%202.25c5.977%200%209.961-3.984%209.961-9.937c0-9.891-14.016-14.743-19.71-25.758c-.493-.961-1.032-1.711-2.298-1.711c-1.265%200-1.781.75-2.297%201.71C19.996%2018.239%206.004%2023.09%206.004%2032.98m3.445-.046c0-7.899%2013.031-11.766%2018.54-23.602C33.495%2021.168%2046.55%2025.035%2046.55%2032.934c0%204.054-2.696%206.726-6.75%206.726c-2.836%200-5.133-1.219-6.68-2.625c-1.406-1.242-3.445-.656-3.352%201.477c.258%202.414%201.875%206.023%203.54%208.015c.328.399.14.727-.212.727H22.902c-.375%200-.562-.328-.234-.727c1.664-1.992%203.281-5.601%203.539-8.015c.094-2.133-1.945-2.72-3.352-1.477c-1.547%201.406-3.843%202.625-6.68%202.625c-4.054%200-6.726-2.672-6.726-6.726%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%2032.98c0%205.954%203.984%209.938%209.937%209.938c2.602%200%205.016-.89%206.703-2.25c-.937%202.531-2.671%204.453-3.68%205.625c-1.452%201.805-.773%204.195%201.782%204.195H35.23c2.555%200%203.235-2.39%201.782-4.195c-1.008-1.172-2.742-3.094-3.68-5.625c1.688%201.36%204.125%202.25%206.703%202.25c5.977%200%209.961-3.984%209.961-9.937c0-9.891-14.016-14.743-19.71-25.758c-.493-.961-1.032-1.711-2.298-1.711c-1.265%200-1.781.75-2.297%201.71C19.996%2018.239%206.004%2023.09%206.004%2032.98m3.445-.046c0-7.899%2013.031-11.766%2018.54-23.602C33.495%2021.168%2046.55%2025.035%2046.55%2032.934c0%204.054-2.696%206.726-6.75%206.726c-2.836%200-5.133-1.219-6.68-2.625c-1.406-1.242-3.445-.656-3.352%201.477c.258%202.414%201.875%206.023%203.54%208.015c.328.399.14.727-.212.727H22.902c-.375%200-.562-.328-.234-.727c1.664-1.992%203.281-5.601%203.539-8.015c.094-2.133-1.945-2.72-3.352-1.477c-1.547%201.406-3.843%202.625-6.68%202.625c-4.054%200-6.726-2.672-6.726-6.726%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/suit-spade.svg?color=%231a73e8&size=48