chess queen icon
chess-queen from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-queen
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chess-queen-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the chess queen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.575 21L3.35 8.975q-.925.175-1.638-.425T1 7q0-.825.588-1.412T3 5t1.413.588T5 7q0 .35-.1.65t-.3.55q.55.325 1.113.538T6.9 8.95q1.1 0 2.038-.55T10.4 6.9l.625-1.15q-.475-.275-.75-.725T10 4q0-.825.588-1.412T12 2t1.413.588T14 4q0 .575-.275 1.025t-.75.725L13.6 6.9q.525.95 1.463 1.5t2.037.55q.625 0 1.188-.2t1.112-.525q-.2-.25-.3-.562T19 7q0-.825.588-1.412T21 5t1.413.588T23 7q0 .95-.712 1.55t-1.638.425L18.425 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChessQueen(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="M5.575 21L3.35 8.975q-.925.175-1.638-.425T1 7q0-.825.588-1.412T3 5t1.413.588T5 7q0 .35-.1.65t-.3.55q.55.325 1.113.538T6.9 8.95q1.1 0 2.038-.55T10.4 6.9l.625-1.15q-.475-.275-.75-.725T10 4q0-.825.588-1.412T12 2t1.413.588T14 4q0 .575-.275 1.025t-.75.725L13.6 6.9q.525.95 1.463 1.5t2.037.55q.625 0 1.188-.2t1.112-.525q-.2-.25-.3-.562T19 7q0-.825.588-1.412T21 5t1.413.588T23 7q0 .95-.712 1.55t-1.638.425L18.425 21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.575 21L3.35 8.975q-.925.175-1.638-.425T1 7q0-.825.588-1.412T3 5t1.413.588T5 7q0 .35-.1.65t-.3.55q.55.325 1.113.538T6.9 8.95q1.1 0 2.038-.55T10.4 6.9l.625-1.15q-.475-.275-.75-.725T10 4q0-.825.588-1.412T12 2t1.413.588T14 4q0 .575-.275 1.025t-.75.725L13.6 6.9q.525.95 1.463 1.5t2.037.55q.625 0 1.188-.2t1.112-.525q-.2-.25-.3-.562T19 7q0-.825.588-1.412T21 5t1.413.588T23 7q0 .95-.712 1.55t-1.638.425L18.425 21z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.575%2021L3.35%208.975q-.925.175-1.638-.425T1%207q0-.825.588-1.412T3%205t1.413.588T5%207q0%20.35-.1.65t-.3.55q.55.325%201.113.538T6.9%208.95q1.1%200%202.038-.55T10.4%206.9l.625-1.15q-.475-.275-.75-.725T10%204q0-.825.588-1.412T12%202t1.413.588T14%204q0%20.575-.275%201.025t-.75.725L13.6%206.9q.525.95%201.463%201.5t2.037.55q.625%200%201.188-.2t1.112-.525q-.2-.25-.3-.562T19%207q0-.825.588-1.412T21%205t1.413.588T23%207q0%20.95-.712%201.55t-1.638.425L18.425%2021z%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%22M5.575%2021L3.35%208.975q-.925.175-1.638-.425T1%207q0-.825.588-1.412T3%205t1.413.588T5%207q0%20.35-.1.65t-.3.55q.55.325%201.113.538T6.9%208.95q1.1%200%202.038-.55T10.4%206.9l.625-1.15q-.475-.275-.75-.725T10%204q0-.825.588-1.412T12%202t1.413.588T14%204q0%20.575-.275%201.025t-.75.725L13.6%206.9q.525.95%201.463%201.5t2.037.55q.625%200%201.188-.2t1.112-.525q-.2-.25-.3-.562T19%207q0-.825.588-1.412T21%205t1.413.588T23%207q0%20.95-.712%201.55t-1.638.425L18.425%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/chess-queen.svg?color=%231a73e8&size=48