chess pawn 2 icon
chess-pawn-2-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-pawn-2-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chess-pawn-2-outline-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-.985.689-1.675t1.673-.69t1.676.69t.693 1.675q0 .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 21zm7-5.692q-2.117.019-3.744 1.33T6.152 20h11.69q-.476-2.05-2.1-3.362q-1.625-1.311-3.742-1.33m0-1q1.346 0 2.288-.95t.943-2.308t-.943-2.31T12 7.788t-2.289.954t-.942 2.316q0 1.354.942 2.302t2.289.948m.972-7.923q.394-.402.394-.981t-.393-.992T12.001 4t-.973.412q-.394.413-.394.992t.393.981t.972.403t.973-.403M12 11.04"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChessPawn2Outline(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-.985.689-1.675t1.673-.69t1.676.69t.693 1.675q0 .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 21zm7-5.692q-2.117.019-3.744 1.33T6.152 20h11.69q-.476-2.05-2.1-3.362q-1.625-1.311-3.742-1.33m0-1q1.346 0 2.288-.95t.943-2.308t-.943-2.31T12 7.788t-2.289.954t-.942 2.316q0 1.354.942 2.302t2.289.948m.972-7.923q.394-.402.394-.981t-.393-.992T12.001 4t-.973.412q-.394.413-.394.992t.393.981t.972.403t.973-.403M12 11.04"/></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-.985.689-1.675t1.673-.69t1.676.69t.693 1.675q0 .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 21zm7-5.692q-2.117.019-3.744 1.33T6.152 20h11.69q-.476-2.05-2.1-3.362q-1.625-1.311-3.742-1.33m0-1q1.346 0 2.288-.95t.943-2.308t-.943-2.31T12 7.788t-2.289.954t-.942 2.316q0 1.354.942 2.302t2.289.948m.972-7.923q.394-.402.394-.981t-.393-.992T12.001 4t-.973.412q-.394.413-.394.992t.393.981t.972.403t.973-.403M12 11.04"/></svg> </template>
CSS
.icon-chess-pawn-2-outline {
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-.985.689-1.675t1.673-.69t1.676.69t.693%201.675q0%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%2021zm7-5.692q-2.117.019-3.744%201.33T6.152%2020h11.69q-.476-2.05-2.1-3.362q-1.625-1.311-3.742-1.33m0-1q1.346%200%202.288-.95t.943-2.308t-.943-2.31T12%207.788t-2.289.954t-.942%202.316q0%201.354.942%202.302t2.289.948m.972-7.923q.394-.402.394-.981t-.393-.992T12.001%204t-.973.412q-.394.413-.394.992t.393.981t.972.403t.973-.403M12%2011.04%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-.985.689-1.675t1.673-.69t1.676.69t.693%201.675q0%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%2021zm7-5.692q-2.117.019-3.744%201.33T6.152%2020h11.69q-.476-2.05-2.1-3.362q-1.625-1.311-3.742-1.33m0-1q1.346%200%202.288-.95t.943-2.308t-.943-2.31T12%207.788t-2.289.954t-.942%202.316q0%201.354.942%202.302t2.289.948m.972-7.923q.394-.402.394-.981t-.393-.992T12.001%204t-.973.412q-.394.413-.394.992t.393.981t.972.403t.973-.403M12%2011.04%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-outline.svg?color=%231a73e8&size=48