club icon
club-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- club-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M232 144a48 48 0 0 1-88.07 26.44L160 224H96l16.07-53.56a48 48 0 1 1-23.9-71.65a48 48 0 1 1 79.66 0A48 48 0 0 1 232 144" opacity=".2"/><path d="M184 88h-2.33a56 56 0 1 0-107.34 0H72a56 56 0 1 0 24.54 106.35l-8.2 27.35A8 8 0 0 0 96 232h64a8 8 0 0 0 7.66-10.3l-8.2-27.35A56 56 0 1 0 184 88m0 96a40 40 0 0 1-33.4-18a8 8 0 0 0-14.33 6.71l13 43.26h-42.5l13-43.26A8 8 0 0 0 105.4 166a40 40 0 1 1-19.93-59.71a8 8 0 0 0 9.33-12a40 40 0 1 1 66.4 0a8 8 0 0 0 9.33 12A40 40 0 1 1 184 184"/></g></svg>
React
import type { SVGProps } from "react";
export function PhClubDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 144a48 48 0 0 1-88.07 26.44L160 224H96l16.07-53.56a48 48 0 1 1-23.9-71.65a48 48 0 1 1 79.66 0A48 48 0 0 1 232 144" opacity=".2"/><path d="M184 88h-2.33a56 56 0 1 0-107.34 0H72a56 56 0 1 0 24.54 106.35l-8.2 27.35A8 8 0 0 0 96 232h64a8 8 0 0 0 7.66-10.3l-8.2-27.35A56 56 0 1 0 184 88m0 96a40 40 0 0 1-33.4-18a8 8 0 0 0-14.33 6.71l13 43.26h-42.5l13-43.26A8 8 0 0 0 105.4 166a40 40 0 1 1-19.93-59.71a8 8 0 0 0 9.33-12a40 40 0 1 1 66.4 0a8 8 0 0 0 9.33 12A40 40 0 1 1 184 184"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M232 144a48 48 0 0 1-88.07 26.44L160 224H96l16.07-53.56a48 48 0 1 1-23.9-71.65a48 48 0 1 1 79.66 0A48 48 0 0 1 232 144" opacity=".2"/><path d="M184 88h-2.33a56 56 0 1 0-107.34 0H72a56 56 0 1 0 24.54 106.35l-8.2 27.35A8 8 0 0 0 96 232h64a8 8 0 0 0 7.66-10.3l-8.2-27.35A56 56 0 1 0 184 88m0 96a40 40 0 0 1-33.4-18a8 8 0 0 0-14.33 6.71l13 43.26h-42.5l13-43.26A8 8 0 0 0 105.4 166a40 40 0 1 1-19.93-59.71a8 8 0 0 0 9.33-12a40 40 0 1 1 66.4 0a8 8 0 0 0 9.33 12A40 40 0 1 1 184 184"/></g></svg> </template>
CSS
.icon-club-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M232%20144a48%2048%200%200%201-88.07%2026.44L160%20224H96l16.07-53.56a48%2048%200%201%201-23.9-71.65a48%2048%200%201%201%2079.66%200A48%2048%200%200%201%20232%20144%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M184%2088h-2.33a56%2056%200%201%200-107.34%200H72a56%2056%200%201%200%2024.54%20106.35l-8.2%2027.35A8%208%200%200%200%2096%20232h64a8%208%200%200%200%207.66-10.3l-8.2-27.35A56%2056%200%201%200%20184%2088m0%2096a40%2040%200%200%201-33.4-18a8%208%200%200%200-14.33%206.71l13%2043.26h-42.5l13-43.26A8%208%200%200%200%20105.4%20166a40%2040%200%201%201-19.93-59.71a8%208%200%200%200%209.33-12a40%2040%200%201%201%2066.4%200a8%208%200%200%200%209.33%2012A40%2040%200%201%201%20184%20184%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M232%20144a48%2048%200%200%201-88.07%2026.44L160%20224H96l16.07-53.56a48%2048%200%201%201-23.9-71.65a48%2048%200%201%201%2079.66%200A48%2048%200%200%201%20232%20144%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M184%2088h-2.33a56%2056%200%201%200-107.34%200H72a56%2056%200%201%200%2024.54%20106.35l-8.2%2027.35A8%208%200%200%200%2096%20232h64a8%208%200%200%200%207.66-10.3l-8.2-27.35A56%2056%200%201%200%20184%2088m0%2096a40%2040%200%200%201-33.4-18a8%208%200%200%200-14.33%206.71l13%2043.26h-42.5l13-43.26A8%208%200%200%200%20105.4%20166a40%2040%200%201%201-19.93-59.71a8%208%200%200%200%209.33-12a40%2040%200%201%201%2066.4%200a8%208%200%200%200%209.33%2012A40%2040%200%201%201%20184%20184%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/club-duotone.svg?color=%231a73e8&size=48