Poker Chip icon

Poker Chip is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

poker_chip_outlined_fill0_wght400.svg

Poker Chip icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=poker_chip" />

<span class="material-symbols-outlined">poker_chip</span>

Poker Chip icon in React

// With the font from the HTML tab:
export function PokerChipIcon() {
  return (
    <span className="material-symbols-outlined">
      poker_chip
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import PokerChipIcon from "@material-symbols/svg-400/outlined/poker_chip.svg?react";

Poker Chip icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">poker_chip</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import PokerChipIcon from "@material-symbols/svg-400/outlined/poker_chip.svg?component"; -->

Poker Chip icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">poker_chip</mat-icon>

Poker Chip icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.poker_chip, fill: 0, weight: 400)

Poker Chip icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/poker_chip.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12 22q-2.075 0-3.9-.787T4.925 19.075q-1.35-1.35-2.137-3.175T2 12q0-2.075 .788-3.9T4.925 4.925q1.35-1.35 3.175-2.137T12 2q2.075 0 3.9 .788T19.075 4.925q1.35 1.35 2.138 3.175T22 12q0 2.075-.787 3.9T19.075 19.075q-1.35 1.35-3.175 2.138T12 22Zm-.75-1.525v-1.625q-1.025-.125-1.925-.5t-1.65-.975l-1.15 1.15q.975 .825 2.175 1.325t2.55 .625Zm1.5 0q1.35-.125 2.55-.625t2.175-1.325l-1.15-1.15q-.75 .6-1.65 .975t-1.925 .5v1.625Zm-.75-3.05q2.275 0 3.85-1.575t1.575-3.85q0-2.275-1.575-3.85t-3.85-1.575q-2.275 0-3.85 1.575t-1.575 3.85q0 2.275 1.575 3.85t3.85 1.575Zm6.525 .05q.825-.975 1.325-2.175t.625-2.55h-1.625q-.125 1.025-.5 1.925t-.975 1.65l1.15 1.15Zm-13.05 0 1.15-1.15q-.6-.75-.975-1.65t-.5-1.925h-1.625q.125 1.35 .625 2.55t1.325 2.175Zm6.525-1.825L9.25 12l2.75-3.65 2.725 3.65-2.725 3.65ZM3.525 11.25h1.625q.125-1.025 .5-1.925t.975-1.65l-1.15-1.15q-.825 .975-1.325 2.175t-.625 2.55Zm15.325 0h1.625q-.125-1.35-.625-2.55t-1.325-2.175l-1.15 1.15q.6 .75 .975 1.65t.5 1.925ZM7.675 6.625q.75-.6 1.65-.975t1.925-.5v-1.625q-1.35 .125-2.55 .625t-2.175 1.325l1.15 1.15Zm8.65 0 1.15-1.15q-.975-.825-2.175-1.325t-2.55-.625v1.625q1.025 .125 1.925 .5t1.65 .975Z" />
</vector>

Poker Chip icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/poker_chip.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/poker_chip.svg" width="24" height="24" alt="Poker Chip">

Poker Chip icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NamePoker Chip
Ligaturepoker_chip
Code pointU+F49B
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/poker_chip.svg, poker_chip-fill.svg
FlutterSymbols.poker_chip
LicenseApache License 2.0 (© Google LLC)

Keywords

socialentertainmentcollectionroundstackfinanceobjectleisuregamemoneyrecreationcurrencycoin

Related icons