club icon
club from Unicons by Iconscout · Line · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- club
- Set
- Unicons
- Style
- Line
- Category
- Sports
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More sports icons from Unicons
Use the club icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 12.5a5.52 5.52 0 0 0-3.51-5.12a5.49 5.49 0 0 0-11 0A5.5 5.5 0 0 0 8.5 18h.2a6.9 6.9 0 0 1-1.24 2.39A1 1 0 0 0 8.24 22h7.52a1 1 0 0 0 .78-1.63A6.9 6.9 0 0 1 15.3 18h.2a5.51 5.51 0 0 0 5.5-5.5M10.06 20a8.9 8.9 0 0 0 .81-2.56a5.5 5.5 0 0 0 1.13-.7a5.5 5.5 0 0 0 1.13.7a8.9 8.9 0 0 0 .81 2.56Zm2.72-5.3l-.08-.08l-.08-.08h-.07l-.18-.09l-.18-.06h-.38l-.18.06a.6.6 0 0 0-.17.09h-.08l-.08.08l-.08.08a3.5 3.5 0 1 1-3.47-5.62A1 1 0 0 0 7.91 9a1.4 1.4 0 0 0 .18-.08a1 1 0 0 0 .14-.13a.62.62 0 0 0 .21-.31a.6.6 0 0 0 .07-.17a.7.7 0 0 0 0-.2a1 1 0 0 0 0-.17a3 3 0 0 1 0-.45a3.5 3.5 0 0 1 7 0a3 3 0 0 1 0 .45a1 1 0 0 0 0 .16a.7.7 0 0 0 0 .21a.6.6 0 0 0 .07.17a.62.62 0 0 0 .21.31a1 1 0 0 0 .14.13a1.4 1.4 0 0 0 .18.08a1 1 0 0 0 .16.07a3.5 3.5 0 1 1-3.47 5.62Z"/></svg>
React
import type { SVGProps } from "react";
export function UilClub(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 12.5a5.52 5.52 0 0 0-3.51-5.12a5.49 5.49 0 0 0-11 0A5.5 5.5 0 0 0 8.5 18h.2a6.9 6.9 0 0 1-1.24 2.39A1 1 0 0 0 8.24 22h7.52a1 1 0 0 0 .78-1.63A6.9 6.9 0 0 1 15.3 18h.2a5.51 5.51 0 0 0 5.5-5.5M10.06 20a8.9 8.9 0 0 0 .81-2.56a5.5 5.5 0 0 0 1.13-.7a5.5 5.5 0 0 0 1.13.7a8.9 8.9 0 0 0 .81 2.56Zm2.72-5.3l-.08-.08l-.08-.08h-.07l-.18-.09l-.18-.06h-.38l-.18.06a.6.6 0 0 0-.17.09h-.08l-.08.08l-.08.08a3.5 3.5 0 1 1-3.47-5.62A1 1 0 0 0 7.91 9a1.4 1.4 0 0 0 .18-.08a1 1 0 0 0 .14-.13a.62.62 0 0 0 .21-.31a.6.6 0 0 0 .07-.17a.7.7 0 0 0 0-.2a1 1 0 0 0 0-.17a3 3 0 0 1 0-.45a3.5 3.5 0 0 1 7 0a3 3 0 0 1 0 .45a1 1 0 0 0 0 .16a.7.7 0 0 0 0 .21a.6.6 0 0 0 .07.17a.62.62 0 0 0 .21.31a1 1 0 0 0 .14.13a1.4 1.4 0 0 0 .18.08a1 1 0 0 0 .16.07a3.5 3.5 0 1 1-3.47 5.62Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 12.5a5.52 5.52 0 0 0-3.51-5.12a5.49 5.49 0 0 0-11 0A5.5 5.5 0 0 0 8.5 18h.2a6.9 6.9 0 0 1-1.24 2.39A1 1 0 0 0 8.24 22h7.52a1 1 0 0 0 .78-1.63A6.9 6.9 0 0 1 15.3 18h.2a5.51 5.51 0 0 0 5.5-5.5M10.06 20a8.9 8.9 0 0 0 .81-2.56a5.5 5.5 0 0 0 1.13-.7a5.5 5.5 0 0 0 1.13.7a8.9 8.9 0 0 0 .81 2.56Zm2.72-5.3l-.08-.08l-.08-.08h-.07l-.18-.09l-.18-.06h-.38l-.18.06a.6.6 0 0 0-.17.09h-.08l-.08.08l-.08.08a3.5 3.5 0 1 1-3.47-5.62A1 1 0 0 0 7.91 9a1.4 1.4 0 0 0 .18-.08a1 1 0 0 0 .14-.13a.62.62 0 0 0 .21-.31a.6.6 0 0 0 .07-.17a.7.7 0 0 0 0-.2a1 1 0 0 0 0-.17a3 3 0 0 1 0-.45a3.5 3.5 0 0 1 7 0a3 3 0 0 1 0 .45a1 1 0 0 0 0 .16a.7.7 0 0 0 0 .21a.6.6 0 0 0 .07.17a.62.62 0 0 0 .21.31a1 1 0 0 0 .14.13a1.4 1.4 0 0 0 .18.08a1 1 0 0 0 .16.07a3.5 3.5 0 1 1-3.47 5.62Z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2012.5a5.52%205.52%200%200%200-3.51-5.12a5.49%205.49%200%200%200-11%200A5.5%205.5%200%200%200%208.5%2018h.2a6.9%206.9%200%200%201-1.24%202.39A1%201%200%200%200%208.24%2022h7.52a1%201%200%200%200%20.78-1.63A6.9%206.9%200%200%201%2015.3%2018h.2a5.51%205.51%200%200%200%205.5-5.5M10.06%2020a8.9%208.9%200%200%200%20.81-2.56a5.5%205.5%200%200%200%201.13-.7a5.5%205.5%200%200%200%201.13.7a8.9%208.9%200%200%200%20.81%202.56Zm2.72-5.3l-.08-.08l-.08-.08h-.07l-.18-.09l-.18-.06h-.38l-.18.06a.6.6%200%200%200-.17.09h-.08l-.08.08l-.08.08a3.5%203.5%200%201%201-3.47-5.62A1%201%200%200%200%207.91%209a1.4%201.4%200%200%200%20.18-.08a1%201%200%200%200%20.14-.13a.62.62%200%200%200%20.21-.31a.6.6%200%200%200%20.07-.17a.7.7%200%200%200%200-.2a1%201%200%200%200%200-.17a3%203%200%200%201%200-.45a3.5%203.5%200%200%201%207%200a3%203%200%200%201%200%20.45a1%201%200%200%200%200%20.16a.7.7%200%200%200%200%20.21a.6.6%200%200%200%20.07.17a.62.62%200%200%200%20.21.31a1%201%200%200%200%20.14.13a1.4%201.4%200%200%200%20.18.08a1%201%200%200%200%20.16.07a3.5%203.5%200%201%201-3.47%205.62Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2012.5a5.52%205.52%200%200%200-3.51-5.12a5.49%205.49%200%200%200-11%200A5.5%205.5%200%200%200%208.5%2018h.2a6.9%206.9%200%200%201-1.24%202.39A1%201%200%200%200%208.24%2022h7.52a1%201%200%200%200%20.78-1.63A6.9%206.9%200%200%201%2015.3%2018h.2a5.51%205.51%200%200%200%205.5-5.5M10.06%2020a8.9%208.9%200%200%200%20.81-2.56a5.5%205.5%200%200%200%201.13-.7a5.5%205.5%200%200%200%201.13.7a8.9%208.9%200%200%200%20.81%202.56Zm2.72-5.3l-.08-.08l-.08-.08h-.07l-.18-.09l-.18-.06h-.38l-.18.06a.6.6%200%200%200-.17.09h-.08l-.08.08l-.08.08a3.5%203.5%200%201%201-3.47-5.62A1%201%200%200%200%207.91%209a1.4%201.4%200%200%200%20.18-.08a1%201%200%200%200%20.14-.13a.62.62%200%200%200%20.21-.31a.6.6%200%200%200%20.07-.17a.7.7%200%200%200%200-.2a1%201%200%200%200%200-.17a3%203%200%200%201%200-.45a3.5%203.5%200%200%201%207%200a3%203%200%200%201%200%20.45a1%201%200%200%200%200%20.16a.7.7%200%200%200%200%20.21a.6.6%200%200%200%20.07.17a.62.62%200%200%200%20.21.31a1%201%200%200%200%20.14.13a1.4%201.4%200%200%200%20.18.08a1%201%200%200%200%20.16.07a3.5%203.5%200%201%201-3.47%205.62Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/club.svg?color=%231a73e8&size=48