club from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
club
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M15.938 7c0 2.21-2.954 5-3.938 5S8.063 9.21 8.063 7S9.825 3 12 3s3.938 1.79 3.938 4Z"/><path d="M12 13.688c0 .984-2.79 3.937-5 3.937s-4-1.763-4-3.937S4.79 9.75 7 9.75s5 2.953 5 3.938Zm9 0c0 2.174-1.79 3.937-4 3.937s-5-2.953-5-3.937c0-.985 2.79-3.938 5-3.938s4 1.763 4 3.938Z"/><path stroke-linecap="round" d="M12 14.25v3.375c0 .814 0 1.22-.094 1.554a2.5 2.5 0 0 1-1.727 1.727C9.846 21 9.439 21 8.625 21M12 14.25v3.375c0 .814 0 1.22.094 1.554a2.5 2.5 0 0 0 1.727 1.727c.333.094.74.094 1.554.094M9.75 21h4.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsClub(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M15.938 7c0 2.21-2.954 5-3.938 5S8.063 9.21 8.063 7S9.825 3 12 3s3.938 1.79 3.938 4Z"/><path d="M12 13.688c0 .984-2.79 3.937-5 3.937s-4-1.763-4-3.937S4.79 9.75 7 9.75s5 2.953 5 3.938Zm9 0c0 2.174-1.79 3.937-4 3.937s-5-2.953-5-3.937c0-.985 2.79-3.938 5-3.938s4 1.763 4 3.938Z"/><path strokeLinecap="round" d="M12 14.25v3.375c0 .814 0 1.22-.094 1.554a2.5 2.5 0 0 1-1.727 1.727C9.846 21 9.439 21 8.625 21M12 14.25v3.375c0 .814 0 1.22.094 1.554a2.5 2.5 0 0 0 1.727 1.727c.333.094.74.094 1.554.094M9.75 21h4.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M15.938 7c0 2.21-2.954 5-3.938 5S8.063 9.21 8.063 7S9.825 3 12 3s3.938 1.79 3.938 4Z"/><path d="M12 13.688c0 .984-2.79 3.937-5 3.937s-4-1.763-4-3.937S4.79 9.75 7 9.75s5 2.953 5 3.938Zm9 0c0 2.174-1.79 3.937-4 3.937s-5-2.953-5-3.937c0-.985 2.79-3.938 5-3.938s4 1.763 4 3.938Z"/><path stroke-linecap="round" d="M12 14.25v3.375c0 .814 0 1.22-.094 1.554a2.5 2.5 0 0 1-1.727 1.727C9.846 21 9.439 21 8.625 21M12 14.25v3.375c0 .814 0 1.22.094 1.554a2.5 2.5 0 0 0 1.727 1.727c.333.094.74.094 1.554.094M9.75 21h4.5"/></g></svg>
</template>

CSS

.icon-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.938%207c0%202.21-2.954%205-3.938%205S8.063%209.21%208.063%207S9.825%203%2012%203s3.938%201.79%203.938%204Z%22%2F%3E%3Cpath%20d%3D%22M12%2013.688c0%20.984-2.79%203.937-5%203.937s-4-1.763-4-3.937S4.79%209.75%207%209.75s5%202.953%205%203.938Zm9%200c0%202.174-1.79%203.937-4%203.937s-5-2.953-5-3.937c0-.985%202.79-3.938%205-3.938s4%201.763%204%203.938Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2014.25v3.375c0%20.814%200%201.22-.094%201.554a2.5%202.5%200%200%201-1.727%201.727C9.846%2021%209.439%2021%208.625%2021M12%2014.25v3.375c0%20.814%200%201.22.094%201.554a2.5%202.5%200%200%200%201.727%201.727c.333.094.74.094%201.554.094M9.75%2021h4.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.938%207c0%202.21-2.954%205-3.938%205S8.063%209.21%208.063%207S9.825%203%2012%203s3.938%201.79%203.938%204Z%22%2F%3E%3Cpath%20d%3D%22M12%2013.688c0%20.984-2.79%203.937-5%203.937s-4-1.763-4-3.937S4.79%209.75%207%209.75s5%202.953%205%203.938Zm9%200c0%202.174-1.79%203.937-4%203.937s-5-2.953-5-3.937c0-.985%202.79-3.938%205-3.938s4%201.763%204%203.938Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2014.25v3.375c0%20.814%200%201.22-.094%201.554a2.5%202.5%200%200%201-1.727%201.727C9.846%2021%209.439%2021%208.625%2021M12%2014.25v3.375c0%20.814%200%201.22.094%201.554a2.5%202.5%200%200%200%201.727%201.727c.333.094.74.094%201.554.094M9.75%2021h4.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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