club icon
club-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- club-light
- Set
- Phosphor
- Style
- Light
- 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 90q-2.59 0-5.16.24a54 54 0 1 0-101.69 0c-1.7-.16-3.42-.24-5.15-.24a54 54 0 1 0 27.85 100.28l-9.6 32A6 6 0 0 0 96 230h64a6 6 0 0 0 5.75-7.72l-9.6-32A54 54 0 1 0 184 90m0 96a41.92 41.92 0 0 1-35.06-18.87a6 6 0 0 0-10.76 5L151.94 218h-47.88l13.76-45.84a6 6 0 0 0-10.76-5a42 42 0 1 1-20.91-62.69a6 6 0 0 0 7-9a42 42 0 1 1 69.72 0a6 6 0 0 0 7 9A42 42 0 1 1 184 186"/></svg>
React
import type { SVGProps } from "react";
export function PhClubLight(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 90q-2.59 0-5.16.24a54 54 0 1 0-101.69 0c-1.7-.16-3.42-.24-5.15-.24a54 54 0 1 0 27.85 100.28l-9.6 32A6 6 0 0 0 96 230h64a6 6 0 0 0 5.75-7.72l-9.6-32A54 54 0 1 0 184 90m0 96a41.92 41.92 0 0 1-35.06-18.87a6 6 0 0 0-10.76 5L151.94 218h-47.88l13.76-45.84a6 6 0 0 0-10.76-5a42 42 0 1 1-20.91-62.69a6 6 0 0 0 7-9a42 42 0 1 1 69.72 0a6 6 0 0 0 7 9A42 42 0 1 1 184 186"/></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 90q-2.59 0-5.16.24a54 54 0 1 0-101.69 0c-1.7-.16-3.42-.24-5.15-.24a54 54 0 1 0 27.85 100.28l-9.6 32A6 6 0 0 0 96 230h64a6 6 0 0 0 5.75-7.72l-9.6-32A54 54 0 1 0 184 90m0 96a41.92 41.92 0 0 1-35.06-18.87a6 6 0 0 0-10.76 5L151.94 218h-47.88l13.76-45.84a6 6 0 0 0-10.76-5a42 42 0 1 1-20.91-62.69a6 6 0 0 0 7-9a42 42 0 1 1 69.72 0a6 6 0 0 0 7 9A42 42 0 1 1 184 186"/></svg> </template>
CSS
.icon-club-light {
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%2090q-2.59%200-5.16.24a54%2054%200%201%200-101.69%200c-1.7-.16-3.42-.24-5.15-.24a54%2054%200%201%200%2027.85%20100.28l-9.6%2032A6%206%200%200%200%2096%20230h64a6%206%200%200%200%205.75-7.72l-9.6-32A54%2054%200%201%200%20184%2090m0%2096a41.92%2041.92%200%200%201-35.06-18.87a6%206%200%200%200-10.76%205L151.94%20218h-47.88l13.76-45.84a6%206%200%200%200-10.76-5a42%2042%200%201%201-20.91-62.69a6%206%200%200%200%207-9a42%2042%200%201%201%2069.72%200a6%206%200%200%200%207%209A42%2042%200%201%201%20184%20186%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%2090q-2.59%200-5.16.24a54%2054%200%201%200-101.69%200c-1.7-.16-3.42-.24-5.15-.24a54%2054%200%201%200%2027.85%20100.28l-9.6%2032A6%206%200%200%200%2096%20230h64a6%206%200%200%200%205.75-7.72l-9.6-32A54%2054%200%201%200%20184%2090m0%2096a41.92%2041.92%200%200%201-35.06-18.87a6%206%200%200%200-10.76%205L151.94%20218h-47.88l13.76-45.84a6%206%200%200%200-10.76-5a42%2042%200%201%201-20.91-62.69a6%206%200%200%200%207-9a42%2042%200%201%201%2069.72%200a6%206%200%200%200%207%209A42%2042%200%201%201%20184%20186%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/club-light.svg?color=%231a73e8&size=48