Chess Pawn 2 icon

Chess Pawn 2 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

chess_pawn_2_outlined_fill0_wght400.svg

Chess Pawn 2 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,[email protected],100..700,0..1,-50..200&icon_names=chess_pawn_2" />

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

Chess Pawn 2 icon in React

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

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

Chess Pawn 2 icon in Vue

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

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

Chess Pawn 2 icon in Angular

With Angular Material and the font from the HTML tab:

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

Chess Pawn 2 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.chess_pawn_2, fill: 0, weight: 400)

Chess Pawn 2 icon in Android

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

<!-- res/drawable/chess_pawn_2.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="M4 22q.075-2.4 1.463-4.312T9.075 14.9q-.925-.7-1.45-1.723-.525-1.024-.525-2.167Q7.1 9.575 7.825 8.4t2-1.8q-.325-.375-.487-.841Q9.175 5.293 9.175 4.8q0-1.177 .824-2.001 .823-.824 2-.824T14 2.799q.825 .824 .825 2.001 0 .493-.15 .959Q14.525 6.225 14.2 6.6q1.275 .625 1.988 1.8T16.9 11.01q0 1.143-.525 2.167Q15.85 14.2 14.925 14.9q2.225 .875 3.613 2.788T20 22H4Zm8-6.15q-2.2-.025-3.925 1.263T5.75 20.5h12.525q-.6-2.1-2.337-3.387T12 15.85Zm.006-1.5q1.419 0 2.407-.975 .987-.975 .987-2.4t-.993-2.4q-.994-.975-2.413-.975-1.419 0-2.406 .994-.988 .993-.988 2.412 0 1.419 .994 2.382 .993 .962 2.412 .962Zm.932-8.643q.387-.368 .387-.913T12.938 3.875Q12.55 3.5 12 3.5t-.937 .373q-.388 .373-.388 .925t.388 .915Q11.45 6.075 12 6.075t.938-.368ZM12 4.8Zm0 15.7Zm0-9.525Z" />
</vector>

Chess Pawn 2 icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/chess_pawn_2.svg" width="24" height="24" alt="Chess Pawn 2">

Chess Pawn 2 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

NameChess Pawn 2
Ligaturechess_pawn_2
Code pointU+F25D
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/chess_pawn_2.svg, chess_pawn_2-fill.svg
FlutterSymbols.chess_pawn_2
LicenseApache License 2.0 (© Google LLC)

Keywords

socialicongraphicsimplesilhouetteobjectgamebasicfilldrawingillustrationrepresentationboard

Related icons