club suit emoji
club-suit from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.
- Name
- club-suit
- Set
- Twitter Emoji
- Style
- Default
- Category
- Activities
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More activities icons from Twitter Emoji
Use the club suit emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M25.5 28a7.5 7.5 0 0 0 7.5-7.5a7.5 7.5 0 0 0-7.5-7.5a7.45 7.45 0 0 0-3.73 1h-.21a6.97 6.97 0 0 0 3.423-6a6.983 6.983 0 1 0-13.967 0a6.97 6.97 0 0 0 3.423 6h-.208c-1.1-.633-2.371-1-3.731-1a7.5 7.5 0 0 0 0 15a7.48 7.48 0 0 0 5.46-2.368C15.549 29.753 11.205 33 7 33h.5a1.5 1.5 0 1 0 0 3h21a1.5 1.5 0 0 0 0-3h.5c-4.205 0-8.549-3.248-8.959-7.369A7.47 7.47 0 0 0 25.5 28"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiClubSuit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M25.5 28a7.5 7.5 0 0 0 7.5-7.5a7.5 7.5 0 0 0-7.5-7.5a7.45 7.45 0 0 0-3.73 1h-.21a6.97 6.97 0 0 0 3.423-6a6.983 6.983 0 1 0-13.967 0a6.97 6.97 0 0 0 3.423 6h-.208c-1.1-.633-2.371-1-3.731-1a7.5 7.5 0 0 0 0 15a7.48 7.48 0 0 0 5.46-2.368C15.549 29.753 11.205 33 7 33h.5a1.5 1.5 0 1 0 0 3h21a1.5 1.5 0 0 0 0-3h.5c-4.205 0-8.549-3.248-8.959-7.369A7.47 7.47 0 0 0 25.5 28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M25.5 28a7.5 7.5 0 0 0 7.5-7.5a7.5 7.5 0 0 0-7.5-7.5a7.45 7.45 0 0 0-3.73 1h-.21a6.97 6.97 0 0 0 3.423-6a6.983 6.983 0 1 0-13.967 0a6.97 6.97 0 0 0 3.423 6h-.208c-1.1-.633-2.371-1-3.731-1a7.5 7.5 0 0 0 0 15a7.48 7.48 0 0 0 5.46-2.368C15.549 29.753 11.205 33 7 33h.5a1.5 1.5 0 1 0 0 3h21a1.5 1.5 0 0 0 0-3h.5c-4.205 0-8.549-3.248-8.959-7.369A7.47 7.47 0 0 0 25.5 28"/></svg> </template>
CSS
.icon-club-suit {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M25.5%2028a7.5%207.5%200%200%200%207.5-7.5a7.5%207.5%200%200%200-7.5-7.5a7.45%207.45%200%200%200-3.73%201h-.21a6.97%206.97%200%200%200%203.423-6a6.983%206.983%200%201%200-13.967%200a6.97%206.97%200%200%200%203.423%206h-.208c-1.1-.633-2.371-1-3.731-1a7.5%207.5%200%200%200%200%2015a7.48%207.48%200%200%200%205.46-2.368C15.549%2029.753%2011.205%2033%207%2033h.5a1.5%201.5%200%201%200%200%203h21a1.5%201.5%200%200%200%200-3h.5c-4.205%200-8.549-3.248-8.959-7.369A7.47%207.47%200%200%200%2025.5%2028%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M25.5%2028a7.5%207.5%200%200%200%207.5-7.5a7.5%207.5%200%200%200-7.5-7.5a7.45%207.45%200%200%200-3.73%201h-.21a6.97%206.97%200%200%200%203.423-6a6.983%206.983%200%201%200-13.967%200a6.97%206.97%200%200%200%203.423%206h-.208c-1.1-.633-2.371-1-3.731-1a7.5%207.5%200%200%200%200%2015a7.48%207.48%200%200%200%205.46-2.368C15.549%2029.753%2011.205%2033%207%2033h.5a1.5%201.5%200%201%200%200%203h21a1.5%201.5%200%200%200%200-3h.5c-4.205%200-8.549-3.248-8.959-7.369A7.47%207.47%200%200%200%2025.5%2028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/club-suit.svg?color=%231a73e8&size=48