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

Name
chess-king-outline
Set
Material Symbols Light
Style
Outline
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="m12 6.6l-.985-.873q-.369-.338-.849-.533Q9.686 5 9.173 5q-1.165 0-1.967.812t-.802 1.977t.802 1.986t1.967.821h-2.48q-.581-.511-.935-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.632V2h1v2.84q.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.232h-2.5q1.165 0 1.976-.821q.812-.821.812-1.986t-.812-1.977T14.808 5q-.514 0-.984.191q-.47.192-.859.536zM4 21v-3.154q0-.69.463-1.153t1.153-.462H6.98l.596-4.635H4v-1h16v1h-3.596L17 16.231h1.385q.69 0 1.152.462T20 17.846V21zm1-1h14v-2.154q0-.269-.173-.442t-.442-.173H5.615q-.269 0-.442.173T5 17.846zm2.98-3.77h8.014l-.596-4.634H8.577zm4-4.634"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChessKingOutline(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="m12 6.6l-.985-.873q-.369-.338-.849-.533Q9.686 5 9.173 5q-1.165 0-1.967.812t-.802 1.977t.802 1.986t1.967.821h-2.48q-.581-.511-.935-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.632V2h1v2.84q.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.232h-2.5q1.165 0 1.976-.821q.812-.821.812-1.986t-.812-1.977T14.808 5q-.514 0-.984.191q-.47.192-.859.536zM4 21v-3.154q0-.69.463-1.153t1.153-.462H6.98l.596-4.635H4v-1h16v1h-3.596L17 16.231h1.385q.69 0 1.152.462T20 17.846V21zm1-1h14v-2.154q0-.269-.173-.442t-.442-.173H5.615q-.269 0-.442.173T5 17.846zm2.98-3.77h8.014l-.596-4.634H8.577zm4-4.634"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 6.6l-.985-.873q-.369-.338-.849-.533Q9.686 5 9.173 5q-1.165 0-1.967.812t-.802 1.977t.802 1.986t1.967.821h-2.48q-.581-.511-.935-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.632V2h1v2.84q.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.232h-2.5q1.165 0 1.976-.821q.812-.821.812-1.986t-.812-1.977T14.808 5q-.514 0-.984.191q-.47.192-.859.536zM4 21v-3.154q0-.69.463-1.153t1.153-.462H6.98l.596-4.635H4v-1h16v1h-3.596L17 16.231h1.385q.69 0 1.152.462T20 17.846V21zm1-1h14v-2.154q0-.269-.173-.442t-.442-.173H5.615q-.269 0-.442.173T5 17.846zm2.98-3.77h8.014l-.596-4.634H8.577zm4-4.634"/></svg>
</template>

CSS

.icon-chess-king-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%22m12%206.6l-.985-.873q-.369-.338-.849-.533Q9.686%205%209.173%205q-1.165%200-1.967.812t-.802%201.977t.802%201.986t1.967.821h-2.48q-.581-.511-.935-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.632V2h1v2.84q.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.232h-2.5q1.165%200%201.976-.821q.812-.821.812-1.986t-.812-1.977T14.808%205q-.514%200-.984.191q-.47.192-.859.536zM4%2021v-3.154q0-.69.463-1.153t1.153-.462H6.98l.596-4.635H4v-1h16v1h-3.596L17%2016.231h1.385q.69%200%201.152.462T20%2017.846V21zm1-1h14v-2.154q0-.269-.173-.442t-.442-.173H5.615q-.269%200-.442.173T5%2017.846zm2.98-3.77h8.014l-.596-4.634H8.577zm4-4.634%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%22m12%206.6l-.985-.873q-.369-.338-.849-.533Q9.686%205%209.173%205q-1.165%200-1.967.812t-.802%201.977t.802%201.986t1.967.821h-2.48q-.581-.511-.935-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.632V2h1v2.84q.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.232h-2.5q1.165%200%201.976-.821q.812-.821.812-1.986t-.812-1.977T14.808%205q-.514%200-.984.191q-.47.192-.859.536zM4%2021v-3.154q0-.69.463-1.153t1.153-.462H6.98l.596-4.635H4v-1h16v1h-3.596L17%2016.231h1.385q.69%200%201.152.462T20%2017.846V21zm1-1h14v-2.154q0-.269-.173-.442t-.442-.173H5.615q-.269%200-.442.173T5%2017.846zm2.98-3.77h8.014l-.596-4.634H8.577zm4-4.634%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-outline.svg?color=%231a73e8&size=48