chess king icon
chess-king from Font Awesome 6 Regular by Dave Gandy · Regular · Chess · CC-BY-4.0 Attribution required.
- Name
- chess-king
- Set
- Font Awesome 6 Regular
- Style
- Regular
- Category
- Chess
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
More chess icons from Font Awesome 6 Regular
Use the chess king icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v32h-32c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v40H59.6C26.7 144 0 170.7 0 203.6c0 8.2 1.7 16.3 4.9 23.8L59.1 352h52.3L49 208.2c-.6-1.5-1-3-1-4.6c0-6.4 5.2-11.6 11.6-11.6h328.8c6.4 0 11.6 5.2 11.6 11.6c0 1.6-.3 3.2-1 4.6L336.5 352h52.3L443 227.4c3.3-7.5 4.9-15.6 4.9-23.8c0-32.9-26.7-59.6-59.6-59.6H248v-40h32c13.3 0 24-10.7 24-24s-10.7-24-24-24h-32zM101.2 432h245.6l16.6 32H84.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3h-265c-12 0-22.9 6.7-28.4 17.3l-26.5 51.2c-3 5.8-4.6 12.2-4.6 18.7c0 22.6 18.2 40.8 40.8 40.8h302.5c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7L385 401.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularChessKing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v32h-32c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v40H59.6C26.7 144 0 170.7 0 203.6c0 8.2 1.7 16.3 4.9 23.8L59.1 352h52.3L49 208.2c-.6-1.5-1-3-1-4.6c0-6.4 5.2-11.6 11.6-11.6h328.8c6.4 0 11.6 5.2 11.6 11.6c0 1.6-.3 3.2-1 4.6L336.5 352h52.3L443 227.4c3.3-7.5 4.9-15.6 4.9-23.8c0-32.9-26.7-59.6-59.6-59.6H248v-40h32c13.3 0 24-10.7 24-24s-10.7-24-24-24h-32zM101.2 432h245.6l16.6 32H84.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3h-265c-12 0-22.9 6.7-28.4 17.3l-26.5 51.2c-3 5.8-4.6 12.2-4.6 18.7c0 22.6 18.2 40.8 40.8 40.8h302.5c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7L385 401.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v32h-32c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v40H59.6C26.7 144 0 170.7 0 203.6c0 8.2 1.7 16.3 4.9 23.8L59.1 352h52.3L49 208.2c-.6-1.5-1-3-1-4.6c0-6.4 5.2-11.6 11.6-11.6h328.8c6.4 0 11.6 5.2 11.6 11.6c0 1.6-.3 3.2-1 4.6L336.5 352h52.3L443 227.4c3.3-7.5 4.9-15.6 4.9-23.8c0-32.9-26.7-59.6-59.6-59.6H248v-40h32c13.3 0 24-10.7 24-24s-10.7-24-24-24h-32zM101.2 432h245.6l16.6 32H84.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3h-265c-12 0-22.9 6.7-28.4 17.3l-26.5 51.2c-3 5.8-4.6 12.2-4.6 18.7c0 22.6 18.2 40.8 40.8 40.8h302.5c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7L385 401.3z"/></svg> </template>
CSS
.icon-chess-king {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%2024c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v32h-32c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h32v40H59.6C26.7%20144%200%20170.7%200%20203.6c0%208.2%201.7%2016.3%204.9%2023.8L59.1%20352h52.3L49%20208.2c-.6-1.5-1-3-1-4.6c0-6.4%205.2-11.6%2011.6-11.6h328.8c6.4%200%2011.6%205.2%2011.6%2011.6c0%201.6-.3%203.2-1%204.6L336.5%20352h52.3L443%20227.4c3.3-7.5%204.9-15.6%204.9-23.8c0-32.9-26.7-59.6-59.6-59.6H248v-40h32c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-32zM101.2%20432h245.6l16.6%2032H84.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3h-265c-12%200-22.9%206.7-28.4%2017.3l-26.5%2051.2c-3%205.8-4.6%2012.2-4.6%2018.7c0%2022.6%2018.2%2040.8%2040.8%2040.8h302.5c22.5%200%2040.8-18.2%2040.8-40.8c0-6.5-1.6-12.9-4.6-18.7L385%20401.3z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%2024c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v32h-32c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h32v40H59.6C26.7%20144%200%20170.7%200%20203.6c0%208.2%201.7%2016.3%204.9%2023.8L59.1%20352h52.3L49%20208.2c-.6-1.5-1-3-1-4.6c0-6.4%205.2-11.6%2011.6-11.6h328.8c6.4%200%2011.6%205.2%2011.6%2011.6c0%201.6-.3%203.2-1%204.6L336.5%20352h52.3L443%20227.4c3.3-7.5%204.9-15.6%204.9-23.8c0-32.9-26.7-59.6-59.6-59.6H248v-40h32c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-32zM101.2%20432h245.6l16.6%2032H84.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3h-265c-12%200-22.9%206.7-28.4%2017.3l-26.5%2051.2c-3%205.8-4.6%2012.2-4.6%2018.7c0%2022.6%2018.2%2040.8%2040.8%2040.8h302.5c22.5%200%2040.8-18.2%2040.8-40.8c0-6.5-1.6-12.9-4.6-18.7L385%20401.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/chess-king.svg?color=%231a73e8&size=48