chess king 2 icon
chess-king-2-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-king-2-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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 13v5q0 1.65-1.175 2.825T19 22zm-8 0q-1.65 0-2.825-1.175T1 18v-5q0-1.65 1.175-2.825T5 9t3.088.625t2.537 1.7q.35.35.363.825t.012.975V22zm6-14.85V6H9q-.425 0-.712-.288T8 5t.288-.712T9 4h2V2q0-.425.288-.712T12 1t.713.288T13 2v2h2q.425 0 .713.288T16 5t-.288.713T15 6h-2v1.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 MaterialSymbolsChessKing2Rounded(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 13v5q0 1.65-1.175 2.825T19 22zm-8 0q-1.65 0-2.825-1.175T1 18v-5q0-1.65 1.175-2.825T5 9t3.088.625t2.537 1.7q.35.35.363.825t.012.975V22zm6-14.85V6H9q-.425 0-.712-.288T8 5t.288-.712T9 4h2V2q0-.425.288-.712T12 1t.713.288T13 2v2h2q.425 0 .713.288T16 5t-.288.713T15 6h-2v1.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 13v5q0 1.65-1.175 2.825T19 22zm-8 0q-1.65 0-2.825-1.175T1 18v-5q0-1.65 1.175-2.825T5 9t3.088.625t2.537 1.7q.35.35.363.825t.012.975V22zm6-14.85V6H9q-.425 0-.712-.288T8 5t.288-.712T9 4h2V2q0-.425.288-.712T12 1t.713.288T13 2v2h2q.425 0 .713.288T16 5t-.288.713T15 6h-2v1.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-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%22M13%2022v-8.875q0-.5.038-1.012t.412-.863q1.1-1.05%202.513-1.65T19%209q1.65%200%202.825%201.175T23%2013v5q0%201.65-1.175%202.825T19%2022zm-8%200q-1.65%200-2.825-1.175T1%2018v-5q0-1.65%201.175-2.825T5%209t3.088.625t2.537%201.7q.35.35.363.825t.012.975V22zm6-14.85V6H9q-.425%200-.712-.288T8%205t.288-.712T9%204h2V2q0-.425.288-.712T12%201t.713.288T13%202v2h2q.425%200%20.713.288T16%205t-.288.713T15%206h-2v1.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%2013v5q0%201.65-1.175%202.825T19%2022zm-8%200q-1.65%200-2.825-1.175T1%2018v-5q0-1.65%201.175-2.825T5%209t3.088.625t2.537%201.7q.35.35.363.825t.012.975V22zm6-14.85V6H9q-.425%200-.712-.288T8%205t.288-.712T9%204h2V2q0-.425.288-.712T12%201t.713.288T13%202v2h2q.425%200%20.713.288T16%205t-.288.713T15%206h-2v1.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-rounded.svg?color=%231a73e8&size=48