chess-bishop from Font Awesome Regular by Dave Gandy · Regular · Chess · CC-BY-4.0 Attribution required.

Name
chess-bishop
Set
Font Awesome Regular
Style
Regular
Category
Chess
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More chess icons from Font Awesome Regular

Use the chess bishop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M376 64c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16l81.8 98.1c24.7 29.6 38.2 67 38.2 105.6c0 43.7-17.4 85.7-48.3 116.6l-8.6 8.6l46.5 58.2c6.7 8.4 10.4 18.8 10.4 29.6c0 26.2-21.2 47.4-47.4 47.4l-225.2-.1c-26.2 0-47.4-21.2-47.4-47.4c0-10.7 3.7-21.2 10.4-29.6l46.5-58.2l-8.6-8.6c-30.9-30.8-48.3-72.8-48.3-116.5c0-38.6 13.5-75.9 38.2-105.6L280 112h-16c-13.3 0-24-10.7-24-24s10.7-24 24-24zM254.4 470.8L208.7 528h222.7l-45.7-57.1l-5.5-6.9H259.9zm62.5-328.1l-81.8 98.1c-15.3 18.4-24.6 41-26.7 64.7l-.4 10.2c0 31 12.3 60.7 34.2 82.7l17.7 17.7h120.2c6.2-6.2 12.1-12.1 17.8-17.7c21.9-21.9 34.2-51.6 34.2-82.6l-.4-10.2c-1.5-17-6.7-33.3-15.2-48L369 305c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l51.8-51.8l-63.7-76.5l-3.1-3.8l-3.1 3.8z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularChessBishop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M376 64c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16l81.8 98.1c24.7 29.6 38.2 67 38.2 105.6c0 43.7-17.4 85.7-48.3 116.6l-8.6 8.6l46.5 58.2c6.7 8.4 10.4 18.8 10.4 29.6c0 26.2-21.2 47.4-47.4 47.4l-225.2-.1c-26.2 0-47.4-21.2-47.4-47.4c0-10.7 3.7-21.2 10.4-29.6l46.5-58.2l-8.6-8.6c-30.9-30.8-48.3-72.8-48.3-116.5c0-38.6 13.5-75.9 38.2-105.6L280 112h-16c-13.3 0-24-10.7-24-24s10.7-24 24-24zM254.4 470.8L208.7 528h222.7l-45.7-57.1l-5.5-6.9H259.9zm62.5-328.1l-81.8 98.1c-15.3 18.4-24.6 41-26.7 64.7l-.4 10.2c0 31 12.3 60.7 34.2 82.7l17.7 17.7h120.2c6.2-6.2 12.1-12.1 17.8-17.7c21.9-21.9 34.2-51.6 34.2-82.6l-.4-10.2c-1.5-17-6.7-33.3-15.2-48L369 305c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l51.8-51.8l-63.7-76.5l-3.1-3.8l-3.1 3.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M376 64c13.3 0 24 10.7 24 24s-10.7 24-24 24h-16l81.8 98.1c24.7 29.6 38.2 67 38.2 105.6c0 43.7-17.4 85.7-48.3 116.6l-8.6 8.6l46.5 58.2c6.7 8.4 10.4 18.8 10.4 29.6c0 26.2-21.2 47.4-47.4 47.4l-225.2-.1c-26.2 0-47.4-21.2-47.4-47.4c0-10.7 3.7-21.2 10.4-29.6l46.5-58.2l-8.6-8.6c-30.9-30.8-48.3-72.8-48.3-116.5c0-38.6 13.5-75.9 38.2-105.6L280 112h-16c-13.3 0-24-10.7-24-24s10.7-24 24-24zM254.4 470.8L208.7 528h222.7l-45.7-57.1l-5.5-6.9H259.9zm62.5-328.1l-81.8 98.1c-15.3 18.4-24.6 41-26.7 64.7l-.4 10.2c0 31 12.3 60.7 34.2 82.7l17.7 17.7h120.2c6.2-6.2 12.1-12.1 17.8-17.7c21.9-21.9 34.2-51.6 34.2-82.6l-.4-10.2c-1.5-17-6.7-33.3-15.2-48L369 305c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l51.8-51.8l-63.7-76.5l-3.1-3.8l-3.1 3.8z"/></svg>
</template>

CSS

.icon-chess-bishop {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M376%2064c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-16l81.8%2098.1c24.7%2029.6%2038.2%2067%2038.2%20105.6c0%2043.7-17.4%2085.7-48.3%20116.6l-8.6%208.6l46.5%2058.2c6.7%208.4%2010.4%2018.8%2010.4%2029.6c0%2026.2-21.2%2047.4-47.4%2047.4l-225.2-.1c-26.2%200-47.4-21.2-47.4-47.4c0-10.7%203.7-21.2%2010.4-29.6l46.5-58.2l-8.6-8.6c-30.9-30.8-48.3-72.8-48.3-116.5c0-38.6%2013.5-75.9%2038.2-105.6L280%20112h-16c-13.3%200-24-10.7-24-24s10.7-24%2024-24zM254.4%20470.8L208.7%20528h222.7l-45.7-57.1l-5.5-6.9H259.9zm62.5-328.1l-81.8%2098.1c-15.3%2018.4-24.6%2041-26.7%2064.7l-.4%2010.2c0%2031%2012.3%2060.7%2034.2%2082.7l17.7%2017.7h120.2c6.2-6.2%2012.1-12.1%2017.8-17.7c21.9-21.9%2034.2-51.6%2034.2-82.6l-.4-10.2c-1.5-17-6.7-33.3-15.2-48L369%20305c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l51.8-51.8l-63.7-76.5l-3.1-3.8l-3.1%203.8z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M376%2064c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-16l81.8%2098.1c24.7%2029.6%2038.2%2067%2038.2%20105.6c0%2043.7-17.4%2085.7-48.3%20116.6l-8.6%208.6l46.5%2058.2c6.7%208.4%2010.4%2018.8%2010.4%2029.6c0%2026.2-21.2%2047.4-47.4%2047.4l-225.2-.1c-26.2%200-47.4-21.2-47.4-47.4c0-10.7%203.7-21.2%2010.4-29.6l46.5-58.2l-8.6-8.6c-30.9-30.8-48.3-72.8-48.3-116.5c0-38.6%2013.5-75.9%2038.2-105.6L280%20112h-16c-13.3%200-24-10.7-24-24s10.7-24%2024-24zM254.4%20470.8L208.7%20528h222.7l-45.7-57.1l-5.5-6.9H259.9zm62.5-328.1l-81.8%2098.1c-15.3%2018.4-24.6%2041-26.7%2064.7l-.4%2010.2c0%2031%2012.3%2060.7%2034.2%2082.7l17.7%2017.7h120.2c6.2-6.2%2012.1-12.1%2017.8-17.7c21.9-21.9%2034.2-51.6%2034.2-82.6l-.4-10.2c-1.5-17-6.7-33.3-15.2-48L369%20305c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l51.8-51.8l-63.7-76.5l-3.1-3.8l-3.1%203.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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