chess pawn icon

chess-pawn from Line Awesome by Icons8 · Line · Games · Apache-2.0 Free for personal and commercial use.

Name
chess-pawn
Set
Line Awesome
Style
Line
Category
Games
Viewbox
32×32
License
Apache 2.0
Aliases
chess-pawn-solid

The same icon in other sets

More games icons from Line Awesome

Use the chess pawn icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 9c-2.2 0-4 1.8-4 4c0 1.2.559 2.266 1.406 3h-1.5c-.55.027-.98.496-.953 1.047s.496.98 1.047.953h.5l-1.406 3.563L10.375 23H8.906a1 1 0 0 0-.926.855c-.066.465.204.918.645 1.082l-1.344 1.344l-.281.313V29h18v-2.406l-.281-.313l-1.344-1.343c.457-.172.727-.649.633-1.13A1 1 0 0 0 23 23h-1.375l-.719-1.438L19.5 18h.5c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496h-1.406C19.44 15.266 20 14.2 20 13c0-2.2-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m-1.313 7h2.626l1.75 4.375l.03.031v.032l.282.562h-6.75l.281-.563v-.03l.031-.032zm-3.25 7h9.126l2 2H9.438z"/></svg>

React

import type { SVGProps } from "react";

export function LaChessPawn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 9c-2.2 0-4 1.8-4 4c0 1.2.559 2.266 1.406 3h-1.5c-.55.027-.98.496-.953 1.047s.496.98 1.047.953h.5l-1.406 3.563L10.375 23H8.906a1 1 0 0 0-.926.855c-.066.465.204.918.645 1.082l-1.344 1.344l-.281.313V29h18v-2.406l-.281-.313l-1.344-1.343c.457-.172.727-.649.633-1.13A1 1 0 0 0 23 23h-1.375l-.719-1.438L19.5 18h.5c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496h-1.406C19.44 15.266 20 14.2 20 13c0-2.2-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m-1.313 7h2.626l1.75 4.375l.03.031v.032l.282.562h-6.75l.281-.563v-.03l.031-.032zm-3.25 7h9.126l2 2H9.438z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 9c-2.2 0-4 1.8-4 4c0 1.2.559 2.266 1.406 3h-1.5c-.55.027-.98.496-.953 1.047s.496.98 1.047.953h.5l-1.406 3.563L10.375 23H8.906a1 1 0 0 0-.926.855c-.066.465.204.918.645 1.082l-1.344 1.344l-.281.313V29h18v-2.406l-.281-.313l-1.344-1.343c.457-.172.727-.649.633-1.13A1 1 0 0 0 23 23h-1.375l-.719-1.438L19.5 18h.5c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496h-1.406C19.44 15.266 20 14.2 20 13c0-2.2-1.8-4-4-4m0 2c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m-1.313 7h2.626l1.75 4.375l.03.031v.032l.282.562h-6.75l.281-.563v-.03l.031-.032zm-3.25 7h9.126l2 2H9.438z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209c-2.2%200-4%201.8-4%204c0%201.2.559%202.266%201.406%203h-1.5c-.55.027-.98.496-.953%201.047s.496.98%201.047.953h.5l-1.406%203.563L10.375%2023H8.906a1%201%200%200%200-.926.855c-.066.465.204.918.645%201.082l-1.344%201.344l-.281.313V29h18v-2.406l-.281-.313l-1.344-1.343c.457-.172.727-.649.633-1.13A1%201%200%200%200%2023%2023h-1.375l-.719-1.438L19.5%2018h.5c.36.004.695-.184.879-.496a1.01%201.01%200%200%200%200-1.008c-.184-.312-.52-.5-.879-.496h-1.406C19.44%2015.266%2020%2014.2%2020%2013c0-2.2-1.8-4-4-4m0%202c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m-1.313%207h2.626l1.75%204.375l.03.031v.032l.282.562h-6.75l.281-.563v-.03l.031-.032zm-3.25%207h9.126l2%202H9.438z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209c-2.2%200-4%201.8-4%204c0%201.2.559%202.266%201.406%203h-1.5c-.55.027-.98.496-.953%201.047s.496.98%201.047.953h.5l-1.406%203.563L10.375%2023H8.906a1%201%200%200%200-.926.855c-.066.465.204.918.645%201.082l-1.344%201.344l-.281.313V29h18v-2.406l-.281-.313l-1.344-1.343c.457-.172.727-.649.633-1.13A1%201%200%200%200%2023%2023h-1.375l-.719-1.438L19.5%2018h.5c.36.004.695-.184.879-.496a1.01%201.01%200%200%200%200-1.008c-.184-.312-.52-.5-.879-.496h-1.406C19.44%2015.266%2020%2014.2%2020%2013c0-2.2-1.8-4-4-4m0%202c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m-1.313%207h2.626l1.75%204.375l.03.031v.032l.282.562h-6.75l.281-.563v-.03l.031-.032zm-3.25%207h9.126l2%202H9.438z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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