poker chip icon
poker-chip from Material Design Icons by Pictogrammers · Filled · Gaming / RPG · Apache-2.0 Free for personal and commercial use.
- Name
- poker-chip
- Set
- Material Design Icons
- Style
- Filled
- Category
- Gaming / RPG
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- casino-chip, gambling-chip
The same icon in other sets
More gaming / rpg icons from Material Design Icons
arrow-projectilearrow-projectile-multipleaxe-battlebombbomb-offboomerangbottle-tonic-plusbottle-tonic-skullbow-arrowcardscards-clubcards-diamondcards-heartcards-playingcards-playing-clubcards-playing-club-multiplecards-playing-diamondcards-playing-diamond-multiplecards-playing-heartcards-playing-heart-multiplecards-playing-spadecards-playing-spade-multiplecards-spadecards-variant
Use the poker chip icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 12c0 6.08-4.92 11-11 11S1 18.08 1 12S5.92 1 12 1s11 4.92 11 11M13 4.06c2.13.27 4.07 1.39 5.37 3.1l1.74-1A10 10 0 0 0 13 2zm-9.11 2.1l1.74 1A8.02 8.02 0 0 1 11 4.06V2a10 10 0 0 0-7.11 4.16m-1 9.94l1.73-1a8.03 8.03 0 0 1 0-6.2l-1.73-1a9.86 9.86 0 0 0 0 8.2M11 19.94a8.02 8.02 0 0 1-5.37-3.1l-1.74 1A10 10 0 0 0 11 22zm9.11-2.1l-1.74-1a8.02 8.02 0 0 1-5.37 3.1v2c2.85-.29 5.44-1.78 7.11-4.1m1-1.74c1.19-2.6 1.19-5.6 0-8.2l-1.73 1a8.03 8.03 0 0 1 0 6.2zM15 12l-3-5l-3 5l3 5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPokerChip(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="M23 12c0 6.08-4.92 11-11 11S1 18.08 1 12S5.92 1 12 1s11 4.92 11 11M13 4.06c2.13.27 4.07 1.39 5.37 3.1l1.74-1A10 10 0 0 0 13 2zm-9.11 2.1l1.74 1A8.02 8.02 0 0 1 11 4.06V2a10 10 0 0 0-7.11 4.16m-1 9.94l1.73-1a8.03 8.03 0 0 1 0-6.2l-1.73-1a9.86 9.86 0 0 0 0 8.2M11 19.94a8.02 8.02 0 0 1-5.37-3.1l-1.74 1A10 10 0 0 0 11 22zm9.11-2.1l-1.74-1a8.02 8.02 0 0 1-5.37 3.1v2c2.85-.29 5.44-1.78 7.11-4.1m1-1.74c1.19-2.6 1.19-5.6 0-8.2l-1.73 1a8.03 8.03 0 0 1 0 6.2zM15 12l-3-5l-3 5l3 5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 12c0 6.08-4.92 11-11 11S1 18.08 1 12S5.92 1 12 1s11 4.92 11 11M13 4.06c2.13.27 4.07 1.39 5.37 3.1l1.74-1A10 10 0 0 0 13 2zm-9.11 2.1l1.74 1A8.02 8.02 0 0 1 11 4.06V2a10 10 0 0 0-7.11 4.16m-1 9.94l1.73-1a8.03 8.03 0 0 1 0-6.2l-1.73-1a9.86 9.86 0 0 0 0 8.2M11 19.94a8.02 8.02 0 0 1-5.37-3.1l-1.74 1A10 10 0 0 0 11 22zm9.11-2.1l-1.74-1a8.02 8.02 0 0 1-5.37 3.1v2c2.85-.29 5.44-1.78 7.11-4.1m1-1.74c1.19-2.6 1.19-5.6 0-8.2l-1.73 1a8.03 8.03 0 0 1 0 6.2zM15 12l-3-5l-3 5l3 5z"/></svg> </template>
CSS
.icon-poker-chip {
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%22M23%2012c0%206.08-4.92%2011-11%2011S1%2018.08%201%2012S5.92%201%2012%201s11%204.92%2011%2011M13%204.06c2.13.27%204.07%201.39%205.37%203.1l1.74-1A10%2010%200%200%200%2013%202zm-9.11%202.1l1.74%201A8.02%208.02%200%200%201%2011%204.06V2a10%2010%200%200%200-7.11%204.16m-1%209.94l1.73-1a8.03%208.03%200%200%201%200-6.2l-1.73-1a9.86%209.86%200%200%200%200%208.2M11%2019.94a8.02%208.02%200%200%201-5.37-3.1l-1.74%201A10%2010%200%200%200%2011%2022zm9.11-2.1l-1.74-1a8.02%208.02%200%200%201-5.37%203.1v2c2.85-.29%205.44-1.78%207.11-4.1m1-1.74c1.19-2.6%201.19-5.6%200-8.2l-1.73%201a8.03%208.03%200%200%201%200%206.2zM15%2012l-3-5l-3%205l3%205z%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%22M23%2012c0%206.08-4.92%2011-11%2011S1%2018.08%201%2012S5.92%201%2012%201s11%204.92%2011%2011M13%204.06c2.13.27%204.07%201.39%205.37%203.1l1.74-1A10%2010%200%200%200%2013%202zm-9.11%202.1l1.74%201A8.02%208.02%200%200%201%2011%204.06V2a10%2010%200%200%200-7.11%204.16m-1%209.94l1.73-1a8.03%208.03%200%200%201%200-6.2l-1.73-1a9.86%209.86%200%200%200%200%208.2M11%2019.94a8.02%208.02%200%200%201-5.37-3.1l-1.74%201A10%2010%200%200%200%2011%2022zm9.11-2.1l-1.74-1a8.02%208.02%200%200%201-5.37%203.1v2c2.85-.29%205.44-1.78%207.11-4.1m1-1.74c1.19-2.6%201.19-5.6%200-8.2l-1.73%201a8.03%208.03%200%200%201%200%206.2zM15%2012l-3-5l-3%205l3%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/poker-chip.svg?color=%231a73e8&size=48