chess queen icon
chess-queen from Font Awesome 6 Solid by Dave Gandy · Regular · Chess · CC-BY-4.0 Attribution required.
- Name
- chess-queen
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Chess
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More chess icons from Font Awesome 6 Solid
Use the chess queen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0a56 56 0 1 1 0 112a56 56 0 1 1 0-112M134.1 143.8c3.3-13 15-23.8 30.2-23.8c12.3 0 22.6 7.2 27.7 17c12 23.2 36.2 39 64 39s52-15.8 64-39c5.1-9.8 15.4-17 27.7-17c15.3 0 27 10.8 30.2 23.8c7 27.8 32.2 48.3 62.1 48.3c10.8 0 21-2.7 29.8-7.4c8.4-4.4 18.9-4.5 27.6.9c13 8 17.1 25 9.2 38L399.7 400H112.3L5.4 223.6c-7.9-13-3.8-30 9.2-38c8.7-5.3 19.2-5.3 27.6-.9c8.9 4.7 19 7.4 29.8 7.4c29.9 0 55.1-20.5 62.1-48.3M112 432h288l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H86.6C74.1 512 64 501.9 64 489.4c0-6 2.4-11.8 6.6-16z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidChessQueen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0a56 56 0 1 1 0 112a56 56 0 1 1 0-112M134.1 143.8c3.3-13 15-23.8 30.2-23.8c12.3 0 22.6 7.2 27.7 17c12 23.2 36.2 39 64 39s52-15.8 64-39c5.1-9.8 15.4-17 27.7-17c15.3 0 27 10.8 30.2 23.8c7 27.8 32.2 48.3 62.1 48.3c10.8 0 21-2.7 29.8-7.4c8.4-4.4 18.9-4.5 27.6.9c13 8 17.1 25 9.2 38L399.7 400H112.3L5.4 223.6c-7.9-13-3.8-30 9.2-38c8.7-5.3 19.2-5.3 27.6-.9c8.9 4.7 19 7.4 29.8 7.4c29.9 0 55.1-20.5 62.1-48.3M112 432h288l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H86.6C74.1 512 64 501.9 64 489.4c0-6 2.4-11.8 6.6-16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0a56 56 0 1 1 0 112a56 56 0 1 1 0-112M134.1 143.8c3.3-13 15-23.8 30.2-23.8c12.3 0 22.6 7.2 27.7 17c12 23.2 36.2 39 64 39s52-15.8 64-39c5.1-9.8 15.4-17 27.7-17c15.3 0 27 10.8 30.2 23.8c7 27.8 32.2 48.3 62.1 48.3c10.8 0 21-2.7 29.8-7.4c8.4-4.4 18.9-4.5 27.6.9c13 8 17.1 25 9.2 38L399.7 400H112.3L5.4 223.6c-7.9-13-3.8-30 9.2-38c8.7-5.3 19.2-5.3 27.6-.9c8.9 4.7 19 7.4 29.8 7.4c29.9 0 55.1-20.5 62.1-48.3M112 432h288l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H86.6C74.1 512 64 501.9 64 489.4c0-6 2.4-11.8 6.6-16z"/></svg> </template>
CSS
.icon-chess-queen {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%200a56%2056%200%201%201%200%20112a56%2056%200%201%201%200-112M134.1%20143.8c3.3-13%2015-23.8%2030.2-23.8c12.3%200%2022.6%207.2%2027.7%2017c12%2023.2%2036.2%2039%2064%2039s52-15.8%2064-39c5.1-9.8%2015.4-17%2027.7-17c15.3%200%2027%2010.8%2030.2%2023.8c7%2027.8%2032.2%2048.3%2062.1%2048.3c10.8%200%2021-2.7%2029.8-7.4c8.4-4.4%2018.9-4.5%2027.6.9c13%208%2017.1%2025%209.2%2038L399.7%20400H112.3L5.4%20223.6c-7.9-13-3.8-30%209.2-38c8.7-5.3%2019.2-5.3%2027.6-.9c8.9%204.7%2019%207.4%2029.8%207.4c29.9%200%2055.1-20.5%2062.1-48.3M112%20432h288l41.4%2041.4c4.2%204.2%206.6%2010%206.6%2016c0%2012.5-10.1%2022.6-22.6%2022.6H86.6C74.1%20512%2064%20501.9%2064%20489.4c0-6%202.4-11.8%206.6-16z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%200a56%2056%200%201%201%200%20112a56%2056%200%201%201%200-112M134.1%20143.8c3.3-13%2015-23.8%2030.2-23.8c12.3%200%2022.6%207.2%2027.7%2017c12%2023.2%2036.2%2039%2064%2039s52-15.8%2064-39c5.1-9.8%2015.4-17%2027.7-17c15.3%200%2027%2010.8%2030.2%2023.8c7%2027.8%2032.2%2048.3%2062.1%2048.3c10.8%200%2021-2.7%2029.8-7.4c8.4-4.4%2018.9-4.5%2027.6.9c13%208%2017.1%2025%209.2%2038L399.7%20400H112.3L5.4%20223.6c-7.9-13-3.8-30%209.2-38c8.7-5.3%2019.2-5.3%2027.6-.9c8.9%204.7%2019%207.4%2029.8%207.4c29.9%200%2055.1-20.5%2062.1-48.3M112%20432h288l41.4%2041.4c4.2%204.2%206.6%2010%206.6%2016c0%2012.5-10.1%2022.6-22.6%2022.6H86.6C74.1%20512%2064%20501.9%2064%20489.4c0-6%202.4-11.8%206.6-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/chess-queen.svg?color=%231a73e8&size=48