chess bishop icon
chess-bishop-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-bishop-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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 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.9q0-.525.225-.987t.65-.788q1.075-.875 1.938-1.963T8.25 12H7q-.425 0-.712-.288T6 11t.288-.712T7 10h.8l-1-1.65q-.35-.575-.275-1.263T7.1 5.9l4.2-4.2q.3-.3.7-.3t.7.3l4.2 4.2q.5.5.575 1.188T17.2 8.35l-1 1.65h.8q.425 0 .713.288T18 11t-.288.713T17 12h-1.25q.575 1.275 1.438 2.363t1.937 1.962q.4.35.638.8T20 18.1V20q0 .825-.587 1.413T18 22zm6.713-14.288Q13 7.425 13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8t.713-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChessBishopRounded(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.9q0-.525.225-.987t.65-.788q1.075-.875 1.938-1.963T8.25 12H7q-.425 0-.712-.288T6 11t.288-.712T7 10h.8l-1-1.65q-.35-.575-.275-1.263T7.1 5.9l4.2-4.2q.3-.3.7-.3t.7.3l4.2 4.2q.5.5.575 1.188T17.2 8.35l-1 1.65h.8q.425 0 .713.288T18 11t-.288.713T17 12h-1.25q.575 1.275 1.438 2.363t1.937 1.962q.4.35.638.8T20 18.1V20q0 .825-.587 1.413T18 22zm6.713-14.288Q13 7.425 13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8t.713-.288"/></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.9q0-.525.225-.987t.65-.788q1.075-.875 1.938-1.963T8.25 12H7q-.425 0-.712-.288T6 11t.288-.712T7 10h.8l-1-1.65q-.35-.575-.275-1.263T7.1 5.9l4.2-4.2q.3-.3.7-.3t.7.3l4.2 4.2q.5.5.575 1.188T17.2 8.35l-1 1.65h.8q.425 0 .713.288T18 11t-.288.713T17 12h-1.25q.575 1.275 1.438 2.363t1.937 1.962q.4.35.638.8T20 18.1V20q0 .825-.587 1.413T18 22zm6.713-14.288Q13 7.425 13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8t.713-.288"/></svg> </template>
CSS
.icon-chess-bishop-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.9q0-.525.225-.987t.65-.788q1.075-.875%201.938-1.963T8.25%2012H7q-.425%200-.712-.288T6%2011t.288-.712T7%2010h.8l-1-1.65q-.35-.575-.275-1.263T7.1%205.9l4.2-4.2q.3-.3.7-.3t.7.3l4.2%204.2q.5.5.575%201.188T17.2%208.35l-1%201.65h.8q.425%200%20.713.288T18%2011t-.288.713T17%2012h-1.25q.575%201.275%201.438%202.363t1.937%201.962q.4.35.638.8T20%2018.1V20q0%20.825-.587%201.413T18%2022zm6.713-14.288Q13%207.425%2013%207t-.288-.712T12%206t-.712.288T11%207t.288.713T12%208t.713-.288%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.9q0-.525.225-.987t.65-.788q1.075-.875%201.938-1.963T8.25%2012H7q-.425%200-.712-.288T6%2011t.288-.712T7%2010h.8l-1-1.65q-.35-.575-.275-1.263T7.1%205.9l4.2-4.2q.3-.3.7-.3t.7.3l4.2%204.2q.5.5.575%201.188T17.2%208.35l-1%201.65h.8q.425%200%20.713.288T18%2011t-.288.713T17%2012h-1.25q.575%201.275%201.438%202.363t1.937%201.962q.4.35.638.8T20%2018.1V20q0%20.825-.587%201.413T18%2022zm6.713-14.288Q13%207.425%2013%207t-.288-.712T12%206t-.712.288T11%207t.288.713T12%208t.713-.288%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-rounded.svg?color=%231a73e8&size=48