chess-pawn from Font Awesome 6 Regular by Dave Gandy · Regular · Chess · CC-BY-4.0 Attribution required.

Name
chess-pawn
Set
Font Awesome 6 Regular
Style
Regular
Category
Chess
Viewbox
320×512
License
CC BY 4.0

The same icon in other sets

More chess icons from Font Awesome 6 Regular

Use the chess pawn icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M232 152a72 72 0 1 0-144 0a72 72 0 1 0 144 0m24 120h-12.6l10.7 80h-48.4L195 272h-70l-10.7 80H65.9l10.7-80H64c-13.3 0-24-10.7-24-24s10.7-24 24-24c-15.1-20.1-24-45-24-72C40 85.7 93.7 32 160 32s120 53.7 120 120c0 27-8.9 51.9-24 72c13.3 0 24 10.7 24 24s-10.7 24-24 24M52.7 464h214.7l-16.6-32H69.2zm207.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H40.8C18.2 512 0 493.8 0 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2c5.4-10.6 16.4-17.3 28.4-17.3h201z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularChessPawn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M232 152a72 72 0 1 0-144 0a72 72 0 1 0 144 0m24 120h-12.6l10.7 80h-48.4L195 272h-70l-10.7 80H65.9l10.7-80H64c-13.3 0-24-10.7-24-24s10.7-24 24-24c-15.1-20.1-24-45-24-72C40 85.7 93.7 32 160 32s120 53.7 120 120c0 27-8.9 51.9-24 72c13.3 0 24 10.7 24 24s-10.7 24-24 24M52.7 464h214.7l-16.6-32H69.2zm207.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H40.8C18.2 512 0 493.8 0 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2c5.4-10.6 16.4-17.3 28.4-17.3h201z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M232 152a72 72 0 1 0-144 0a72 72 0 1 0 144 0m24 120h-12.6l10.7 80h-48.4L195 272h-70l-10.7 80H65.9l10.7-80H64c-13.3 0-24-10.7-24-24s10.7-24 24-24c-15.1-20.1-24-45-24-72C40 85.7 93.7 32 160 32s120 53.7 120 120c0 27-8.9 51.9-24 72c13.3 0 24 10.7 24 24s-10.7 24-24 24M52.7 464h214.7l-16.6-32H69.2zm207.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H40.8C18.2 512 0 493.8 0 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2c5.4-10.6 16.4-17.3 28.4-17.3h201z"/></svg>
</template>

CSS

.icon-chess-pawn {
  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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20152a72%2072%200%201%200-144%200a72%2072%200%201%200%20144%200m24%20120h-12.6l10.7%2080h-48.4L195%20272h-70l-10.7%2080H65.9l10.7-80H64c-13.3%200-24-10.7-24-24s10.7-24%2024-24c-15.1-20.1-24-45-24-72C40%2085.7%2093.7%2032%20160%2032s120%2053.7%20120%20120c0%2027-8.9%2051.9-24%2072c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024M52.7%20464h214.7l-16.6-32H69.2zm207.9-80c12%200%2022.9%206.7%2028.4%2017.3l26.5%2051.2c3%205.8%204.6%2012.2%204.6%2018.7c0%2022.5-18.2%2040.8-40.8%2040.8H40.8C18.2%20512%200%20493.8%200%20471.2c0-6.5%201.6-12.9%204.6-18.7l26.5-51.2c5.4-10.6%2016.4-17.3%2028.4-17.3h201z%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20152a72%2072%200%201%200-144%200a72%2072%200%201%200%20144%200m24%20120h-12.6l10.7%2080h-48.4L195%20272h-70l-10.7%2080H65.9l10.7-80H64c-13.3%200-24-10.7-24-24s10.7-24%2024-24c-15.1-20.1-24-45-24-72C40%2085.7%2093.7%2032%20160%2032s120%2053.7%20120%20120c0%2027-8.9%2051.9-24%2072c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024M52.7%20464h214.7l-16.6-32H69.2zm207.9-80c12%200%2022.9%206.7%2028.4%2017.3l26.5%2051.2c3%205.8%204.6%2012.2%204.6%2018.7c0%2022.5-18.2%2040.8-40.8%2040.8H40.8C18.2%20512%200%20493.8%200%20471.2c0-6.5%201.6-12.9%204.6-18.7l26.5-51.2c5.4-10.6%2016.4-17.3%2028.4-17.3h201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/chess-pawn.svg?color=%231a73e8&size=48