chess king icon
chess-king-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-king-rounded
- Set
- Material Symbols Light
- Style
- 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 king icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.692 10.596q-.58-.511-.934-1.242t-.354-1.565q0-1.587 1.091-2.688Q7.587 4 9.173 4q.64 0 1.237.228q.596.228 1.09.632V2.5q0-.213.143-.357T12 2t.357.143t.143.357v2.34q.494-.378 1.09-.61q.597-.23 1.218-.23q1.586 0 2.687 1.101t1.101 2.688q0 .853-.354 1.575q-.354.72-.934 1.232zM5.616 21q-.672 0-1.144-.472T4 19.385v-1.539q0-.69.463-1.153t1.153-.462H6.98l.385-3.02H4.5q-.213 0-.357-.143T4 12.712t.143-.357t.357-.143h15q.214 0 .357.143t.143.357t-.143.356t-.357.144h-2.884L17 16.23h1.385q.69 0 1.152.462T20 17.846v1.538q0 .672-.472 1.144T18.385 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChessKingRounded(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.692 10.596q-.58-.511-.934-1.242t-.354-1.565q0-1.587 1.091-2.688Q7.587 4 9.173 4q.64 0 1.237.228q.596.228 1.09.632V2.5q0-.213.143-.357T12 2t.357.143t.143.357v2.34q.494-.378 1.09-.61q.597-.23 1.218-.23q1.586 0 2.687 1.101t1.101 2.688q0 .853-.354 1.575q-.354.72-.934 1.232zM5.616 21q-.672 0-1.144-.472T4 19.385v-1.539q0-.69.463-1.153t1.153-.462H6.98l.385-3.02H4.5q-.213 0-.357-.143T4 12.712t.143-.357t.357-.143h15q.214 0 .357.143t.143.357t-.143.356t-.357.144h-2.884L17 16.23h1.385q.69 0 1.152.462T20 17.846v1.538q0 .672-.472 1.144T18.385 21z"/></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.692 10.596q-.58-.511-.934-1.242t-.354-1.565q0-1.587 1.091-2.688Q7.587 4 9.173 4q.64 0 1.237.228q.596.228 1.09.632V2.5q0-.213.143-.357T12 2t.357.143t.143.357v2.34q.494-.378 1.09-.61q.597-.23 1.218-.23q1.586 0 2.687 1.101t1.101 2.688q0 .853-.354 1.575q-.354.72-.934 1.232zM5.616 21q-.672 0-1.144-.472T4 19.385v-1.539q0-.69.463-1.153t1.153-.462H6.98l.385-3.02H4.5q-.213 0-.357-.143T4 12.712t.143-.357t.357-.143h15q.214 0 .357.143t.143.357t-.143.356t-.357.144h-2.884L17 16.23h1.385q.69 0 1.152.462T20 17.846v1.538q0 .672-.472 1.144T18.385 21z"/></svg> </template>
CSS
.icon-chess-king-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.692%2010.596q-.58-.511-.934-1.242t-.354-1.565q0-1.587%201.091-2.688Q7.587%204%209.173%204q.64%200%201.237.228q.596.228%201.09.632V2.5q0-.213.143-.357T12%202t.357.143t.143.357v2.34q.494-.378%201.09-.61q.597-.23%201.218-.23q1.586%200%202.687%201.101t1.101%202.688q0%20.853-.354%201.575q-.354.72-.934%201.232zM5.616%2021q-.672%200-1.144-.472T4%2019.385v-1.539q0-.69.463-1.153t1.153-.462H6.98l.385-3.02H4.5q-.213%200-.357-.143T4%2012.712t.143-.357t.357-.143h15q.214%200%20.357.143t.143.357t-.143.356t-.357.144h-2.884L17%2016.23h1.385q.69%200%201.152.462T20%2017.846v1.538q0%20.672-.472%201.144T18.385%2021z%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.692%2010.596q-.58-.511-.934-1.242t-.354-1.565q0-1.587%201.091-2.688Q7.587%204%209.173%204q.64%200%201.237.228q.596.228%201.09.632V2.5q0-.213.143-.357T12%202t.357.143t.143.357v2.34q.494-.378%201.09-.61q.597-.23%201.218-.23q1.586%200%202.687%201.101t1.101%202.688q0%20.853-.354%201.575q-.354.72-.934%201.232zM5.616%2021q-.672%200-1.144-.472T4%2019.385v-1.539q0-.69.463-1.153t1.153-.462H6.98l.385-3.02H4.5q-.213%200-.357-.143T4%2012.712t.143-.357t.357-.143h15q.214%200%20.357.143t.143.357t-.143.356t-.357.144h-2.884L17%2016.23h1.385q.69%200%201.152.462T20%2017.846v1.538q0%20.672-.472%201.144T18.385%2021z%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-king-rounded.svg?color=%231a73e8&size=48