suit-club from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
suit-club
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 club icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.653 32.3c0 6.071 4.054 10.126 10.101 10.126c2.625 0 5.227-.867 6.914-2.25c-.96 2.554-2.695 4.453-3.703 5.648c-1.453 1.805-.773 4.196 1.781 4.196h14.485c2.554 0 3.234-2.391 1.78-4.196c-1.007-1.195-2.741-3.093-3.679-5.648c1.664 1.383 4.266 2.25 6.89 2.25c6.048 0 10.125-4.055 10.125-10.125c0-5.602-4.57-10.149-10.124-10.149c-1.688 0-3.422.446-4.992 1.22a10.65 10.65 0 0 0 2.882-7.243c0-5.602-4.547-10.149-10.125-10.149c-5.554 0-10.101 4.547-10.101 10.149c0 2.39.82 5.039 2.883 7.242c-1.57-.773-3.305-1.219-5.016-1.219c-5.555 0-10.101 4.547-10.101 10.149m3.328.071c0-3.773 3.047-6.797 6.773-6.797c2.86 0 4.852.938 6.469 1.57c.703.235 1.312.422 1.898.422c.844 0 1.664-.562 1.664-1.64a2.65 2.65 0 0 0-.656-1.711c-2.11-2.438-3.914-4.36-3.914-8.016a6.767 6.767 0 0 1 6.773-6.797a6.787 6.787 0 0 1 6.797 6.797c0 3.656-1.828 5.578-3.937 8.016c-.399.492-.656 1.101-.656 1.71c0 1.079.843 1.641 1.664 1.641c.609 0 1.172-.187 1.875-.421c1.617-.61 3.609-1.57 6.492-1.57c3.726 0 6.797 3.023 6.797 6.796c0 4.055-2.72 6.727-6.797 6.727c-2.836 0-5.555-1.125-7.102-2.532c-1.406-1.242-3.445-.656-3.351 1.477c.258 2.414 1.875 6.023 3.539 8.016c.328.398.14.726-.211.726H22.902c-.375 0-.562-.328-.234-.726c1.664-1.993 3.281-5.602 3.54-8.016c.093-2.133-1.946-2.719-3.352-1.477c-1.547 1.407-4.266 2.532-7.102 2.532c-4.078 0-6.773-2.672-6.773-6.727"/></svg>

React

import type { SVGProps } from "react";

