chess queen icon
chess-queen from Font Awesome Regular by Dave Gandy · Regular · Chess · CC-BY-4.0 Attribution required.
- Name
- chess-queen
- Set
- Font Awesome Regular
- Style
- Regular
- Category
- Chess
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More chess icons from Font Awesome Regular
Use the chess queen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M389.3 154.8c9.1-4.8 20.6-3.3 28.2 4.3l39.8 39.8l3.7 3.3c9.1 7.1 20.9 10 32.4 7.7l46.4-9.3l3.5-.4c8-.4 15.8 3.2 20.6 9.8c5.5 7.6 6.1 17.6 1.6 25.8L452.9 438.4l51.5 70.9l1.8 2.7c4 6.6 6.2 14.2 6.2 22c0 23.3-18.9 42.1-42.1 42.1H170.5c-21.8 0-39.8-16.6-41.9-37.8l-.2-4.3l.1-3.3c.6-7.7 3.4-15.1 7.9-21.4l51.5-70.9L75.4 235.8c-4.5-8.2-3.9-18.3 1.6-25.8s14.9-11.2 24.1-9.4l46.4 9.3c13.1 2.6 26.7-1.5 36.1-10.9l39.9-40l3.5-2.8c8.6-5.8 20.1-5.6 28.5 1.1l40 32l2.8 2.1c14.4 9.6 33.5 8.9 47.2-2.1l40-32zM228.7 464l-46.6 64h276.7l-46.6-64H228.6zm146.8-237.2c-30.1 24.1-72.1 25.6-103.8 4.5l-6.2-4.5l-23.3-18.6l-24.6 24.6c-19.8 19.8-47.7 28.9-75.1 24.8l88.1 158.5h179.8l88-158.5c-25.7 3.8-51.7-3.9-71.1-21l-4-3.7l-24.6-24.6l-23.2 18.6zm-55-90.8c-22.1 0-40-17.9-40-40s17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularChessQueen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M389.3 154.8c9.1-4.8 20.6-3.3 28.2 4.3l39.8 39.8l3.7 3.3c9.1 7.1 20.9 10 32.4 7.7l46.4-9.3l3.5-.4c8-.4 15.8 3.2 20.6 9.8c5.5 7.6 6.1 17.6 1.6 25.8L452.9 438.4l51.5 70.9l1.8 2.7c4 6.6 6.2 14.2 6.2 22c0 23.3-18.9 42.1-42.1 42.1H170.5c-21.8 0-39.8-16.6-41.9-37.8l-.2-4.3l.1-3.3c.6-7.7 3.4-15.1 7.9-21.4l51.5-70.9L75.4 235.8c-4.5-8.2-3.9-18.3 1.6-25.8s14.9-11.2 24.1-9.4l46.4 9.3c13.1 2.6 26.7-1.5 36.1-10.9l39.9-40l3.5-2.8c8.6-5.8 20.1-5.6 28.5 1.1l40 32l2.8 2.1c14.4 9.6 33.5 8.9 47.2-2.1l40-32zM228.7 464l-46.6 64h276.7l-46.6-64H228.6zm146.8-237.2c-30.1 24.1-72.1 25.6-103.8 4.5l-6.2-4.5l-23.3-18.6l-24.6 24.6c-19.8 19.8-47.7 28.9-75.1 24.8l88.1 158.5h179.8l88-158.5c-25.7 3.8-51.7-3.9-71.1-21l-4-3.7l-24.6-24.6l-23.2 18.6zm-55-90.8c-22.1 0-40-17.9-40-40s17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M389.3 154.8c9.1-4.8 20.6-3.3 28.2 4.3l39.8 39.8l3.7 3.3c9.1 7.1 20.9 10 32.4 7.7l46.4-9.3l3.5-.4c8-.4 15.8 3.2 20.6 9.8c5.5 7.6 6.1 17.6 1.6 25.8L452.9 438.4l51.5 70.9l1.8 2.7c4 6.6 6.2 14.2 6.2 22c0 23.3-18.9 42.1-42.1 42.1H170.5c-21.8 0-39.8-16.6-41.9-37.8l-.2-4.3l.1-3.3c.6-7.7 3.4-15.1 7.9-21.4l51.5-70.9L75.4 235.8c-4.5-8.2-3.9-18.3 1.6-25.8s14.9-11.2 24.1-9.4l46.4 9.3c13.1 2.6 26.7-1.5 36.1-10.9l39.9-40l3.5-2.8c8.6-5.8 20.1-5.6 28.5 1.1l40 32l2.8 2.1c14.4 9.6 33.5 8.9 47.2-2.1l40-32zM228.7 464l-46.6 64h276.7l-46.6-64H228.6zm146.8-237.2c-30.1 24.1-72.1 25.6-103.8 4.5l-6.2-4.5l-23.3-18.6l-24.6 24.6c-19.8 19.8-47.7 28.9-75.1 24.8l88.1 158.5h179.8l88-158.5c-25.7 3.8-51.7-3.9-71.1-21l-4-3.7l-24.6-24.6l-23.2 18.6zm-55-90.8c-22.1 0-40-17.9-40-40s17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M389.3%20154.8c9.1-4.8%2020.6-3.3%2028.2%204.3l39.8%2039.8l3.7%203.3c9.1%207.1%2020.9%2010%2032.4%207.7l46.4-9.3l3.5-.4c8-.4%2015.8%203.2%2020.6%209.8c5.5%207.6%206.1%2017.6%201.6%2025.8L452.9%20438.4l51.5%2070.9l1.8%202.7c4%206.6%206.2%2014.2%206.2%2022c0%2023.3-18.9%2042.1-42.1%2042.1H170.5c-21.8%200-39.8-16.6-41.9-37.8l-.2-4.3l.1-3.3c.6-7.7%203.4-15.1%207.9-21.4l51.5-70.9L75.4%20235.8c-4.5-8.2-3.9-18.3%201.6-25.8s14.9-11.2%2024.1-9.4l46.4%209.3c13.1%202.6%2026.7-1.5%2036.1-10.9l39.9-40l3.5-2.8c8.6-5.8%2020.1-5.6%2028.5%201.1l40%2032l2.8%202.1c14.4%209.6%2033.5%208.9%2047.2-2.1l40-32zM228.7%20464l-46.6%2064h276.7l-46.6-64H228.6zm146.8-237.2c-30.1%2024.1-72.1%2025.6-103.8%204.5l-6.2-4.5l-23.3-18.6l-24.6%2024.6c-19.8%2019.8-47.7%2028.9-75.1%2024.8l88.1%20158.5h179.8l88-158.5c-25.7%203.8-51.7-3.9-71.1-21l-4-3.7l-24.6-24.6l-23.2%2018.6zm-55-90.8c-22.1%200-40-17.9-40-40s17.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M389.3%20154.8c9.1-4.8%2020.6-3.3%2028.2%204.3l39.8%2039.8l3.7%203.3c9.1%207.1%2020.9%2010%2032.4%207.7l46.4-9.3l3.5-.4c8-.4%2015.8%203.2%2020.6%209.8c5.5%207.6%206.1%2017.6%201.6%2025.8L452.9%20438.4l51.5%2070.9l1.8%202.7c4%206.6%206.2%2014.2%206.2%2022c0%2023.3-18.9%2042.1-42.1%2042.1H170.5c-21.8%200-39.8-16.6-41.9-37.8l-.2-4.3l.1-3.3c.6-7.7%203.4-15.1%207.9-21.4l51.5-70.9L75.4%20235.8c-4.5-8.2-3.9-18.3%201.6-25.8s14.9-11.2%2024.1-9.4l46.4%209.3c13.1%202.6%2026.7-1.5%2036.1-10.9l39.9-40l3.5-2.8c8.6-5.8%2020.1-5.6%2028.5%201.1l40%2032l2.8%202.1c14.4%209.6%2033.5%208.9%2047.2-2.1l40-32zM228.7%20464l-46.6%2064h276.7l-46.6-64H228.6zm146.8-237.2c-30.1%2024.1-72.1%2025.6-103.8%204.5l-6.2-4.5l-23.3-18.6l-24.6%2024.6c-19.8%2019.8-47.7%2028.9-75.1%2024.8l88.1%20158.5h179.8l88-158.5c-25.7%203.8-51.7-3.9-71.1-21l-4-3.7l-24.6-24.6l-23.2%2018.6zm-55-90.8c-22.1%200-40-17.9-40-40s17.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/chess-queen.svg?color=%231a73e8&size=48