chess-pawn-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
chess-pawn-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

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="M6 22q-.825 0-1.412-.587T4 20v-1.975q0-.5.225-.925t.6-.725q1.725-1.4 2.587-2.825T8.625 11H7q-.425 0-.712-.288T6 10t.288-.712T7 9h1.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 9H17q.425 0 .713.288T18 10t-.288.713T17 11h-1.625q.35 1.125 1.213 2.55t2.587 2.825q.375.3.6.725t.225.925V20q0 .825-.587 1.413T18 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChessPawnRounded(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="M6 22q-.825 0-1.412-.587T4 20v-1.975q0-.5.225-.925t.6-.725q1.725-1.4 2.587-2.825T8.625 11H7q-.425 0-.712-.288T6 10t.288-.712T7 9h1.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 9H17q.425 0 .713.288T18 10t-.288.713T17 11h-1.625q.35 1.125 1.213 2.55t2.587 2.825q.375.3.6.725t.225.925V20q0 .825-.587 1.413T18 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="M6 22q-.825 0-1.412-.587T4 20v-1.975q0-.5.225-.925t.6-.725q1.725-1.4 2.587-2.825T8.625 11H7q-.425 0-.712-.288T6 10t.288-.712T7 9h1.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 9H17q.425 0 .713.288T18 10t-.288.713T17 11h-1.625q.35 1.125 1.213 2.55t2.587 2.825q.375.3.6.725t.225.925V20q0 .825-.587 1.413T18 22z"/></svg>
</template>

CSS

.icon-chess-pawn-rounded {
  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%22M6%2022q-.825%200-1.412-.587T4%2020v-1.975q0-.5.225-.925t.6-.725q1.725-1.4%202.587-2.825T8.625%2011H7q-.425%200-.712-.288T6%2010t.288-.712T7%209h1.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%209H17q.425%200%20.713.288T18%2010t-.288.713T17%2011h-1.625q.35%201.125%201.213%202.55t2.587%202.825q.375.3.6.725t.225.925V20q0%20.825-.587%201.413T18%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%22M6%2022q-.825%200-1.412-.587T4%2020v-1.975q0-.5.225-.925t.6-.725q1.725-1.4%202.587-2.825T8.625%2011H7q-.425%200-.712-.288T6%2010t.288-.712T7%209h1.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%209H17q.425%200%20.713.288T18%2010t-.288.713T17%2011h-1.625q.35%201.125%201.213%202.55t2.587%202.825q.375.3.6.725t.225.925V20q0%20.825-.587%201.413T18%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-rounded.svg?color=%231a73e8&size=48