chess pawn 2 icon
chess-pawn-2 from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-pawn-2
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chess-pawn-2-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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="M4 22q0-2.35 1.25-4.325t3.4-2.95q-.8-.725-1.225-1.687T7 11q0-1.35.663-2.5T9.5 6.675q-.25-.375-.375-.8T9 5q0-1.25.875-2.125T12 2t2.125.875T15 5q0 .45-.125.875t-.375.8q1.175.675 1.838 1.825T17 11q0 1.075-.437 2.038t-1.238 1.687q2.15.975 3.413 2.95T20 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChessPawn2(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="M4 22q0-2.35 1.25-4.325t3.4-2.95q-.8-.725-1.225-1.687T7 11q0-1.35.663-2.5T9.5 6.675q-.25-.375-.375-.8T9 5q0-1.25.875-2.125T12 2t2.125.875T15 5q0 .45-.125.875t-.375.8q1.175.675 1.838 1.825T17 11q0 1.075-.437 2.038t-1.238 1.687q2.15.975 3.413 2.95T20 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22q0-2.35 1.25-4.325t3.4-2.95q-.8-.725-1.225-1.687T7 11q0-1.35.663-2.5T9.5 6.675q-.25-.375-.375-.8T9 5q0-1.25.875-2.125T12 2t2.125.875T15 5q0 .45-.125.875t-.375.8q1.175.675 1.838 1.825T17 11q0 1.075-.437 2.038t-1.238 1.687q2.15.975 3.413 2.95T20 22z"/></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%22M4%2022q0-2.35%201.25-4.325t3.4-2.95q-.8-.725-1.225-1.687T7%2011q0-1.35.663-2.5T9.5%206.675q-.25-.375-.375-.8T9%205q0-1.25.875-2.125T12%202t2.125.875T15%205q0%20.45-.125.875t-.375.8q1.175.675%201.838%201.825T17%2011q0%201.075-.437%202.038t-1.238%201.687q2.15.975%203.413%202.95T20%2022z%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%22M4%2022q0-2.35%201.25-4.325t3.4-2.95q-.8-.725-1.225-1.687T7%2011q0-1.35.663-2.5T9.5%206.675q-.25-.375-.375-.8T9%205q0-1.25.875-2.125T12%202t2.125.875T15%205q0%20.45-.125.875t-.375.8q1.175.675%201.838%201.825T17%2011q0%201.075-.437%202.038t-1.238%201.687q2.15.975%203.413%202.95T20%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/chess-pawn-2.svg?color=%231a73e8&size=48