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

Name
chess-pawn-2-outline-rounded
Set
Material Symbols
Style
Outline 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 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.825 22q-.75 0-1.25-.55T4.2 20.175q.425-1.8 1.575-3.225t2.875-2.225q-.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.687q1.725.8 2.875 2.225t1.575 3.225q.175.725-.325 1.275t-1.275.55zM12 16q-1.925 0-3.475 1.1t-2.2 2.9H17.65q-.65-1.8-2.187-2.9T12 16m0-2q1.25 0 2.125-.875T15 11t-.875-2.125T12 8t-2.125.875T9 11t.875 2.125T12 14m.713-8.287Q13 5.425 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M12 11"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChessPawn2OutlineRounded(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.825 22q-.75 0-1.25-.55T4.2 20.175q.425-1.8 1.575-3.225t2.875-2.225q-.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.687q1.725.8 2.875 2.225t1.575 3.225q.175.725-.325 1.275t-1.275.55zM12 16q-1.925 0-3.475 1.1t-2.2 2.9H17.65q-.65-1.8-2.187-2.9T12 16m0-2q1.25 0 2.125-.875T15 11t-.875-2.125T12 8t-2.125.875T9 11t.875 2.125T12 14m.713-8.287Q13 5.425 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M12 11"/></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.825 22q-.75 0-1.25-.55T4.2 20.175q.425-1.8 1.575-3.225t2.875-2.225q-.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.687q1.725.8 2.875 2.225t1.575 3.225q.175.725-.325 1.275t-1.275.55zM12 16q-1.925 0-3.475 1.1t-2.2 2.9H17.65q-.65-1.8-2.187-2.9T12 16m0-2q1.25 0 2.125-.875T15 11t-.875-2.125T12 8t-2.125.875T9 11t.875 2.125T12 14m.713-8.287Q13 5.425 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M12 11"/></svg>
</template>

CSS

.icon-chess-pawn-2-outline-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%22M5.825%2022q-.75%200-1.25-.55T4.2%2020.175q.425-1.8%201.575-3.225t2.875-2.225q-.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.687q1.725.8%202.875%202.225t1.575%203.225q.175.725-.325%201.275t-1.275.55zM12%2016q-1.925%200-3.475%201.1t-2.2%202.9H17.65q-.65-1.8-2.187-2.9T12%2016m0-2q1.25%200%202.125-.875T15%2011t-.875-2.125T12%208t-2.125.875T9%2011t.875%202.125T12%2014m.713-8.287Q13%205.425%2013%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206t.713-.288M12%2011%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.825%2022q-.75%200-1.25-.55T4.2%2020.175q.425-1.8%201.575-3.225t2.875-2.225q-.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.687q1.725.8%202.875%202.225t1.575%203.225q.175.725-.325%201.275t-1.275.55zM12%2016q-1.925%200-3.475%201.1t-2.2%202.9H17.65q-.65-1.8-2.187-2.9T12%2016m0-2q1.25%200%202.125-.875T15%2011t-.875-2.125T12%208t-2.125.875T9%2011t.875%202.125T12%2014m.713-8.287Q13%205.425%2013%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206t.713-.288M12%2011%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-outline-rounded.svg?color=%231a73e8&size=48