poker chip icon
poker-chip-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- poker-chip-fill
- Set
- Phosphor
- Style
- Fill
- 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 24M60.4 71.72l17.07 17.07a63.66 63.66 0 0 0-13 31.21h-24.1A87.6 87.6 0 0 1 60.4 71.72M40.37 136h24.15a63.66 63.66 0 0 0 13 31.21L60.4 184.28A87.6 87.6 0 0 1 40.37 136M120 215.63a87.6 87.6 0 0 1-48.28-20l17.07-17.07A63.66 63.66 0 0 0 120 191.48Zm0-151.11a63.66 63.66 0 0 0-31.21 13L71.72 60.4a87.6 87.6 0 0 1 48.28-20ZM215.63 120h-24.15a63.66 63.66 0 0 0-12.95-31.21l17.07-17.07A87.6 87.6 0 0 1 215.63 120M136 40.37a87.6 87.6 0 0 1 48.28 20l-17.07 17.1a63.66 63.66 0 0 0-31.21-13Zm0 175.26v-24.15a63.66 63.66 0 0 0 31.21-12.95l17.07 17.07A87.6 87.6 0 0 1 136 215.63m59.6-31.35l-17.07-17.07A63.66 63.66 0 0 0 191.48 136h24.15a87.6 87.6 0 0 1-20.03 48.28"/></svg>
React
import type { SVGProps } from "react";
export function PhPokerChipFill(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 24M60.4 71.72l17.07 17.07a63.66 63.66 0 0 0-13 31.21h-24.1A87.6 87.6 0 0 1 60.4 71.72M40.37 136h24.15a63.66 63.66 0 0 0 13 31.21L60.4 184.28A87.6 87.6 0 0 1 40.37 136M120 215.63a87.6 87.6 0 0 1-48.28-20l17.07-17.07A63.66 63.66 0 0 0 120 191.48Zm0-151.11a63.66 63.66 0 0 0-31.21 13L71.72 60.4a87.6 87.6 0 0 1 48.28-20ZM215.63 120h-24.15a63.66 63.66 0 0 0-12.95-31.21l17.07-17.07A87.6 87.6 0 0 1 215.63 120M136 40.37a87.6 87.6 0 0 1 48.28 20l-17.07 17.1a63.66 63.66 0 0 0-31.21-13Zm0 175.26v-24.15a63.66 63.66 0 0 0 31.21-12.95l17.07 17.07A87.6 87.6 0 0 1 136 215.63m59.6-31.35l-17.07-17.07A63.66 63.66 0 0 0 191.48 136h24.15a87.6 87.6 0 0 1-20.03 48.28"/></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 24M60.4 71.72l17.07 17.07a63.66 63.66 0 0 0-13 31.21h-24.1A87.6 87.6 0 0 1 60.4 71.72M40.37 136h24.15a63.66 63.66 0 0 0 13 31.21L60.4 184.28A87.6 87.6 0 0 1 40.37 136M120 215.63a87.6 87.6 0 0 1-48.28-20l17.07-17.07A63.66 63.66 0 0 0 120 191.48Zm0-151.11a63.66 63.66 0 0 0-31.21 13L71.72 60.4a87.6 87.6 0 0 1 48.28-20ZM215.63 120h-24.15a63.66 63.66 0 0 0-12.95-31.21l17.07-17.07A87.6 87.6 0 0 1 215.63 120M136 40.37a87.6 87.6 0 0 1 48.28 20l-17.07 17.1a63.66 63.66 0 0 0-31.21-13Zm0 175.26v-24.15a63.66 63.66 0 0 0 31.21-12.95l17.07 17.07A87.6 87.6 0 0 1 136 215.63m59.6-31.35l-17.07-17.07A63.66 63.66 0 0 0 191.48 136h24.15a87.6 87.6 0 0 1-20.03 48.28"/></svg> </template>
CSS
.icon-poker-chip-fill {
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%2024M60.4%2071.72l17.07%2017.07a63.66%2063.66%200%200%200-13%2031.21h-24.1A87.6%2087.6%200%200%201%2060.4%2071.72M40.37%20136h24.15a63.66%2063.66%200%200%200%2013%2031.21L60.4%20184.28A87.6%2087.6%200%200%201%2040.37%20136M120%20215.63a87.6%2087.6%200%200%201-48.28-20l17.07-17.07A63.66%2063.66%200%200%200%20120%20191.48Zm0-151.11a63.66%2063.66%200%200%200-31.21%2013L71.72%2060.4a87.6%2087.6%200%200%201%2048.28-20ZM215.63%20120h-24.15a63.66%2063.66%200%200%200-12.95-31.21l17.07-17.07A87.6%2087.6%200%200%201%20215.63%20120M136%2040.37a87.6%2087.6%200%200%201%2048.28%2020l-17.07%2017.1a63.66%2063.66%200%200%200-31.21-13Zm0%20175.26v-24.15a63.66%2063.66%200%200%200%2031.21-12.95l17.07%2017.07A87.6%2087.6%200%200%201%20136%20215.63m59.6-31.35l-17.07-17.07A63.66%2063.66%200%200%200%20191.48%20136h24.15a87.6%2087.6%200%200%201-20.03%2048.28%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%2024M60.4%2071.72l17.07%2017.07a63.66%2063.66%200%200%200-13%2031.21h-24.1A87.6%2087.6%200%200%201%2060.4%2071.72M40.37%20136h24.15a63.66%2063.66%200%200%200%2013%2031.21L60.4%20184.28A87.6%2087.6%200%200%201%2040.37%20136M120%20215.63a87.6%2087.6%200%200%201-48.28-20l17.07-17.07A63.66%2063.66%200%200%200%20120%20191.48Zm0-151.11a63.66%2063.66%200%200%200-31.21%2013L71.72%2060.4a87.6%2087.6%200%200%201%2048.28-20ZM215.63%20120h-24.15a63.66%2063.66%200%200%200-12.95-31.21l17.07-17.07A87.6%2087.6%200%200%201%20215.63%20120M136%2040.37a87.6%2087.6%200%200%201%2048.28%2020l-17.07%2017.1a63.66%2063.66%200%200%200-31.21-13Zm0%20175.26v-24.15a63.66%2063.66%200%200%200%2031.21-12.95l17.07%2017.07A87.6%2087.6%200%200%201%20136%20215.63m59.6-31.35l-17.07-17.07A63.66%2063.66%200%200%200%20191.48%20136h24.15a87.6%2087.6%200%200%201-20.03%2048.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/poker-chip-fill.svg?color=%231a73e8&size=48