club-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
club-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the club icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 92a53 53 0 0 0-8.26.65a52 52 0 1 0-95.48 0A53 53 0 0 0 72 92a52 52 0 1 0 31.38 93.48l-11.21 37.37A4 4 0 0 0 96 228h64a4 4 0 0 0 3.83-5.15l-11.21-37.37A52 52 0 1 0 184 92m0 96a43.92 43.92 0 0 1-36.73-19.77a4 4 0 0 0-7.17 3.36L154.62 220h-53.24l14.52-48.41a4 4 0 0 0-7.17-3.36a44 44 0 1 1-21.91-65.67a4 4 0 0 0 4.66-6a44 44 0 1 1 73 0a4 4 0 0 0 4.66 6A44 44 0 1 1 184 188"/></svg>

React

import type { SVGProps } from "react";

export function PhClubThin(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="M184 92a53 53 0 0 0-8.26.65a52 52 0 1 0-95.48 0A53 53 0 0 0 72 92a52 52 0 1 0 31.38 93.48l-11.21 37.37A4 4 0 0 0 96 228h64a4 4 0 0 0 3.83-5.15l-11.21-37.37A52 52 0 1 0 184 92m0 96a43.92 43.92 0 0 1-36.73-19.77a4 4 0 0 0-7.17 3.36L154.62 220h-53.24l14.52-48.41a4 4 0 0 0-7.17-3.36a44 44 0 1 1-21.91-65.67a4 4 0 0 0 4.66-6a44 44 0 1 1 73 0a4 4 0 0 0 4.66 6A44 44 0 1 1 184 188"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 92a53 53 0 0 0-8.26.65a52 52 0 1 0-95.48 0A53 53 0 0 0 72 92a52 52 0 1 0 31.38 93.48l-11.21 37.37A4 4 0 0 0 96 228h64a4 4 0 0 0 3.83-5.15l-11.21-37.37A52 52 0 1 0 184 92m0 96a43.92 43.92 0 0 1-36.73-19.77a4 4 0 0 0-7.17 3.36L154.62 220h-53.24l14.52-48.41a4 4 0 0 0-7.17-3.36a44 44 0 1 1-21.91-65.67a4 4 0 0 0 4.66-6a44 44 0 1 1 73 0a4 4 0 0 0 4.66 6A44 44 0 1 1 184 188"/></svg>
</template>

CSS

.icon-club-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%22M184%2092a53%2053%200%200%200-8.26.65a52%2052%200%201%200-95.48%200A53%2053%200%200%200%2072%2092a52%2052%200%201%200%2031.38%2093.48l-11.21%2037.37A4%204%200%200%200%2096%20228h64a4%204%200%200%200%203.83-5.15l-11.21-37.37A52%2052%200%201%200%20184%2092m0%2096a43.92%2043.92%200%200%201-36.73-19.77a4%204%200%200%200-7.17%203.36L154.62%20220h-53.24l14.52-48.41a4%204%200%200%200-7.17-3.36a44%2044%200%201%201-21.91-65.67a4%204%200%200%200%204.66-6a44%2044%200%201%201%2073%200a4%204%200%200%200%204.66%206A44%2044%200%201%201%20184%20188%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%22M184%2092a53%2053%200%200%200-8.26.65a52%2052%200%201%200-95.48%200A53%2053%200%200%200%2072%2092a52%2052%200%201%200%2031.38%2093.48l-11.21%2037.37A4%204%200%200%200%2096%20228h64a4%204%200%200%200%203.83-5.15l-11.21-37.37A52%2052%200%201%200%20184%2092m0%2096a43.92%2043.92%200%200%201-36.73-19.77a4%204%200%200%200-7.17%203.36L154.62%20220h-53.24l14.52-48.41a4%204%200%200%200-7.17-3.36a44%2044%200%201%201-21.91-65.67a4%204%200%200%200%204.66-6a44%2044%200%201%201%2073%200a4%204%200%200%200%204.66%206A44%2044%200%201%201%20184%20188%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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