chess pawn icon
chess-pawn-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-pawn-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chess-pawn-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
chess-pawnFont Awesome 6 Regularchess-pawnFont Awesome 6 Solidchess-pawnFont Awesome Regularchess-pawnFont Awesome Solidchess-pawnFluent Emojichess-pawnFluent Emoji Flatchess-pawnFluent Emoji High Contrastchess-pawnHuge Iconschess-pawnLine Awesomechess-pawnLucidechess-pawnMaterial Symbols Lightchess-pawnMaterial Design Iconschess-pawnNoto Emojichess-pawnOpenMojichess-pawnTwitter Emoji
More social icons from Material Symbols
Use the chess pawn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22v-5q2.2-1.5 3.225-3.125T8.625 11H6V9h2.25q-.35-.55-.55-1.175T7.5 6.5q0-1.875 1.313-3.187T12 2t3.188 1.313T16.5 6.5q0 .7-.2 1.325T15.75 9H18v2h-2.625q.375 1.25 1.4 2.875T20 17v5zm2-2h12v-2q-2.3-1.8-3.325-3.713T13.3 11h-2.6q-.35 1.375-1.375 3.288T6 18zm6-11q1.05 0 1.775-.725T14.5 6.5t-.725-1.775T12 4t-1.775.725T9.5 6.5t.725 1.775T12 9m0-2.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChessPawnOutline(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 22v-5q2.2-1.5 3.225-3.125T8.625 11H6V9h2.25q-.35-.55-.55-1.175T7.5 6.5q0-1.875 1.313-3.187T12 2t3.188 1.313T16.5 6.5q0 .7-.2 1.325T15.75 9H18v2h-2.625q.375 1.25 1.4 2.875T20 17v5zm2-2h12v-2q-2.3-1.8-3.325-3.713T13.3 11h-2.6q-.35 1.375-1.375 3.288T6 18zm6-11q1.05 0 1.775-.725T14.5 6.5t-.725-1.775T12 4t-1.775.725T9.5 6.5t.725 1.775T12 9m0-2.5"/></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 22v-5q2.2-1.5 3.225-3.125T8.625 11H6V9h2.25q-.35-.55-.55-1.175T7.5 6.5q0-1.875 1.313-3.187T12 2t3.188 1.313T16.5 6.5q0 .7-.2 1.325T15.75 9H18v2h-2.625q.375 1.25 1.4 2.875T20 17v5zm2-2h12v-2q-2.3-1.8-3.325-3.713T13.3 11h-2.6q-.35 1.375-1.375 3.288T6 18zm6-11q1.05 0 1.775-.725T14.5 6.5t-.725-1.775T12 4t-1.775.725T9.5 6.5t.725 1.775T12 9m0-2.5"/></svg> </template>
CSS
.icon-chess-pawn-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%22M4%2022v-5q2.2-1.5%203.225-3.125T8.625%2011H6V9h2.25q-.35-.55-.55-1.175T7.5%206.5q0-1.875%201.313-3.187T12%202t3.188%201.313T16.5%206.5q0%20.7-.2%201.325T15.75%209H18v2h-2.625q.375%201.25%201.4%202.875T20%2017v5zm2-2h12v-2q-2.3-1.8-3.325-3.713T13.3%2011h-2.6q-.35%201.375-1.375%203.288T6%2018zm6-11q1.05%200%201.775-.725T14.5%206.5t-.725-1.775T12%204t-1.775.725T9.5%206.5t.725%201.775T12%209m0-2.5%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%2022v-5q2.2-1.5%203.225-3.125T8.625%2011H6V9h2.25q-.35-.55-.55-1.175T7.5%206.5q0-1.875%201.313-3.187T12%202t3.188%201.313T16.5%206.5q0%20.7-.2%201.325T15.75%209H18v2h-2.625q.375%201.25%201.4%202.875T20%2017v5zm2-2h12v-2q-2.3-1.8-3.325-3.713T13.3%2011h-2.6q-.35%201.375-1.375%203.288T6%2018zm6-11q1.05%200%201.775-.725T14.5%206.5t-.725-1.775T12%204t-1.775.725T9.5%206.5t.725%201.775T12%209m0-2.5%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-outline.svg?color=%231a73e8&size=48