chess bishop 2 icon
chess-bishop-2-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-bishop-2-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 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.616 17.289q-.737-.91-1.176-2.46Q5 13.279 5 11.636Q5 9.672 6.48 7.89t4.495-3.47q-.183-.181-.29-.438q-.108-.257-.108-.54q0-.594.414-1.018Q11.406 2 12 2t1.009.424t.414 1.018q0 .296-.108.538q-.107.241-.304.422q3.01 1.477 4.5 3.266Q19 9.458 19 11.618q0 1.713-.434 3.274q-.433 1.562-1.162 2.397zm.505-1h9.789q.538-.991.814-2.154T18 11.638q0-.924-.387-1.814q-.388-.89-1.138-1.73t-1.872-1.605t-2.591-1.467q-1.477.752-2.6 1.563q-1.121.81-1.88 1.643T6.387 9.912T6 11.636q0 1.25.279 2.438t.842 2.215M5.961 21q-.413 0-.687-.284Q5 20.433 5 20.02t.284-.687t.697-.274h12.058q.413 0 .687.274t.274.687t-.274.697t-.687.284zm5.539-9v1.404q0 .213.143.357t.357.143t.357-.143t.143-.357V12h1.346q.213 0 .357-.143q.143-.143.143-.357t-.143-.357t-.357-.143H12.5V9.616q0-.214-.143-.357T12 9.116t-.357.143t-.143.357V11h-1.365q-.214 0-.357.143q-.144.143-.144.357t.144.357t.356.143zm.5 4.289"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChessBishop2OutlineRounded(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 17.289q-.737-.91-1.176-2.46Q5 13.279 5 11.636Q5 9.672 6.48 7.89t4.495-3.47q-.183-.181-.29-.438q-.108-.257-.108-.54q0-.594.414-1.018Q11.406 2 12 2t1.009.424t.414 1.018q0 .296-.108.538q-.107.241-.304.422q3.01 1.477 4.5 3.266Q19 9.458 19 11.618q0 1.713-.434 3.274q-.433 1.562-1.162 2.397zm.505-1h9.789q.538-.991.814-2.154T18 11.638q0-.924-.387-1.814q-.388-.89-1.138-1.73t-1.872-1.605t-2.591-1.467q-1.477.752-2.6 1.563q-1.121.81-1.88 1.643T6.387 9.912T6 11.636q0 1.25.279 2.438t.842 2.215M5.961 21q-.413 0-.687-.284Q5 20.433 5 20.02t.284-.687t.697-.274h12.058q.413 0 .687.274t.274.687t-.274.697t-.687.284zm5.539-9v1.404q0 .213.143.357t.357.143t.357-.143t.143-.357V12h1.346q.213 0 .357-.143q.143-.143.143-.357t-.143-.357t-.357-.143H12.5V9.616q0-.214-.143-.357T12 9.116t-.357.143t-.143.357V11h-1.365q-.214 0-.357.143q-.144.143-.144.357t.144.357t.356.143zm.5 4.289"/></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 17.289q-.737-.91-1.176-2.46Q5 13.279 5 11.636Q5 9.672 6.48 7.89t4.495-3.47q-.183-.181-.29-.438q-.108-.257-.108-.54q0-.594.414-1.018Q11.406 2 12 2t1.009.424t.414 1.018q0 .296-.108.538q-.107.241-.304.422q3.01 1.477 4.5 3.266Q19 9.458 19 11.618q0 1.713-.434 3.274q-.433 1.562-1.162 2.397zm.505-1h9.789q.538-.991.814-2.154T18 11.638q0-.924-.387-1.814q-.388-.89-1.138-1.73t-1.872-1.605t-2.591-1.467q-1.477.752-2.6 1.563q-1.121.81-1.88 1.643T6.387 9.912T6 11.636q0 1.25.279 2.438t.842 2.215M5.961 21q-.413 0-.687-.284Q5 20.433 5 20.02t.284-.687t.697-.274h12.058q.413 0 .687.274t.274.687t-.274.697t-.687.284zm5.539-9v1.404q0 .213.143.357t.357.143t.357-.143t.143-.357V12h1.346q.213 0 .357-.143q.143-.143.143-.357t-.143-.357t-.357-.143H12.5V9.616q0-.214-.143-.357T12 9.116t-.357.143t-.143.357V11h-1.365q-.214 0-.357.143q-.144.143-.144.357t.144.357t.356.143zm.5 4.289"/></svg> </template>
CSS
.icon-chess-bishop-2-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%2017.289q-.737-.91-1.176-2.46Q5%2013.279%205%2011.636Q5%209.672%206.48%207.89t4.495-3.47q-.183-.181-.29-.438q-.108-.257-.108-.54q0-.594.414-1.018Q11.406%202%2012%202t1.009.424t.414%201.018q0%20.296-.108.538q-.107.241-.304.422q3.01%201.477%204.5%203.266Q19%209.458%2019%2011.618q0%201.713-.434%203.274q-.433%201.562-1.162%202.397zm.505-1h9.789q.538-.991.814-2.154T18%2011.638q0-.924-.387-1.814q-.388-.89-1.138-1.73t-1.872-1.605t-2.591-1.467q-1.477.752-2.6%201.563q-1.121.81-1.88%201.643T6.387%209.912T6%2011.636q0%201.25.279%202.438t.842%202.215M5.961%2021q-.413%200-.687-.284Q5%2020.433%205%2020.02t.284-.687t.697-.274h12.058q.413%200%20.687.274t.274.687t-.274.697t-.687.284zm5.539-9v1.404q0%20.213.143.357t.357.143t.357-.143t.143-.357V12h1.346q.213%200%20.357-.143q.143-.143.143-.357t-.143-.357t-.357-.143H12.5V9.616q0-.214-.143-.357T12%209.116t-.357.143t-.143.357V11h-1.365q-.214%200-.357.143q-.144.143-.144.357t.144.357t.356.143zm.5%204.289%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%2017.289q-.737-.91-1.176-2.46Q5%2013.279%205%2011.636Q5%209.672%206.48%207.89t4.495-3.47q-.183-.181-.29-.438q-.108-.257-.108-.54q0-.594.414-1.018Q11.406%202%2012%202t1.009.424t.414%201.018q0%20.296-.108.538q-.107.241-.304.422q3.01%201.477%204.5%203.266Q19%209.458%2019%2011.618q0%201.713-.434%203.274q-.433%201.562-1.162%202.397zm.505-1h9.789q.538-.991.814-2.154T18%2011.638q0-.924-.387-1.814q-.388-.89-1.138-1.73t-1.872-1.605t-2.591-1.467q-1.477.752-2.6%201.563q-1.121.81-1.88%201.643T6.387%209.912T6%2011.636q0%201.25.279%202.438t.842%202.215M5.961%2021q-.413%200-.687-.284Q5%2020.433%205%2020.02t.284-.687t.697-.274h12.058q.413%200%20.687.274t.274.687t-.274.697t-.687.284zm5.539-9v1.404q0%20.213.143.357t.357.143t.357-.143t.143-.357V12h1.346q.213%200%20.357-.143q.143-.143.143-.357t-.143-.357t-.357-.143H12.5V9.616q0-.214-.143-.357T12%209.116t-.357.143t-.143.357V11h-1.365q-.214%200-.357.143q-.144.143-.144.357t.144.357t.356.143zm.5%204.289%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-2-outline-rounded.svg?color=%231a73e8&size=48