chess pawn 2 icon
chess-pawn-2 from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-pawn-2
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chess-pawn-2-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the chess pawn 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q.135-2.196 1.452-3.93q1.317-1.735 3.39-2.403q-.973-.552-1.523-1.514t-.55-2.095q0-1.312.72-2.375q.72-1.064 1.934-1.547q-.385-.336-.586-.79q-.202-.454-.202-.962q0-.98.692-1.673q.692-.692 1.673-.692t1.673.692t.693 1.673q0 .508-.202.962t-.587.79q1.214.483 1.934 1.547q.72 1.063.72 2.375q0 1.132-.553 2.095q-.553.962-1.526 1.514q2.073.667 3.393 2.402T19 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChessPawn2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q.135-2.196 1.452-3.93q1.317-1.735 3.39-2.403q-.973-.552-1.523-1.514t-.55-2.095q0-1.312.72-2.375q.72-1.064 1.934-1.547q-.385-.336-.586-.79q-.202-.454-.202-.962q0-.98.692-1.673q.692-.692 1.673-.692t1.673.692t.693 1.673q0 .508-.202.962t-.587.79q1.214.483 1.934 1.547q.72 1.063.72 2.375q0 1.132-.553 2.095q-.553.962-1.526 1.514q2.073.667 3.393 2.402T19 21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q.135-2.196 1.452-3.93q1.317-1.735 3.39-2.403q-.973-.552-1.523-1.514t-.55-2.095q0-1.312.72-2.375q.72-1.064 1.934-1.547q-.385-.336-.586-.79q-.202-.454-.202-.962q0-.98.692-1.673q.692-.692 1.673-.692t1.673.692t.693 1.673q0 .508-.202.962t-.587.79q1.214.483 1.934 1.547q.72 1.063.72 2.375q0 1.132-.553 2.095q-.553.962-1.526 1.514q2.073.667 3.393 2.402T19 21z"/></svg> </template>
CSS
.icon-chess-pawn-2 {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2021q.135-2.196%201.452-3.93q1.317-1.735%203.39-2.403q-.973-.552-1.523-1.514t-.55-2.095q0-1.312.72-2.375q.72-1.064%201.934-1.547q-.385-.336-.586-.79q-.202-.454-.202-.962q0-.98.692-1.673q.692-.692%201.673-.692t1.673.692t.693%201.673q0%20.508-.202.962t-.587.79q1.214.483%201.934%201.547q.72%201.063.72%202.375q0%201.132-.553%202.095q-.553.962-1.526%201.514q2.073.667%203.393%202.402T19%2021z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2021q.135-2.196%201.452-3.93q1.317-1.735%203.39-2.403q-.973-.552-1.523-1.514t-.55-2.095q0-1.312.72-2.375q.72-1.064%201.934-1.547q-.385-.336-.586-.79q-.202-.454-.202-.962q0-.98.692-1.673q.692-.692%201.673-.692t1.673.692t.693%201.673q0%20.508-.202.962t-.587.79q1.214.483%201.934%201.547q.72%201.063.72%202.375q0%201.132-.553%202.095q-.553.962-1.526%201.514q2.073.667%203.393%202.402T19%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/chess-pawn-2.svg?color=%231a73e8&size=48