cards club icon
cards-club-outline from Material Design Icons by Pictogrammers · Outline · Gaming / RPG · Apache-2.0 Free for personal and commercial use.
- Name
- cards-club-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Gaming / RPG
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More gaming / rpg icons from Material Design Icons
arrow-projectilearrow-projectile-multipleaxe-battlebombbomb-offboomerangbottle-tonic-plusbottle-tonic-skullbow-arrowcardscards-diamondcards-heartcards-playingcards-playing-clubcards-playing-club-multiplecards-playing-diamondcards-playing-diamond-multiplecards-playing-heartcards-playing-heart-multiplecards-playing-spadecards-playing-spade-multiplecards-spadecards-variantcheckerboard
Use the cards club icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.6 9.5c.2-.6.4-1.3.4-2c0-3-2.2-5.5-5-5.5S7 4.5 7 7.5c0 .7.1 1.4.4 2c-2.5.1-4.4 1.9-4.4 4.3C3 16.3 5 18 7.5 18c0 0 2.5 0 3.5-1c0 0 .3 2-2 5h6c-2.3-3-2-5-2-5c1 1 3.5 1 3.5 1c2.5 0 4.5-1.7 4.5-4.2c0-2.4-1.9-4.2-4.4-4.3m-.1 6.5S14 16 13 15h-2c-1 1-3.5 1-3.5 1c-1.2 0-2.5-.7-2.5-2.2c0-1.3 1.1-2.3 2.5-2.3c.3 0 .8.1 1.3.2c.1 0 .2.1.3.1l.9-1.7c-.2-.2-.3-.4-.4-.6c-.4-.6-.6-1.2-.6-2C9 5.6 10.3 4 12 4s3 1.6 3 3.5q0 1.2-.6 2.1c-.1.2-.2.3-.3.5l.9 1.7c.1 0 .2-.1.3-.1c.4-.1.9-.2 1.3-.2c1.4 0 2.5 1 2.5 2.3c-.1 1.5-1.4 2.2-2.6 2.2"/></svg>
React
import type { SVGProps } from "react";
export function MdiCardsClubOutline(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="M16.6 9.5c.2-.6.4-1.3.4-2c0-3-2.2-5.5-5-5.5S7 4.5 7 7.5c0 .7.1 1.4.4 2c-2.5.1-4.4 1.9-4.4 4.3C3 16.3 5 18 7.5 18c0 0 2.5 0 3.5-1c0 0 .3 2-2 5h6c-2.3-3-2-5-2-5c1 1 3.5 1 3.5 1c2.5 0 4.5-1.7 4.5-4.2c0-2.4-1.9-4.2-4.4-4.3m-.1 6.5S14 16 13 15h-2c-1 1-3.5 1-3.5 1c-1.2 0-2.5-.7-2.5-2.2c0-1.3 1.1-2.3 2.5-2.3c.3 0 .8.1 1.3.2c.1 0 .2.1.3.1l.9-1.7c-.2-.2-.3-.4-.4-.6c-.4-.6-.6-1.2-.6-2C9 5.6 10.3 4 12 4s3 1.6 3 3.5q0 1.2-.6 2.1c-.1.2-.2.3-.3.5l.9 1.7c.1 0 .2-.1.3-.1c.4-.1.9-.2 1.3-.2c1.4 0 2.5 1 2.5 2.3c-.1 1.5-1.4 2.2-2.6 2.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.6 9.5c.2-.6.4-1.3.4-2c0-3-2.2-5.5-5-5.5S7 4.5 7 7.5c0 .7.1 1.4.4 2c-2.5.1-4.4 1.9-4.4 4.3C3 16.3 5 18 7.5 18c0 0 2.5 0 3.5-1c0 0 .3 2-2 5h6c-2.3-3-2-5-2-5c1 1 3.5 1 3.5 1c2.5 0 4.5-1.7 4.5-4.2c0-2.4-1.9-4.2-4.4-4.3m-.1 6.5S14 16 13 15h-2c-1 1-3.5 1-3.5 1c-1.2 0-2.5-.7-2.5-2.2c0-1.3 1.1-2.3 2.5-2.3c.3 0 .8.1 1.3.2c.1 0 .2.1.3.1l.9-1.7c-.2-.2-.3-.4-.4-.6c-.4-.6-.6-1.2-.6-2C9 5.6 10.3 4 12 4s3 1.6 3 3.5q0 1.2-.6 2.1c-.1.2-.2.3-.3.5l.9 1.7c.1 0 .2-.1.3-.1c.4-.1.9-.2 1.3-.2c1.4 0 2.5 1 2.5 2.3c-.1 1.5-1.4 2.2-2.6 2.2"/></svg> </template>
CSS
.icon-cards-club-outline {
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%22M16.6%209.5c.2-.6.4-1.3.4-2c0-3-2.2-5.5-5-5.5S7%204.5%207%207.5c0%20.7.1%201.4.4%202c-2.5.1-4.4%201.9-4.4%204.3C3%2016.3%205%2018%207.5%2018c0%200%202.5%200%203.5-1c0%200%20.3%202-2%205h6c-2.3-3-2-5-2-5c1%201%203.5%201%203.5%201c2.5%200%204.5-1.7%204.5-4.2c0-2.4-1.9-4.2-4.4-4.3m-.1%206.5S14%2016%2013%2015h-2c-1%201-3.5%201-3.5%201c-1.2%200-2.5-.7-2.5-2.2c0-1.3%201.1-2.3%202.5-2.3c.3%200%20.8.1%201.3.2c.1%200%20.2.1.3.1l.9-1.7c-.2-.2-.3-.4-.4-.6c-.4-.6-.6-1.2-.6-2C9%205.6%2010.3%204%2012%204s3%201.6%203%203.5q0%201.2-.6%202.1c-.1.2-.2.3-.3.5l.9%201.7c.1%200%20.2-.1.3-.1c.4-.1.9-.2%201.3-.2c1.4%200%202.5%201%202.5%202.3c-.1%201.5-1.4%202.2-2.6%202.2%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%22M16.6%209.5c.2-.6.4-1.3.4-2c0-3-2.2-5.5-5-5.5S7%204.5%207%207.5c0%20.7.1%201.4.4%202c-2.5.1-4.4%201.9-4.4%204.3C3%2016.3%205%2018%207.5%2018c0%200%202.5%200%203.5-1c0%200%20.3%202-2%205h6c-2.3-3-2-5-2-5c1%201%203.5%201%203.5%201c2.5%200%204.5-1.7%204.5-4.2c0-2.4-1.9-4.2-4.4-4.3m-.1%206.5S14%2016%2013%2015h-2c-1%201-3.5%201-3.5%201c-1.2%200-2.5-.7-2.5-2.2c0-1.3%201.1-2.3%202.5-2.3c.3%200%20.8.1%201.3.2c.1%200%20.2.1.3.1l.9-1.7c-.2-.2-.3-.4-.4-.6c-.4-.6-.6-1.2-.6-2C9%205.6%2010.3%204%2012%204s3%201.6%203%203.5q0%201.2-.6%202.1c-.1.2-.2.3-.3.5l.9%201.7c.1%200%20.2-.1.3-.1c.4-.1.9-.2%201.3-.2c1.4%200%202.5%201%202.5%202.3c-.1%201.5-1.4%202.2-2.6%202.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cards-club-outline.svg?color=%231a73e8&size=48