poker chip icon
poker-chip from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- poker-chip
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the poker chip icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 152a48 48 0 1 1 48-48a48.05 48.05 0 0 1-48 48m39.21-98.53a63.66 63.66 0 0 0-31.21-13v-24.1a87.6 87.6 0 0 1 48.28 20ZM120 64.52a63.66 63.66 0 0 0-31.21 13L71.72 60.4a87.6 87.6 0 0 1 48.28-20ZM77.47 88.79a63.66 63.66 0 0 0-13 31.21h-24.1a87.6 87.6 0 0 1 20-48.28ZM64.52 136a63.66 63.66 0 0 0 13 31.21L60.4 184.28a87.6 87.6 0 0 1-20-48.28Zm24.27 42.53A63.66 63.66 0 0 0 120 191.48v24.15a87.6 87.6 0 0 1-48.28-20ZM136 191.48a63.66 63.66 0 0 0 31.21-12.95l17.07 17.07a87.6 87.6 0 0 1-48.28 20Zm42.53-24.27A63.66 63.66 0 0 0 191.48 136h24.15a87.6 87.6 0 0 1-20 48.28ZM191.48 120a63.66 63.66 0 0 0-12.95-31.21l17.07-17.07a87.6 87.6 0 0 1 20 48.28Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPokerChip(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 152a48 48 0 1 1 48-48a48.05 48.05 0 0 1-48 48m39.21-98.53a63.66 63.66 0 0 0-31.21-13v-24.1a87.6 87.6 0 0 1 48.28 20ZM120 64.52a63.66 63.66 0 0 0-31.21 13L71.72 60.4a87.6 87.6 0 0 1 48.28-20ZM77.47 88.79a63.66 63.66 0 0 0-13 31.21h-24.1a87.6 87.6 0 0 1 20-48.28ZM64.52 136a63.66 63.66 0 0 0 13 31.21L60.4 184.28a87.6 87.6 0 0 1-20-48.28Zm24.27 42.53A63.66 63.66 0 0 0 120 191.48v24.15a87.6 87.6 0 0 1-48.28-20ZM136 191.48a63.66 63.66 0 0 0 31.21-12.95l17.07 17.07a87.6 87.6 0 0 1-48.28 20Zm42.53-24.27A63.66 63.66 0 0 0 191.48 136h24.15a87.6 87.6 0 0 1-20 48.28ZM191.48 120a63.66 63.66 0 0 0-12.95-31.21l17.07-17.07a87.6 87.6 0 0 1 20 48.28Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 152a48 48 0 1 1 48-48a48.05 48.05 0 0 1-48 48m39.21-98.53a63.66 63.66 0 0 0-31.21-13v-24.1a87.6 87.6 0 0 1 48.28 20ZM120 64.52a63.66 63.66 0 0 0-31.21 13L71.72 60.4a87.6 87.6 0 0 1 48.28-20ZM77.47 88.79a63.66 63.66 0 0 0-13 31.21h-24.1a87.6 87.6 0 0 1 20-48.28ZM64.52 136a63.66 63.66 0 0 0 13 31.21L60.4 184.28a87.6 87.6 0 0 1-20-48.28Zm24.27 42.53A63.66 63.66 0 0 0 120 191.48v24.15a87.6 87.6 0 0 1-48.28-20ZM136 191.48a63.66 63.66 0 0 0 31.21-12.95l17.07 17.07a87.6 87.6 0 0 1-48.28 20Zm42.53-24.27A63.66 63.66 0 0 0 191.48 136h24.15a87.6 87.6 0 0 1-20 48.28ZM191.48 120a63.66 63.66 0 0 0-12.95-31.21l17.07-17.07a87.6 87.6 0 0 1 20 48.28Z"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m0%20152a48%2048%200%201%201%2048-48a48.05%2048.05%200%200%201-48%2048m39.21-98.53a63.66%2063.66%200%200%200-31.21-13v-24.1a87.6%2087.6%200%200%201%2048.28%2020ZM120%2064.52a63.66%2063.66%200%200%200-31.21%2013L71.72%2060.4a87.6%2087.6%200%200%201%2048.28-20ZM77.47%2088.79a63.66%2063.66%200%200%200-13%2031.21h-24.1a87.6%2087.6%200%200%201%2020-48.28ZM64.52%20136a63.66%2063.66%200%200%200%2013%2031.21L60.4%20184.28a87.6%2087.6%200%200%201-20-48.28Zm24.27%2042.53A63.66%2063.66%200%200%200%20120%20191.48v24.15a87.6%2087.6%200%200%201-48.28-20ZM136%20191.48a63.66%2063.66%200%200%200%2031.21-12.95l17.07%2017.07a87.6%2087.6%200%200%201-48.28%2020Zm42.53-24.27A63.66%2063.66%200%200%200%20191.48%20136h24.15a87.6%2087.6%200%200%201-20%2048.28ZM191.48%20120a63.66%2063.66%200%200%200-12.95-31.21l17.07-17.07a87.6%2087.6%200%200%201%2020%2048.28Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m0%20152a48%2048%200%201%201%2048-48a48.05%2048.05%200%200%201-48%2048m39.21-98.53a63.66%2063.66%200%200%200-31.21-13v-24.1a87.6%2087.6%200%200%201%2048.28%2020ZM120%2064.52a63.66%2063.66%200%200%200-31.21%2013L71.72%2060.4a87.6%2087.6%200%200%201%2048.28-20ZM77.47%2088.79a63.66%2063.66%200%200%200-13%2031.21h-24.1a87.6%2087.6%200%200%201%2020-48.28ZM64.52%20136a63.66%2063.66%200%200%200%2013%2031.21L60.4%20184.28a87.6%2087.6%200%200%201-20-48.28Zm24.27%2042.53A63.66%2063.66%200%200%200%20120%20191.48v24.15a87.6%2087.6%200%200%201-48.28-20ZM136%20191.48a63.66%2063.66%200%200%200%2031.21-12.95l17.07%2017.07a87.6%2087.6%200%200%201-48.28%2020Zm42.53-24.27A63.66%2063.66%200%200%200%20191.48%20136h24.15a87.6%2087.6%200%200%201-20%2048.28ZM191.48%20120a63.66%2063.66%200%200%200-12.95-31.21l17.07-17.07a87.6%2087.6%200%200%201%2020%2048.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/poker-chip.svg?color=%231a73e8&size=48