chess king 2 icon
chess-king-2-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-king-2-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- 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 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 21v-6.856q0-.558.172-1.099t.547-.968q.985-1.165 2.388-1.833t3.047-.667q1.38 0 2.363.973T22 12.923V21zM2 21v-8.077q0-1.4.983-2.373t2.363-.973q1.65 0 3.078.702t2.413 1.892q.35.408.506.912t.157 1.061V21zm9.5-13.273v-1.88H8.654v-1H11.5V2h1v2.846h2.846v1H12.5v1.875q.937.068 1.77.408q.832.34 1.528 1.006q-1.206.292-2.157 1.094q-.95.802-1.641 1.704q-.671-.921-1.612-1.723T8.22 9.134q.696-.665 1.522-1.002t1.757-.405"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChessKing2Sharp(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.5 21v-6.856q0-.558.172-1.099t.547-.968q.985-1.165 2.388-1.833t3.047-.667q1.38 0 2.363.973T22 12.923V21zM2 21v-8.077q0-1.4.983-2.373t2.363-.973q1.65 0 3.078.702t2.413 1.892q.35.408.506.912t.157 1.061V21zm9.5-13.273v-1.88H8.654v-1H11.5V2h1v2.846h2.846v1H12.5v1.875q.937.068 1.77.408q.832.34 1.528 1.006q-1.206.292-2.157 1.094q-.95.802-1.641 1.704q-.671-.921-1.612-1.723T8.22 9.134q.696-.665 1.522-1.002t1.757-.405"/></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.5 21v-6.856q0-.558.172-1.099t.547-.968q.985-1.165 2.388-1.833t3.047-.667q1.38 0 2.363.973T22 12.923V21zM2 21v-8.077q0-1.4.983-2.373t2.363-.973q1.65 0 3.078.702t2.413 1.892q.35.408.506.912t.157 1.061V21zm9.5-13.273v-1.88H8.654v-1H11.5V2h1v2.846h2.846v1H12.5v1.875q.937.068 1.77.408q.832.34 1.528 1.006q-1.206.292-2.157 1.094q-.95.802-1.641 1.704q-.671-.921-1.612-1.723T8.22 9.134q.696-.665 1.522-1.002t1.757-.405"/></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%22M12.5%2021v-6.856q0-.558.172-1.099t.547-.968q.985-1.165%202.388-1.833t3.047-.667q1.38%200%202.363.973T22%2012.923V21zM2%2021v-8.077q0-1.4.983-2.373t2.363-.973q1.65%200%203.078.702t2.413%201.892q.35.408.506.912t.157%201.061V21zm9.5-13.273v-1.88H8.654v-1H11.5V2h1v2.846h2.846v1H12.5v1.875q.937.068%201.77.408q.832.34%201.528%201.006q-1.206.292-2.157%201.094q-.95.802-1.641%201.704q-.671-.921-1.612-1.723T8.22%209.134q.696-.665%201.522-1.002t1.757-.405%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.5%2021v-6.856q0-.558.172-1.099t.547-.968q.985-1.165%202.388-1.833t3.047-.667q1.38%200%202.363.973T22%2012.923V21zM2%2021v-8.077q0-1.4.983-2.373t2.363-.973q1.65%200%203.078.702t2.413%201.892q.35.408.506.912t.157%201.061V21zm9.5-13.273v-1.88H8.654v-1H11.5V2h1v2.846h2.846v1H12.5v1.875q.937.068%201.77.408q.832.34%201.528%201.006q-1.206.292-2.157%201.094q-.95.802-1.641%201.704q-.671-.921-1.612-1.723T8.22%209.134q.696-.665%201.522-1.002t1.757-.405%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-2-sharp.svg?color=%231a73e8&size=48