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

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

The same icon in other sets

More chess icons from Font Awesome Regular

Use the chess pawn icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 32c66.3 0 120 53.7 120 120c0 27.6-9.3 52.9-24.9 73.2c9.8 3 16.9 12.1 16.9 22.8c0 13.3-10.7 24-24 24h-.6L432 432l53.6 67c6.7 8.4 10.4 18.8 10.4 29.6c0 26.2-21.2 47.4-47.4 47.4H191.4c-26.2 0-47.4-21.2-47.4-47.4c0-10.8 3.7-21.2 10.4-29.6l53.6-67l24.6-160h-.6c-13.3 0-24-10.7-24-24c0-10.8 7.1-19.8 16.9-22.8c-15.6-20.3-24.9-45.6-24.9-73.2c0-66.3 53.7-120 120-120m-76.1 432l-51.2 64h254.7l-51.2-64H244zm36.2-184.7l-21 136.7H381l-21-136.7l-1.1-7.3h-77.6l-1.1 7.3zM320 80c-39.8 0-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularChessPawn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 32c66.3 0 120 53.7 120 120c0 27.6-9.3 52.9-24.9 73.2c9.8 3 16.9 12.1 16.9 22.8c0 13.3-10.7 24-24 24h-.6L432 432l53.6 67c6.7 8.4 10.4 18.8 10.4 29.6c0 26.2-21.2 47.4-47.4 47.4H191.4c-26.2 0-47.4-21.2-47.4-47.4c0-10.8 3.7-21.2 10.4-29.6l53.6-67l24.6-160h-.6c-13.3 0-24-10.7-24-24c0-10.8 7.1-19.8 16.9-22.8c-15.6-20.3-24.9-45.6-24.9-73.2c0-66.3 53.7-120 120-120m-76.1 432l-51.2 64h254.7l-51.2-64H244zm36.2-184.7l-21 136.7H381l-21-136.7l-1.1-7.3h-77.6l-1.1 7.3zM320 80c-39.8 0-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 32c66.3 0 120 53.7 120 120c0 27.6-9.3 52.9-24.9 73.2c9.8 3 16.9 12.1 16.9 22.8c0 13.3-10.7 24-24 24h-.6L432 432l53.6 67c6.7 8.4 10.4 18.8 10.4 29.6c0 26.2-21.2 47.4-47.4 47.4H191.4c-26.2 0-47.4-21.2-47.4-47.4c0-10.8 3.7-21.2 10.4-29.6l53.6-67l24.6-160h-.6c-13.3 0-24-10.7-24-24c0-10.8 7.1-19.8 16.9-22.8c-15.6-20.3-24.9-45.6-24.9-73.2c0-66.3 53.7-120 120-120m-76.1 432l-51.2 64h254.7l-51.2-64H244zm36.2-184.7l-21 136.7H381l-21-136.7l-1.1-7.3h-77.6l-1.1 7.3zM320 80c-39.8 0-72 32.2-72 72s32.2 72 72 72s72-32.2 72-72s-32.2-72-72-72"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2032c66.3%200%20120%2053.7%20120%20120c0%2027.6-9.3%2052.9-24.9%2073.2c9.8%203%2016.9%2012.1%2016.9%2022.8c0%2013.3-10.7%2024-24%2024h-.6L432%20432l53.6%2067c6.7%208.4%2010.4%2018.8%2010.4%2029.6c0%2026.2-21.2%2047.4-47.4%2047.4H191.4c-26.2%200-47.4-21.2-47.4-47.4c0-10.8%203.7-21.2%2010.4-29.6l53.6-67l24.6-160h-.6c-13.3%200-24-10.7-24-24c0-10.8%207.1-19.8%2016.9-22.8c-15.6-20.3-24.9-45.6-24.9-73.2c0-66.3%2053.7-120%20120-120m-76.1%20432l-51.2%2064h254.7l-51.2-64H244zm36.2-184.7l-21%20136.7H381l-21-136.7l-1.1-7.3h-77.6l-1.1%207.3zM320%2080c-39.8%200-72%2032.2-72%2072s32.2%2072%2072%2072s72-32.2%2072-72s-32.2-72-72-72%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2032c66.3%200%20120%2053.7%20120%20120c0%2027.6-9.3%2052.9-24.9%2073.2c9.8%203%2016.9%2012.1%2016.9%2022.8c0%2013.3-10.7%2024-24%2024h-.6L432%20432l53.6%2067c6.7%208.4%2010.4%2018.8%2010.4%2029.6c0%2026.2-21.2%2047.4-47.4%2047.4H191.4c-26.2%200-47.4-21.2-47.4-47.4c0-10.8%203.7-21.2%2010.4-29.6l53.6-67l24.6-160h-.6c-13.3%200-24-10.7-24-24c0-10.8%207.1-19.8%2016.9-22.8c-15.6-20.3-24.9-45.6-24.9-73.2c0-66.3%2053.7-120%20120-120m-76.1%20432l-51.2%2064h254.7l-51.2-64H244zm36.2-184.7l-21%20136.7H381l-21-136.7l-1.1-7.3h-77.6l-1.1%207.3zM320%2080c-39.8%200-72%2032.2-72%2072s32.2%2072%2072%2072s72-32.2%2072-72s-32.2-72-72-72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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