chess bishop icon
chess-bishop from Line Awesome by Icons8 · Line · Games · Apache-2.0 Free for personal and commercial use.
- Name
- chess-bishop
- Set
- Line Awesome
- Style
- Line
- Category
- Games
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- chess-bishop-solid
The same icon in other sets
More games icons from Line Awesome
Use the chess bishop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-1.094 0-2 .906-2 2c0 .441.156.855.406 1.188A25 25 0 0 0 13.22 7.53C12.172 8.813 11 10.293 11 12c0 1.137.414 2.16 1.063 3h-.157c-.55.027-.98.496-.953 1.047s.496.98 1.047.953h.5l-1.406 3.563L10.375 22H8.906c-.55.027-.98.496-.953 1.047s.496.98 1.047.953l-1.813 2.406l-.187.25V29h18v-2.344l-.188-.25L23 24c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496h-1.375l-.719-1.438L19.5 17h.5c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496a5 5 0 0 0 1-3c0-1.707-1.172-3.188-2.219-4.469a25 25 0 0 0-1.187-1.343A2 2 0 0 0 18 5c0-1.094-.906-2-2-2m0 4.469c.363.367.61.597 1.219 1.343C18.172 9.98 19 11.5 19 12c0 1.68-1.3 3-2.969 3S13 13.66 13 12c0-.5.828-2.02 1.781-3.188c.61-.746.856-.976 1.219-1.343M14.687 17h2.626l1.75 4.375l.03.031v.032l.282.562h-6.75l.281-.563v-.03l.031-.032zM11.5 24h9l2.25 3H9.25z"/></svg>
React
import type { SVGProps } from "react";
export function LaChessBishop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-1.094 0-2 .906-2 2c0 .441.156.855.406 1.188A25 25 0 0 0 13.22 7.53C12.172 8.813 11 10.293 11 12c0 1.137.414 2.16 1.063 3h-.157c-.55.027-.98.496-.953 1.047s.496.98 1.047.953h.5l-1.406 3.563L10.375 22H8.906c-.55.027-.98.496-.953 1.047s.496.98 1.047.953l-1.813 2.406l-.187.25V29h18v-2.344l-.188-.25L23 24c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496h-1.375l-.719-1.438L19.5 17h.5c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496a5 5 0 0 0 1-3c0-1.707-1.172-3.188-2.219-4.469a25 25 0 0 0-1.187-1.343A2 2 0 0 0 18 5c0-1.094-.906-2-2-2m0 4.469c.363.367.61.597 1.219 1.343C18.172 9.98 19 11.5 19 12c0 1.68-1.3 3-2.969 3S13 13.66 13 12c0-.5.828-2.02 1.781-3.188c.61-.746.856-.976 1.219-1.343M14.687 17h2.626l1.75 4.375l.03.031v.032l.282.562h-6.75l.281-.563v-.03l.031-.032zM11.5 24h9l2.25 3H9.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-1.094 0-2 .906-2 2c0 .441.156.855.406 1.188A25 25 0 0 0 13.22 7.53C12.172 8.813 11 10.293 11 12c0 1.137.414 2.16 1.063 3h-.157c-.55.027-.98.496-.953 1.047s.496.98 1.047.953h.5l-1.406 3.563L10.375 22H8.906c-.55.027-.98.496-.953 1.047s.496.98 1.047.953l-1.813 2.406l-.187.25V29h18v-2.344l-.188-.25L23 24c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496h-1.375l-.719-1.438L19.5 17h.5c.36.004.695-.184.879-.496a1.01 1.01 0 0 0 0-1.008c-.184-.312-.52-.5-.879-.496a5 5 0 0 0 1-3c0-1.707-1.172-3.188-2.219-4.469a25 25 0 0 0-1.187-1.343A2 2 0 0 0 18 5c0-1.094-.906-2-2-2m0 4.469c.363.367.61.597 1.219 1.343C18.172 9.98 19 11.5 19 12c0 1.68-1.3 3-2.969 3S13 13.66 13 12c0-.5.828-2.02 1.781-3.188c.61-.746.856-.976 1.219-1.343M14.687 17h2.626l1.75 4.375l.03.031v.032l.282.562h-6.75l.281-.563v-.03l.031-.032zM11.5 24h9l2.25 3H9.25z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-1.094%200-2%20.906-2%202c0%20.441.156.855.406%201.188A25%2025%200%200%200%2013.22%207.53C12.172%208.813%2011%2010.293%2011%2012c0%201.137.414%202.16%201.063%203h-.157c-.55.027-.98.496-.953%201.047s.496.98%201.047.953h.5l-1.406%203.563L10.375%2022H8.906c-.55.027-.98.496-.953%201.047s.496.98%201.047.953l-1.813%202.406l-.187.25V29h18v-2.344l-.188-.25L23%2024c.36.004.695-.184.879-.496a1.01%201.01%200%200%200%200-1.008c-.184-.312-.52-.5-.879-.496h-1.375l-.719-1.438L19.5%2017h.5c.36.004.695-.184.879-.496a1.01%201.01%200%200%200%200-1.008c-.184-.312-.52-.5-.879-.496a5%205%200%200%200%201-3c0-1.707-1.172-3.188-2.219-4.469a25%2025%200%200%200-1.187-1.343A2%202%200%200%200%2018%205c0-1.094-.906-2-2-2m0%204.469c.363.367.61.597%201.219%201.343C18.172%209.98%2019%2011.5%2019%2012c0%201.68-1.3%203-2.969%203S13%2013.66%2013%2012c0-.5.828-2.02%201.781-3.188c.61-.746.856-.976%201.219-1.343M14.687%2017h2.626l1.75%204.375l.03.031v.032l.282.562h-6.75l.281-.563v-.03l.031-.032zM11.5%2024h9l2.25%203H9.25z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-1.094%200-2%20.906-2%202c0%20.441.156.855.406%201.188A25%2025%200%200%200%2013.22%207.53C12.172%208.813%2011%2010.293%2011%2012c0%201.137.414%202.16%201.063%203h-.157c-.55.027-.98.496-.953%201.047s.496.98%201.047.953h.5l-1.406%203.563L10.375%2022H8.906c-.55.027-.98.496-.953%201.047s.496.98%201.047.953l-1.813%202.406l-.187.25V29h18v-2.344l-.188-.25L23%2024c.36.004.695-.184.879-.496a1.01%201.01%200%200%200%200-1.008c-.184-.312-.52-.5-.879-.496h-1.375l-.719-1.438L19.5%2017h.5c.36.004.695-.184.879-.496a1.01%201.01%200%200%200%200-1.008c-.184-.312-.52-.5-.879-.496a5%205%200%200%200%201-3c0-1.707-1.172-3.188-2.219-4.469a25%2025%200%200%200-1.187-1.343A2%202%200%200%200%2018%205c0-1.094-.906-2-2-2m0%204.469c.363.367.61.597%201.219%201.343C18.172%209.98%2019%2011.5%2019%2012c0%201.68-1.3%203-2.969%203S13%2013.66%2013%2012c0-.5.828-2.02%201.781-3.188c.61-.746.856-.976%201.219-1.343M14.687%2017h2.626l1.75%204.375l.03.031v.032l.282.562h-6.75l.281-.563v-.03l.031-.032zM11.5%2024h9l2.25%203H9.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/chess-bishop.svg?color=%231a73e8&size=48