chess bishop 2 icon

chess-bishop-2 from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
chess-bishop-2
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the chess bishop 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 18q-1.025-1.275-1.513-2.95T4 11.175q0-1.85 1.625-3.738t4.6-3.537q-.125-.2-.175-.437T10 3q0-.825.588-1.412T12 1t1.413.588T14 3q0 .2-.05.413t-.15.412q3.125 1.65 4.662 3.488T20 11.175q0 2.425-.462 4.025T18 18zm-.5 4q-.625 0-1.062-.437T4 20.5t.438-1.062T5.5 19h13q.625 0 1.063.438T20 20.5t-.437 1.063T18.5 22zm5.5-8h2v-2h2v-2h-2V8h-2v2H9v2h2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChessBishop2(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 18q-1.025-1.275-1.513-2.95T4 11.175q0-1.85 1.625-3.738t4.6-3.537q-.125-.2-.175-.437T10 3q0-.825.588-1.412T12 1t1.413.588T14 3q0 .2-.05.413t-.15.412q3.125 1.65 4.662 3.488T20 11.175q0 2.425-.462 4.025T18 18zm-.5 4q-.625 0-1.062-.437T4 20.5t.438-1.062T5.5 19h13q.625 0 1.063.438T20 20.5t-.437 1.063T18.5 22zm5.5-8h2v-2h2v-2h-2V8h-2v2H9v2h2z"/></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 18q-1.025-1.275-1.513-2.95T4 11.175q0-1.85 1.625-3.738t4.6-3.537q-.125-.2-.175-.437T10 3q0-.825.588-1.412T12 1t1.413.588T14 3q0 .2-.05.413t-.15.412q3.125 1.65 4.662 3.488T20 11.175q0 2.425-.462 4.025T18 18zm-.5 4q-.625 0-1.062-.437T4 20.5t.438-1.062T5.5 19h13q.625 0 1.063.438T20 20.5t-.437 1.063T18.5 22zm5.5-8h2v-2h2v-2h-2V8h-2v2H9v2h2z"/></svg>
</template>

CSS

.icon-chess-bishop-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%22M6%2018q-1.025-1.275-1.513-2.95T4%2011.175q0-1.85%201.625-3.738t4.6-3.537q-.125-.2-.175-.437T10%203q0-.825.588-1.412T12%201t1.413.588T14%203q0%20.2-.05.413t-.15.412q3.125%201.65%204.662%203.488T20%2011.175q0%202.425-.462%204.025T18%2018zm-.5%204q-.625%200-1.062-.437T4%2020.5t.438-1.062T5.5%2019h13q.625%200%201.063.438T20%2020.5t-.437%201.063T18.5%2022zm5.5-8h2v-2h2v-2h-2V8h-2v2H9v2h2z%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%2018q-1.025-1.275-1.513-2.95T4%2011.175q0-1.85%201.625-3.738t4.6-3.537q-.125-.2-.175-.437T10%203q0-.825.588-1.412T12%201t1.413.588T14%203q0%20.2-.05.413t-.15.412q3.125%201.65%204.662%203.488T20%2011.175q0%202.425-.462%204.025T18%2018zm-.5%204q-.625%200-1.062-.437T4%2020.5t.438-1.062T5.5%2019h13q.625%200%201.063.438T20%2020.5t-.437%201.063T18.5%2022zm5.5-8h2v-2h2v-2h-2V8h-2v2H9v2h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/chess-bishop-2.svg?color=%231a73e8&size=48