chess bishop 2 icon
chess-bishop-2-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-bishop-2-outline
- Set
- Material Symbols
- Style
- Outline
- 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 18zm1.025-2h10q.5-.875.738-2.037T18 11.175q0-.75-.387-1.525t-1.138-1.537t-1.862-1.5t-2.563-1.438q-1.4.675-2.512 1.438t-1.9 1.537T6.425 9.7T6 11.175q0 1.5.25 2.688T7.025 16M5.5 22q-.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-2v2H9v2h2zm1 2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChessBishop2Outline(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 18zm1.025-2h10q.5-.875.738-2.037T18 11.175q0-.75-.387-1.525t-1.138-1.537t-1.862-1.5t-2.563-1.438q-1.4.675-2.512 1.438t-1.9 1.537T6.425 9.7T6 11.175q0 1.5.25 2.688T7.025 16M5.5 22q-.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-2v2H9v2h2zm1 2"/></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 18zm1.025-2h10q.5-.875.738-2.037T18 11.175q0-.75-.387-1.525t-1.138-1.537t-1.862-1.5t-2.563-1.438q-1.4.675-2.512 1.438t-1.9 1.537T6.425 9.7T6 11.175q0 1.5.25 2.688T7.025 16M5.5 22q-.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-2v2H9v2h2zm1 2"/></svg> </template>
CSS
.icon-chess-bishop-2-outline {
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%2018zm1.025-2h10q.5-.875.738-2.037T18%2011.175q0-.75-.387-1.525t-1.138-1.537t-1.862-1.5t-2.563-1.438q-1.4.675-2.512%201.438t-1.9%201.537T6.425%209.7T6%2011.175q0%201.5.25%202.688T7.025%2016M5.5%2022q-.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-2v2H9v2h2zm1%202%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%2018zm1.025-2h10q.5-.875.738-2.037T18%2011.175q0-.75-.387-1.525t-1.138-1.537t-1.862-1.5t-2.563-1.438q-1.4.675-2.512%201.438t-1.9%201.537T6.425%209.7T6%2011.175q0%201.5.25%202.688T7.025%2016M5.5%2022q-.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-2v2H9v2h2zm1%202%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-outline.svg?color=%231a73e8&size=48