chess-bishop-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
chess-bishop-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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.616 21q-.672 0-1.144-.472T5 19.385v-1.727q0-.39.177-.747t.487-.605q1.17-.99 2.033-2.222t1.457-2.642H7.346q-.213 0-.356-.143t-.144-.357t.144-.356t.356-.144h1.512l-1.27-2.188q-.272-.46-.207-1.013t.45-.937l3.585-3.7q.242-.242.584-.242t.585.242l3.584 3.7q.385.385.45.937q.066.553-.207 1.013l-1.27 2.188h1.493q.213 0 .356.144t.144.356t-.144.357t-.356.143h-1.808q.594 1.41 1.466 2.651q.872 1.242 2.043 2.213q.304.254.484.608q.18.353.18.744v1.727q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h10.769q.269 0 .442-.173t.173-.442v-1.962q-1.442-1.2-2.516-2.7t-1.686-3.28h-3.59q-.612 1.76-1.689 3.26T6 17.404v1.982q0 .269.173.442t.443.173m3.394-9.558h3.961l1.562-2.7q.096-.173.086-.375t-.163-.356L12 3.421l-3.456 3.59q-.154.154-.163.356t.086.375zm2.51-2.807q.21-.21.21-.52t-.21-.52t-.52-.21t-.52.21t-.21.52t.21.52q.21.211.52.211t.52-.21M12 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChessBishopOutlineRounded(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.616 21q-.672 0-1.144-.472T5 19.385v-1.727q0-.39.177-.747t.487-.605q1.17-.99 2.033-2.222t1.457-2.642H7.346q-.213 0-.356-.143t-.144-.357t.144-.356t.356-.144h1.512l-1.27-2.188q-.272-.46-.207-1.013t.45-.937l3.585-3.7q.242-.242.584-.242t.585.242l3.584 3.7q.385.385.45.937q.066.553-.207 1.013l-1.27 2.188h1.493q.213 0 .356.144t.144.356t-.144.357t-.356.143h-1.808q.594 1.41 1.466 2.651q.872 1.242 2.043 2.213q.304.254.484.608q.18.353.18.744v1.727q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h10.769q.269 0 .442-.173t.173-.442v-1.962q-1.442-1.2-2.516-2.7t-1.686-3.28h-3.59q-.612 1.76-1.689 3.26T6 17.404v1.982q0 .269.173.442t.443.173m3.394-9.558h3.961l1.562-2.7q.096-.173.086-.375t-.163-.356L12 3.421l-3.456 3.59q-.154.154-.163.356t.086.375zm2.51-2.807q.21-.21.21-.52t-.21-.52t-.52-.21t-.52.21t-.21.52t.21.52q.21.211.52.211t.52-.21M12 20"/></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.616 21q-.672 0-1.144-.472T5 19.385v-1.727q0-.39.177-.747t.487-.605q1.17-.99 2.033-2.222t1.457-2.642H7.346q-.213 0-.356-.143t-.144-.357t.144-.356t.356-.144h1.512l-1.27-2.188q-.272-.46-.207-1.013t.45-.937l3.585-3.7q.242-.242.584-.242t.585.242l3.584 3.7q.385.385.45.937q.066.553-.207 1.013l-1.27 2.188h1.493q.213 0 .356.144t.144.356t-.144.357t-.356.143h-1.808q.594 1.41 1.466 2.651q.872 1.242 2.043 2.213q.304.254.484.608q.18.353.18.744v1.727q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h10.769q.269 0 .442-.173t.173-.442v-1.962q-1.442-1.2-2.516-2.7t-1.686-3.28h-3.59q-.612 1.76-1.689 3.26T6 17.404v1.982q0 .269.173.442t.443.173m3.394-9.558h3.961l1.562-2.7q.096-.173.086-.375t-.163-.356L12 3.421l-3.456 3.59q-.154.154-.163.356t.086.375zm2.51-2.807q.21-.21.21-.52t-.21-.52t-.52-.21t-.52.21t-.21.52t.21.52q.21.211.52.211t.52-.21M12 20"/></svg>
</template>

CSS

.icon-chess-bishop-outline-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.616%2021q-.672%200-1.144-.472T5%2019.385v-1.727q0-.39.177-.747t.487-.605q1.17-.99%202.033-2.222t1.457-2.642H7.346q-.213%200-.356-.143t-.144-.357t.144-.356t.356-.144h1.512l-1.27-2.188q-.272-.46-.207-1.013t.45-.937l3.585-3.7q.242-.242.584-.242t.585.242l3.584%203.7q.385.385.45.937q.066.553-.207%201.013l-1.27%202.188h1.493q.213%200%20.356.144t.144.356t-.144.357t-.356.143h-1.808q.594%201.41%201.466%202.651q.872%201.242%202.043%202.213q.304.254.484.608q.18.353.18.744v1.727q0%20.67-.472%201.143q-.472.472-1.143.472zm0-1h10.769q.269%200%20.442-.173t.173-.442v-1.962q-1.442-1.2-2.516-2.7t-1.686-3.28h-3.59q-.612%201.76-1.689%203.26T6%2017.404v1.982q0%20.269.173.442t.443.173m3.394-9.558h3.961l1.562-2.7q.096-.173.086-.375t-.163-.356L12%203.421l-3.456%203.59q-.154.154-.163.356t.086.375zm2.51-2.807q.21-.21.21-.52t-.21-.52t-.52-.21t-.52.21t-.21.52t.21.52q.21.211.52.211t.52-.21M12%2020%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.616%2021q-.672%200-1.144-.472T5%2019.385v-1.727q0-.39.177-.747t.487-.605q1.17-.99%202.033-2.222t1.457-2.642H7.346q-.213%200-.356-.143t-.144-.357t.144-.356t.356-.144h1.512l-1.27-2.188q-.272-.46-.207-1.013t.45-.937l3.585-3.7q.242-.242.584-.242t.585.242l3.584%203.7q.385.385.45.937q.066.553-.207%201.013l-1.27%202.188h1.493q.213%200%20.356.144t.144.356t-.144.357t-.356.143h-1.808q.594%201.41%201.466%202.651q.872%201.242%202.043%202.213q.304.254.484.608q.18.353.18.744v1.727q0%20.67-.472%201.143q-.472.472-1.143.472zm0-1h10.769q.269%200%20.442-.173t.173-.442v-1.962q-1.442-1.2-2.516-2.7t-1.686-3.28h-3.59q-.612%201.76-1.689%203.26T6%2017.404v1.982q0%20.269.173.442t.443.173m3.394-9.558h3.961l1.562-2.7q.096-.173.086-.375t-.163-.356L12%203.421l-3.456%203.59q-.154.154-.163.356t.086.375zm2.51-2.807q.21-.21.21-.52t-.21-.52t-.52-.21t-.52.21t-.21.52t.21.52q.21.211.52.211t.52-.21M12%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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