chess-king-2-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
chess-king-2-sharp
Set
Material Symbols
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the chess king 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 22v-8.875q0-.5.038-1.012t.412-.863q1.1-1.05 2.513-1.65T19 9q1.65 0 2.825 1.175T23 13v9zM1 22v-9q0-1.65 1.175-2.825T5 9t3.088.625t2.537 1.7q.35.35.363.825t.012.975V22zM11 7.15V6H8V4h3V1h2v3h3v2h-3v1.125q.475.125.875.35t.75.525q-.725.35-1.388.825T12 9.875q-.575-.575-1.237-1.05T9.375 8q.35-.3.763-.513T11 7.15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChessKing2Sharp(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="M13 22v-8.875q0-.5.038-1.012t.412-.863q1.1-1.05 2.513-1.65T19 9q1.65 0 2.825 1.175T23 13v9zM1 22v-9q0-1.65 1.175-2.825T5 9t3.088.625t2.537 1.7q.35.35.363.825t.012.975V22zM11 7.15V6H8V4h3V1h2v3h3v2h-3v1.125q.475.125.875.35t.75.525q-.725.35-1.388.825T12 9.875q-.575-.575-1.237-1.05T9.375 8q.35-.3.763-.513T11 7.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 22v-8.875q0-.5.038-1.012t.412-.863q1.1-1.05 2.513-1.65T19 9q1.65 0 2.825 1.175T23 13v9zM1 22v-9q0-1.65 1.175-2.825T5 9t3.088.625t2.537 1.7q.35.35.363.825t.012.975V22zM11 7.15V6H8V4h3V1h2v3h3v2h-3v1.125q.475.125.875.35t.75.525q-.725.35-1.388.825T12 9.875q-.575-.575-1.237-1.05T9.375 8q.35-.3.763-.513T11 7.15"/></svg>
</template>

CSS

.icon-chess-king-2-sharp {
  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%22M13%2022v-8.875q0-.5.038-1.012t.412-.863q1.1-1.05%202.513-1.65T19%209q1.65%200%202.825%201.175T23%2013v9zM1%2022v-9q0-1.65%201.175-2.825T5%209t3.088.625t2.537%201.7q.35.35.363.825t.012.975V22zM11%207.15V6H8V4h3V1h2v3h3v2h-3v1.125q.475.125.875.35t.75.525q-.725.35-1.388.825T12%209.875q-.575-.575-1.237-1.05T9.375%208q.35-.3.763-.513T11%207.15%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%22M13%2022v-8.875q0-.5.038-1.012t.412-.863q1.1-1.05%202.513-1.65T19%209q1.65%200%202.825%201.175T23%2013v9zM1%2022v-9q0-1.65%201.175-2.825T5%209t3.088.625t2.537%201.7q.35.35.363.825t.012.975V22zM11%207.15V6H8V4h3V1h2v3h3v2h-3v1.125q.475.125.875.35t.75.525q-.725.35-1.388.825T12%209.875q-.575-.575-1.237-1.05T9.375%208q.35-.3.763-.513T11%207.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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