export function F7SuitClub(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="M5.653 32.3c0 6.071 4.054 10.126 10.101 10.126c2.625 0 5.227-.867 6.914-2.25c-.96 2.554-2.695 4.453-3.703 5.648c-1.453 1.805-.773 4.196 1.781 4.196h14.485c2.554 0 3.234-2.391 1.78-4.196c-1.007-1.195-2.741-3.093-3.679-5.648c1.664 1.383 4.266 2.25 6.89 2.25c6.048 0 10.125-4.055 10.125-10.125c0-5.602-4.57-10.149-10.124-10.149c-1.688 0-3.422.446-4.992 1.22a10.65 10.65 0 0 0 2.882-7.243c0-5.602-4.547-10.149-10.125-10.149c-5.554 0-10.101 4.547-10.101 10.149c0 2.39.82 5.039 2.883 7.242c-1.57-.773-3.305-1.219-5.016-1.219c-5.555 0-10.101 4.547-10.101 10.149m3.328.071c0-3.773 3.047-6.797 6.773-6.797c2.86 0 4.852.938 6.469 1.57c.703.235 1.312.422 1.898.422c.844 0 1.664-.562 1.664-1.64a2.65 2.65 0 0 0-.656-1.711c-2.11-2.438-3.914-4.36-3.914-8.016a6.767 6.767 0 0 1 6.773-6.797a6.787 6.787 0 0 1 6.797 6.797c0 3.656-1.828 5.578-3.937 8.016c-.399.492-.656 1.101-.656 1.71c0 1.079.843 1.641 1.664 1.641c.609 0 1.172-.187 1.875-.421c1.617-.61 3.609-1.57 6.492-1.57c3.726 0 6.797 3.023 6.797 6.796c0 4.055-2.72 6.727-6.797 6.727c-2.836 0-5.555-1.125-7.102-2.532c-1.406-1.242-3.445-.656-3.351 1.477c.258 2.414 1.875 6.023 3.539 8.016c.328.398.14.726-.211.726H22.902c-.375 0-.562-.328-.234-.726c1.664-1.993 3.281-5.602 3.54-8.016c.093-2.133-1.946-2.719-3.352-1.477c-1.547 1.407-4.266 2.532-7.102 2.532c-4.078 0-6.773-2.672-6.773-6.727"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.653 32.3c0 6.071 4.054 10.126 10.101 10.126c2.625 0 5.227-.867 6.914-2.25c-.96 2.554-2.695 4.453-3.703 5.648c-1.453 1.805-.773 4.196 1.781 4.196h14.485c2.554 0 3.234-2.391 1.78-4.196c-1.007-1.195-2.741-3.093-3.679-5.648c1.664 1.383 4.266 2.25 6.89 2.25c6.048 0 10.125-4.055 10.125-10.125c0-5.602-4.57-10.149-10.124-10.149c-1.688 0-3.422.446-4.992 1.22a10.65 10.65 0 0 0 2.882-7.243c0-5.602-4.547-10.149-10.125-10.149c-5.554 0-10.101 4.547-10.101 10.149c0 2.39.82 5.039 2.883 7.242c-1.57-.773-3.305-1.219-5.016-1.219c-5.555 0-10.101 4.547-10.101 10.149m3.328.071c0-3.773 3.047-6.797 6.773-6.797c2.86 0 4.852.938 6.469 1.57c.703.235 1.312.422 1.898.422c.844 0 1.664-.562 1.664-1.64a2.65 2.65 0 0 0-.656-1.711c-2.11-2.438-3.914-4.36-3.914-8.016a6.767 6.767 0 0 1 6.773-6.797a6.787 6.787 0 0 1 6.797 6.797c0 3.656-1.828 5.578-3.937 8.016c-.399.492-.656 1.101-.656 1.71c0 1.079.843 1.641 1.664 1.641c.609 0 1.172-.187 1.875-.421c1.617-.61 3.609-1.57 6.492-1.57c3.726 0 6.797 3.023 6.797 6.796c0 4.055-2.72 6.727-6.797 6.727c-2.836 0-5.555-1.125-7.102-2.532c-1.406-1.242-3.445-.656-3.351 1.477c.258 2.414 1.875 6.023 3.539 8.016c.328.398.14.726-.211.726H22.902c-.375 0-.562-.328-.234-.726c1.664-1.993 3.281-5.602 3.54-8.016c.093-2.133-1.946-2.719-3.352-1.477c-1.547 1.407-4.266 2.532-7.102 2.532c-4.078 0-6.773-2.672-6.773-6.727"/></svg>
</template>

CSS

.icon-suit-club {
  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%22M5.653%2032.3c0%206.071%204.054%2010.126%2010.101%2010.126c2.625%200%205.227-.867%206.914-2.25c-.96%202.554-2.695%204.453-3.703%205.648c-1.453%201.805-.773%204.196%201.781%204.196h14.485c2.554%200%203.234-2.391%201.78-4.196c-1.007-1.195-2.741-3.093-3.679-5.648c1.664%201.383%204.266%202.25%206.89%202.25c6.048%200%2010.125-4.055%2010.125-10.125c0-5.602-4.57-10.149-10.124-10.149c-1.688%200-3.422.446-4.992%201.22a10.65%2010.65%200%200%200%202.882-7.243c0-5.602-4.547-10.149-10.125-10.149c-5.554%200-10.101%204.547-10.101%2010.149c0%202.39.82%205.039%202.883%207.242c-1.57-.773-3.305-1.219-5.016-1.219c-5.555%200-10.101%204.547-10.101%2010.149m3.328.071c0-3.773%203.047-6.797%206.773-6.797c2.86%200%204.852.938%206.469%201.57c.703.235%201.312.422%201.898.422c.844%200%201.664-.562%201.664-1.64a2.65%202.65%200%200%200-.656-1.711c-2.11-2.438-3.914-4.36-3.914-8.016a6.767%206.767%200%200%201%206.773-6.797a6.787%206.787%200%200%201%206.797%206.797c0%203.656-1.828%205.578-3.937%208.016c-.399.492-.656%201.101-.656%201.71c0%201.079.843%201.641%201.664%201.641c.609%200%201.172-.187%201.875-.421c1.617-.61%203.609-1.57%206.492-1.57c3.726%200%206.797%203.023%206.797%206.796c0%204.055-2.72%206.727-6.797%206.727c-2.836%200-5.555-1.125-7.102-2.532c-1.406-1.242-3.445-.656-3.351%201.477c.258%202.414%201.875%206.023%203.539%208.016c.328.398.14.726-.211.726H22.902c-.375%200-.562-.328-.234-.726c1.664-1.993%203.281-5.602%203.54-8.016c.093-2.133-1.946-2.719-3.352-1.477c-1.547%201.407-4.266%202.532-7.102%202.532c-4.078%200-6.773-2.672-6.773-6.727%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%22M5.653%2032.3c0%206.071%204.054%2010.126%2010.101%2010.126c2.625%200%205.227-.867%206.914-2.25c-.96%202.554-2.695%204.453-3.703%205.648c-1.453%201.805-.773%204.196%201.781%204.196h14.485c2.554%200%203.234-2.391%201.78-4.196c-1.007-1.195-2.741-3.093-3.679-5.648c1.664%201.383%204.266%202.25%206.89%202.25c6.048%200%2010.125-4.055%2010.125-10.125c0-5.602-4.57-10.149-10.124-10.149c-1.688%200-3.422.446-4.992%201.22a10.65%2010.65%200%200%200%202.882-7.243c0-5.602-4.547-10.149-10.125-10.149c-5.554%200-10.101%204.547-10.101%2010.149c0%202.39.82%205.039%202.883%207.242c-1.57-.773-3.305-1.219-5.016-1.219c-5.555%200-10.101%204.547-10.101%2010.149m3.328.071c0-3.773%203.047-6.797%206.773-6.797c2.86%200%204.852.938%206.469%201.57c.703.235%201.312.422%201.898.422c.844%200%201.664-.562%201.664-1.64a2.65%202.65%200%200%200-.656-1.711c-2.11-2.438-3.914-4.36-3.914-8.016a6.767%206.767%200%200%201%206.773-6.797a6.787%206.787%200%200%201%206.797%206.797c0%203.656-1.828%205.578-3.937%208.016c-.399.492-.656%201.101-.656%201.71c0%201.079.843%201.641%201.664%201.641c.609%200%201.172-.187%201.875-.421c1.617-.61%203.609-1.57%206.492-1.57c3.726%200%206.797%203.023%206.797%206.796c0%204.055-2.72%206.727-6.797%206.727c-2.836%200-5.555-1.125-7.102-2.532c-1.406-1.242-3.445-.656-3.351%201.477c.258%202.414%201.875%206.023%203.539%208.016c.328.398.14.726-.211.726H22.902c-.375%200-.562-.328-.234-.726c1.664-1.993%203.281-5.602%203.54-8.016c.093-2.133-1.946-2.719-3.352-1.477c-1.547%201.407-4.266%202.532-7.102%202.532c-4.078%200-6.773-2.672-6.773-6.727%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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